ffmpeg: sort common/shlibs to prefer ffmpeg rather than 0.10x-compat; switch -devel to arch.
This commit is contained in:
parent
ee915e138e
commit
74069295df
3 changed files with 9 additions and 11 deletions
|
@ -363,6 +363,14 @@ libungif.so.4 giflib-4.1.6_1
|
|||
libgif.so.6 giflib-5.0.1_1
|
||||
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
|
||||
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
|
||||
libavutil.so.51 libavutil-1.0.1_1
|
||||
libavfilter.so.3 libavfilter-1.0.1_1
|
||||
libavcodec.so.53 ffmpeg-0.10x-compat-0.10.6_1
|
||||
libpostproc.so.52 ffmpeg-0.10x-compat-0.10.6_1
|
||||
libavfilter.so.2 ffmpeg-0.10x-compat-0.10.6_1
|
||||
|
@ -371,15 +379,6 @@ libavutil.so.51 ffmpeg-0.10x-compat-0.10.6_1
|
|||
libavformat.so.53 ffmpeg-0.10x-compat-0.10.6_1
|
||||
libswscale.so.2 ffmpeg-0.10x-compat-0.10.6_1
|
||||
libswresample.so.0 ffmpeg-0.10x-compat-0.10.6_1
|
||||
libavdevice.so.54 libavdevice-1.0_1
|
||||
libavformat.so.54 libavformat-1.0.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
|
||||
libavutil.so.51 ffmpeg-0.10x-compat-0.10.6_1
|
||||
libavfilter.so.2 ffmpeg-0.10x-compat-0.10.6_1
|
||||
libavfilter.so.3 libavfilter-1.0.1_1
|
||||
libSDL-1.2.so.0 SDL-1.2.14_1
|
||||
libSDL_image-1.2.so.0 SDL_image-1.2.10_1
|
||||
libx264.so.120 x264-20120126_1
|
||||
|
|
|
@ -4,7 +4,6 @@ depends="libavcodec>=${version} libavdevice>=${version} libavformat>=${version}
|
|||
libavutil>=${version} libavfilter>=${version} libpostproc>=${version}
|
||||
libswscale>=${version} libswresample>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ffmpeg'
|
||||
pkgname=ffmpeg
|
||||
version=1.0.5
|
||||
revision=2
|
||||
revision=4
|
||||
short_desc="Decoding, encoding and streaming software"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in a new issue