diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-29 22:23:59 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-30 12:06:52 +0000 |
commit | 16cd8318984ab2ba50a00436098dcfb972d13df6 (patch) | |
tree | 30152cdee5a742ad5dfd729568c252624535c5a9 /meta/recipes-qt/qt-apps | |
parent | a5370af97ae5f123fd45699c640a1374513fece9 (diff) | |
download | poky-16cd8318984ab2ba50a00436098dcfb972d13df6.tar.gz |
qmmp: Update qmmp to 0.4.1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt-apps')
-rw-r--r-- | meta/recipes-qt/qt-apps/qmmp_0.4.3.bb (renamed from meta/recipes-qt/qt-apps/qmmp_0.4.1.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-qt/qt-apps/qmmp_0.4.1.bb b/meta/recipes-qt/qt-apps/qmmp_0.4.3.bb index bf99697aa6..b01c616607 100644 --- a/meta/recipes-qt/qt-apps/qmmp_0.4.1.bb +++ b/meta/recipes-qt/qt-apps/qmmp_0.4.3.bb | |||
@@ -4,12 +4,15 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" |
5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
6 | 6 | ||
7 | PR = "r2" | 7 | PR = "r0" |
8 | 8 | ||
9 | DEPENDS = "qt4-x11-free taglib libmad libvorbis libogg alsa-lib" | 9 | DEPENDS = "qt4-x11-free taglib libmad libvorbis libogg alsa-lib" |
10 | RDEPENDS_${PN} += "taglib alsa-lib curl" | 10 | RDEPENDS_${PN} += "taglib alsa-lib curl" |
11 | 11 | ||
12 | SRC_URI = "http://qmmp.ylsoftware.com/files/qmmp-0.4.1.tar.bz2" | 12 | SRC_URI = "http://qmmp.ylsoftware.com/files/${PN}-${PV}.tar.bz2" |
13 | |||
14 | SRC_URI[md5sum] = "b79ce55ed8aca31a29360ff828ce1881" | ||
15 | SRC_URI[sha256sum] = "a75c2c676515182ecfbe811cba29ba4ca736912e52fde283db4d03eb116457a4" | ||
13 | 16 | ||
14 | PARALLEL_MAKE = "" | 17 | PARALLEL_MAKE = "" |
15 | 18 | ||