diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-22 15:28:41 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 09:32:56 +0100 |
commit | 065f47980b663d0a4fdc0ded2f9f38b5138bbab8 (patch) | |
tree | 8656e0e01351bc6ff7d2c7f75acd8b0f874accad /meta-oe/recipes-multimedia | |
parent | b415fe7782e0f0579ab539829b803b97d785a194 (diff) | |
download | meta-openembedded-065f47980b663d0a4fdc0ded2f9f38b5138bbab8.tar.gz |
libass: upgrade to 0.10.1
* old version wasn't compatible with libpng-1.5 from oe-core
* COPYING was updated with ISC text old 0.9.11 was GPLv2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/libass/libass.inc | 3 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/libass/libass_0.10.1.bb | 5 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/libass/libass_0.9.11.bb | 7 |
3 files changed, 7 insertions, 8 deletions
diff --git a/meta-oe/recipes-multimedia/libass/libass.inc b/meta-oe/recipes-multimedia/libass/libass.inc index fbf4424b0..f398d4952 100644 --- a/meta-oe/recipes-multimedia/libass/libass.inc +++ b/meta-oe/recipes-multimedia/libass/libass.inc | |||
@@ -3,12 +3,13 @@ HOMEPAGE = "http://code.google.com/p/libass/" | |||
3 | SECTION = "libs/multimedia" | 3 | SECTION = "libs/multimedia" |
4 | 4 | ||
5 | LICENSE = "ISC" | 5 | LICENSE = "ISC" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ae98663bac55afe5d989919d296f28a" | ||
6 | 7 | ||
7 | DEPENDS = "enca fontconfig freetype libpng" | 8 | DEPENDS = "enca fontconfig freetype libpng" |
8 | 9 | ||
9 | INC_PR = "r1" | 10 | INC_PR = "r1" |
10 | 11 | ||
11 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.bz2" | 12 | SRC_URI = "http://${PN}.googlecode.com/files/${P}.tar.gz" |
12 | 13 | ||
13 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
14 | 15 | ||
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb b/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb new file mode 100644 index 000000000..0b3227692 --- /dev/null +++ b/meta-oe/recipes-multimedia/libass/libass_0.10.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require ${PN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | |||
4 | SRC_URI[md5sum] = "6cace482a013a3c4bf3b31a68ac66026" | ||
5 | SRC_URI[sha256sum] = "629a7e81fff92dea8d0399b818a41fd1b61e381c67a5961b1eaec2efadb14c6c" | ||
diff --git a/meta-oe/recipes-multimedia/libass/libass_0.9.11.bb b/meta-oe/recipes-multimedia/libass/libass_0.9.11.bb deleted file mode 100644 index 62c7cf826..000000000 --- a/meta-oe/recipes-multimedia/libass/libass_0.9.11.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | require ${PN}.inc | ||
2 | PR = "${INC_PR}.0" | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
5 | |||
6 | SRC_URI[md5sum] = "f9042884397002ba40aa89dc7d34f59f" | ||
7 | SRC_URI[sha256sum] = "ffd0a7ccf635c4795edb8f61015b47ff84ec9c5babf502dd2cc8223d4489745c" | ||