ffmpeg: update to 1.0.2.
This commit is contained in:
parent
8b59c9e975
commit
919d89ce5d
10 changed files with 5 additions and 41 deletions
|
@ -1,13 +1,9 @@
|
|||
# Template file for 'ffmpeg-devel'.
|
||||
#
|
||||
depends="libavcodec>=${version} libavdevice>=${version} libavformat>=${version}
|
||||
libavutil>=${version} libavfilter>=${version} libpostproc>=${version}
|
||||
libswscale>=${version} libswresample>=${version}"
|
||||
libavutil>=${version} libavfilter>=${version} libpostproc>=${version}
|
||||
libswscale>=${version} libswresample>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
noarch=yes
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# Template file for 'libavcodec'.
|
||||
#
|
||||
short_desc="FFmpeg codec library"
|
||||
long_desc="
|
||||
This is the codec library from FFmpeg (both encoding and decoding).
|
||||
|
||||
It supports most existing codecs (MPEG, MPEG2, MPEG4, AC3, DV...)."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libavcodec.so*" usr/lib
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# Template file for 'libavdevice'.
|
||||
#
|
||||
short_desc="FFmpeg device handling library"
|
||||
long_desc="
|
||||
This is the device handling library from FFmpeg."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libavdevice.so*" usr/lib
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# Template file for 'libavfilter'.
|
||||
#
|
||||
short_desc="FFmpeg audio/video filter library"
|
||||
long_desc="
|
||||
This is the audio/video filter library from FFmpeg."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libavfilter.so*" usr/lib
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
# Template file for 'libavformat'.
|
||||
#
|
||||
short_desc="FFmpeg file format library"
|
||||
long_desc="
|
||||
This is the library for handling file formats from FFmpeg.
|
||||
|
||||
It supports most existing file formats (AVI, MPEG, OGG, Matroska, ASF...)."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libavformat.so*" usr/lib
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# Template file for 'libavutil'.
|
||||
#
|
||||
short_desc="FFmpeg utility library"
|
||||
long_desc="
|
||||
This is the common utility library from FFmpeg. It contains shared code used
|
||||
by all other ffmpeg libraries."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libavutil.so*" usr/lib
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# Template file for 'libpostproc'.
|
||||
#
|
||||
short_desc="FFmpeg video postprocessing library"
|
||||
long_desc="
|
||||
This is the video postprocessing library from FFmpeg."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libpostproc.so*" usr/lib
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# Template file for 'libswresample'.
|
||||
#
|
||||
short_desc="FFmpeg video resampling library"
|
||||
long_desc="
|
||||
This is the video software resampling library from FFmpeg."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libswresample.so*" usr/lib
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# Template file for 'libswscale'.
|
||||
#
|
||||
short_desc="FFmpeg video scaling library"
|
||||
long_desc="
|
||||
This is the video software scaling library from FFmpeg."
|
||||
|
||||
do_install() {
|
||||
vmove "usr/lib/libswscale.so*" usr/lib
|
||||
|
|
|
@ -1,24 +1,13 @@
|
|||
# Template file for 'ffmpeg'
|
||||
pkgname=ffmpeg
|
||||
version=1.0.1
|
||||
version=1.0.2
|
||||
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=758840dcfc94eb7fd6263718d26408658a59422e5fb8ac4de8e7ecf0cbed6e76
|
||||
long_desc="
|
||||
FFmpeg is the first complete and free Internet Live Audio and Video
|
||||
Broadcasting solution. FFMpeg aims at being the command line tool to
|
||||
handle audio and video. It is a three-in-one solution.
|
||||
|
||||
FFmpeg includes a soft VCR capable of encoding in many different
|
||||
formats simultaneously, a streaming server for Netcasting multimedia
|
||||
and is available under the GNU General Public License.
|
||||
|
||||
FFmpeg generates streaming files, in many popular formats
|
||||
simultaneously, faster than any other solution."
|
||||
checksum=6bbf284a6221d935d99c316d3acd00ce51f325e457e073f4c7957b9686d5a50b
|
||||
|
||||
subpackages="libavcodec libavdevice libavformat libavutil libavfilter
|
||||
libpostproc libswscale libswresample ffmpeg-devel"
|
||||
|
@ -29,7 +18,7 @@ makedepends="pkg-config perl yasm zlib-devel alsa-lib-devel libXfixes-devel
|
|||
libvorbis-devel x264-devel xvidcore-devel jack-devel SDL-devel libcdio-devel
|
||||
libvpx-devel libva-devel libvdpau-devel librtmp-devel pulseaudio-devel
|
||||
freetype-devel libmodplug-devel speex-devel celt-devel harfbuzz-devel
|
||||
libass-devel"
|
||||
libass-devel opus-devel"
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr --disable-debug --enable-gpl \
|
||||
|
|
Loading…
Reference in a new issue