ffmpeg: update to 2.1 (soname bumps).

This commit is contained in:
Juan RP 2013-10-30 07:29:48 +01:00
parent a61da18669
commit a7afe9c4fa
2 changed files with 6 additions and 6 deletions

View file

@ -372,10 +372,13 @@ libImlib2.so.1 imlib2-1.4.2_1
libmp3lame.so.0 lame-3.98.2_1
libavdevice.so.54 libavdevice-1.0_1
libavformat.so.54 libavformat-1.0.1_1
libavdevice.so.55 libavdevice-2.1_1
libavformat.so.55 libavformat-2.1_1
libswscale.so.2 libswscale-0.8.6_1
libswresample.so.0 libswresample-0.8.6_1
libpostproc.so.52 libpostproc-0.8.6_1
libavcodec.so.54 libavcodec-1.0.1_1
libavcodec.so.55 libavcodec-2.1_1
libavutil.so.51 libavutil-1.0.1_1
libavutil.so.52 libavutil-1.2.1_1
libavfilter.so.3 libavfilter-1.0.1_1

View file

@ -1,13 +1,13 @@
# Template file for 'ffmpeg'
pkgname=ffmpeg
version=1.2.4
revision=2
version=2.1
revision=1
short_desc="Decoding, encoding and streaming software"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-3"
homepage="http://www.ffmpeg.org"
distfiles="${homepage}/releases/ffmpeg-${version}.tar.bz2"
checksum=3b96c8ce1b86575cd74f540e5b7a52681554289017d4b974e4efad2a09290ddf
checksum=926603fd974e9b38071a5cfc6fd0d93857801d1968145dfce7fdc627ab1d68df
hostmakedepends="pkg-config perl yasm"
makedepends="zlib-devel bzip2-devel freetype-devel alsa-lib-devel libXfixes-devel
@ -59,9 +59,6 @@ do_build() {
do_install() {
make DESTDIR=${DESTDIR} install install-man
# Move devel manpages to section 3.
vmkdir usr/share/man/man3
mv ${DESTDIR}/usr/share/man/man1/*.3 ${DESTDIR}/usr/share/man/man3
}
libavcodec_package() {