contrib/mjpegtools/Pkgfile

30 lines
735 B
Plaintext
Raw Normal View History

2007-06-25 10:32:40 +02:00
# Description: Tools for recording, editing, playing and encoding mpeg video.
# URL: http://mjpeg.sourceforge.net
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-06-25 10:32:40 +02:00
# Packager: bashy, ronny kornexl at online de
2008-01-09 10:30:50 +01:00
# Depends on: libquicktime xorg-libxxf86dga
2007-06-25 10:32:40 +02:00
name=mjpegtools
2009-01-07 09:14:35 +01:00
version=1.9.0
2009-11-03 10:23:18 +01:00
release=2
source=(http://download.sourceforge.net/mjpeg/$name-$version.tar.gz
2009-11-03 10:23:18 +01:00
mjpegtools-1.9.0-glibc-2.10.patch)
2007-06-25 10:32:40 +02:00
build() {
2008-12-19 13:13:16 +01:00
cd $name-$version
2009-11-03 10:23:18 +01:00
patch -p 1 -i $SRC/mjpegtools-1.9.0-glibc-2.10.patch
2008-09-28 11:17:42 +02:00
2007-06-25 10:32:40 +02:00
./configure \
--prefix=/usr \
2008-12-19 13:13:16 +01:00
--mandir=/usr/man \
2007-06-25 10:32:40 +02:00
--disable-static \
--enable-compile-warnings \
--enable-simd-accel \
--disable-assert
make
make DESTDIR=$PKG install
2008-12-19 13:13:16 +01:00
rm -rf $PKG/usr/share/info
rmdir $PKG/usr/share
2007-06-25 10:32:40 +02:00
}