From 49a0985af5c245da44867e8b915da1aee3d83809 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 12 May 2012 12:12:31 +0200 Subject: ajout de x264 --- x264/Pkgfile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 x264/Pkgfile (limited to 'x264/Pkgfile') diff --git a/x264/Pkgfile b/x264/Pkgfile new file mode 100644 index 000000000..02cbc9d4c --- /dev/null +++ b/x264/Pkgfile @@ -0,0 +1,25 @@ +# Description: Librairie libre pour encoder des flux vidéos en H264/AVC +# URL: http://www.videolan.org/developers/x264.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: yasm +# Run on: yasm + +name=x264 +version=20111022 +release=1 +source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$version-2245.tar.bz2) + +build() { + cd x264-snapshot-$version-2245 + + ./configure \ + --prefix=/usr \ + --enable-pic \ + --enable-shared \ + --enable-static \ + --enable-visualize + make + make DESTDIR=$PKG install + chmod a-x $PKG/usr/lib/*.so +} -- cgit v1.2.3-70-g09d2