From c71ed637b2bf131bfd81a82e40d93c655a40ef5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 17 Feb 2015 11:46:39 +0100 Subject: [PATCH] phonon: update to 4,8.3 stable release tarball MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../other/phonon/{phonon_4.8.bb => phonon_4.8.3.bb} | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) rename recipes-kde/other/phonon/{phonon_4.8.bb => phonon_4.8.3.bb} (79%) diff --git a/recipes-kde/other/phonon/phonon_4.8.bb b/recipes-kde/other/phonon/phonon_4.8.3.bb similarity index 79% rename from recipes-kde/other/phonon/phonon_4.8.bb rename to recipes-kde/other/phonon/phonon_4.8.3.bb index 82fcf3e3..928ea5cf 100644 --- a/recipes-kde/other/phonon/phonon_4.8.bb +++ b/recipes-kde/other/phonon/phonon_4.8.3.bb @@ -6,9 +6,12 @@ LIC_FILES_CHKSUM = " \ inherit kde-base cmake-lib -SRCREV = "e08fdba6b64ad6a09a9dcd6696de4d82f2dd8224" -S = "${WORKDIR}/git" -SRC_URI += "file://0001-fix-PHONON_LIBRARY_PATH-was-usr-usr-lib-qt5-plugins.patch" +SRC_URI = " \ + http://download.kde.org/stable/${BPN}/${PV}/src/${BPN}-${PV}.tar.xz \ + file://0001-fix-PHONON_LIBRARY_PATH-was-usr-usr-lib-qt5-plugins.patch \ +" +SRC_URI[md5sum] = "88bb9867261803eed61ff53a7c026338" +SRC_URI[sha256sum] = "a1149c961ca1570968d070bbd23671e614aa506f847ca93748960e309f85da16" EXTRA_OECMAKE += "-DPHONON_BUILD_DEMOS=ON -DPHONON_BUILD_PHONON4QT5=ON"