libmp4v2: update to 2.0.0 (SONAME bump).
This commit is contained in:
parent
4ff88f1f88
commit
182c9b0d29
4 changed files with 13 additions and 30 deletions
|
@ -349,9 +349,7 @@ libdns_sd.so.1 avahi-compat-libs-0.6.25_1
|
||||||
libhowl.so.0 avahi-compat-libs-0.6.25_1
|
libhowl.so.0 avahi-compat-libs-0.6.25_1
|
||||||
libavahi-ui.so.0 avahi-ui-libs-0.6.25_1
|
libavahi-ui.so.0 avahi-ui-libs-0.6.25_1
|
||||||
libavahi-ui-gtk3.so.0 avahi-ui-libs-gtk3-0.6.25_1
|
libavahi-ui-gtk3.so.0 avahi-ui-libs-gtk3-0.6.25_1
|
||||||
libmp4v2.so.1 libmp4v2-1.9.1_1
|
libmp4v2.so.2 libmp4v2-2.0.0_1
|
||||||
libmp4av.so libmp4v2-1.9.1_1
|
|
||||||
libmpeg4ip_gnu.so libmp4v2-1.9.1_1
|
|
||||||
libfaac.so.0 faac-1.28_1
|
libfaac.so.0 faac-1.28_1
|
||||||
libfaad.so.2 faad2-2.7_1
|
libfaad.so.2 faad2-2.7_1
|
||||||
libid3tag.so.0 libid3tag-0.15.1b_1
|
libid3tag.so.0 libid3tag-0.15.1b_1
|
||||||
|
|
|
@ -1,14 +1,9 @@
|
||||||
# Template file for 'libmp4v2-devel'.
|
# Template file for 'libmp4v2-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libmp4v2"
|
depends="libmp4v2>=${version}"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} -- development files"
|
||||||
long_desc="${long_desc}
|
noarch=yes
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
do_install() {
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
# Template file for 'mpeg4ip'.
|
# Template file for 'mpeg4ip'.
|
||||||
#
|
#
|
||||||
short_desc="MPEG-4 tools from mpeg4ip"
|
short_desc="MPEG-4 tools from mpeg4ip"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains tools for processing MPEG-4 files."
|
do_install() {
|
||||||
|
|
||||||
|
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/bin usr
|
vmove usr/bin usr
|
||||||
vmove usr/share/man usr/share
|
vmove usr/share usr
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +1,15 @@
|
||||||
# Template file for 'libmp4v2'
|
# Template file for 'libmp4v2'
|
||||||
pkgname=libmp4v2
|
pkgname=libmp4v2
|
||||||
version=1.9.1
|
version=2.0.0
|
||||||
|
revision=1
|
||||||
wrksrc="mp4v2-${version}"
|
wrksrc="mp4v2-${version}"
|
||||||
distfiles="http://mp4v2.googlecode.com/files/mp4v2-$version.tar.bz2"
|
subpackages="${pkgname}-devel mpeg4ip"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-static"
|
||||||
make_install_args="install-man"
|
make_install_args="install-man"
|
||||||
revision=2
|
|
||||||
short_desc="MPEG-4 library from mpeg4ip"
|
short_desc="MPEG-4 library from mpeg4ip"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://code.google.com/p/mp4v2/"
|
homepage="http://code.google.com/p/mp4v2/"
|
||||||
license="MPL-1.1"
|
license="MPL-1.1"
|
||||||
checksum=5c381caeab2326fc48cfda0fe202bdb8ba0ae624d9c97ad7680a2b07e2c2e3b4
|
distfiles="http://mp4v2.googlecode.com/files/mp4v2-${version}.tar.bz2"
|
||||||
long_desc="
|
checksum=0319b9a60b667cf10ee0ec7505eb7bdc0a2e21ca7a93db96ec5bd758e3428338
|
||||||
The MPEG4IP project provides a standards-based system for encoding,
|
|
||||||
streaming, and playing encoded audio, video and text. To achieve
|
|
||||||
this we've integrated a number of existing open source packages,
|
|
||||||
and created some original code to fill in the gaps."
|
|
||||||
|
|
||||||
subpackages="$pkgname-devel mpeg4ip"
|
|
||||||
|
|
Loading…
Reference in a new issue