From 26c6af1671a2a15a7b0a0ad7b38dcd6a58f93fd3 Mon Sep 17 00:00:00 2001 From: piernov Date: Fri, 15 Jun 2012 11:36:27 +0200 Subject: ffmpeg2theora 0.28-1 ajout port --- ffmpeg2theora/.footprint.i686 | 7 +++++++ ffmpeg2theora/.footprint.x86_64 | 7 +++++++ ffmpeg2theora/.md5sum.i686 | 1 + ffmpeg2theora/.md5sum.x86_64 | 1 + ffmpeg2theora/Pkgfile | 19 +++++++++++++++++++ 5 files changed, 35 insertions(+) create mode 100755 ffmpeg2theora/.footprint.i686 create mode 100755 ffmpeg2theora/.footprint.x86_64 create mode 100644 ffmpeg2theora/.md5sum.i686 create mode 100644 ffmpeg2theora/.md5sum.x86_64 create mode 100755 ffmpeg2theora/Pkgfile (limited to 'ffmpeg2theora') diff --git a/ffmpeg2theora/.footprint.i686 b/ffmpeg2theora/.footprint.i686 new file mode 100755 index 000000000..9b75797aa --- /dev/null +++ b/ffmpeg2theora/.footprint.i686 @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ffmpeg2theora +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ffmpeg2theora.1.gz diff --git a/ffmpeg2theora/.footprint.x86_64 b/ffmpeg2theora/.footprint.x86_64 new file mode 100755 index 000000000..9b75797aa --- /dev/null +++ b/ffmpeg2theora/.footprint.x86_64 @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ffmpeg2theora +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ffmpeg2theora.1.gz diff --git a/ffmpeg2theora/.md5sum.i686 b/ffmpeg2theora/.md5sum.i686 new file mode 100644 index 000000000..9bda23062 --- /dev/null +++ b/ffmpeg2theora/.md5sum.i686 @@ -0,0 +1 @@ +31e389bfa0719f489af38b6fb2bd0a1f ffmpeg2theora-0.28.tar.bz2 diff --git a/ffmpeg2theora/.md5sum.x86_64 b/ffmpeg2theora/.md5sum.x86_64 new file mode 100644 index 000000000..9bda23062 --- /dev/null +++ b/ffmpeg2theora/.md5sum.x86_64 @@ -0,0 +1 @@ +31e389bfa0719f489af38b6fb2bd0a1f ffmpeg2theora-0.28.tar.bz2 diff --git a/ffmpeg2theora/Pkgfile b/ffmpeg2theora/Pkgfile new file mode 100755 index 000000000..bf3420ac8 --- /dev/null +++ b/ffmpeg2theora/Pkgfile @@ -0,0 +1,19 @@ +# Description: Convertisseur simple pour créer des fichiers OGG Theora. +# URL: http://v2v.cc/~j/ffmpeg2theora/ +# Maintainer: +# Packager: piernov +# Depends on: ffmpeg, scons +# Run on: ffmpeg + +name=ffmpeg2theora +version=0.28 +release=1 +source=(http://www.v2v.cc/~j/$name/downloads/$name-$version.tar.bz2) + +build() { + cd $name-$version + sed -i 's:pp_mode_t:pp_mode:' src/ffmpeg2theora.c + sed -i 's:pp_context_t:pp_context:' src/ffmpeg2theora.c + scons + scons install destdir="$PKG" prefix="/usr" mandir="PREFIX/share/man" +} -- cgit v1.2.3-54-g00ecf