summaryrefslogtreecommitdiffstats
path: root/extra/ffmpeg/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/ffmpeg/Pkgfile
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/ffmpeg/Pkgfile')
-rw-r--r--extra/ffmpeg/Pkgfile41
1 files changed, 0 insertions, 41 deletions
diff --git a/extra/ffmpeg/Pkgfile b/extra/ffmpeg/Pkgfile
deleted file mode 100644
index 34c626034..000000000
--- a/extra/ffmpeg/Pkgfile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Description: solution pour enregister, convertir et generer des flux audio et video
-# URL: http://ffmpeg.org/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: amrnb, amrwb, liba52, imlib2, lame, sdl, libvorbis, libogg, xvid, faac, faad2, libtheora, x264, alsa-lib, openjpeg, vdpau-video
-# Run on: amrnb,amrwb,liba52,imlib2,lame,sdl,libvorbis,libogg,xvid,faac,faad2,libtheora,x264,alsa-lib,openjpeg,vdpau-video
-
-name=ffmpeg
-version=0.9
-release=1
-source=(http://ffmpeg.org/releases/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure \
- --prefix=/usr \
- --enable-gpl \
- --enable-version3 \
- --enable-libfaac \
- --enable-libmp3lame \
- --enable-libtheora \
- --enable-libvorbis \
- --enable-libx264 \
- --enable-libxvid \
- --enable-libopenjpeg \
- --enable-shared \
- --enable-pthreads \
- --enable-postproc \
- --enable-swscale \
- --enable-x11grab \
- --enable-nonfree \
- --enable-vdpau \
- --enable-vaapi \
- --enable-runtime-cpudetect \
- --disable-doc
-
- make
- make tools/qt-faststart
- install -D -m755 tools/qt-faststart $PKG/usr/bin/qt-faststart
- make DESTDIR=$PKG install install-man
-}