wok-stable diff gst-ffmpeg/receipt @ rev 8751
Removed all/most _pkg= lines in wok. The new tazwok-experimental can SOURCE paths and source are are all extracted to WOK/PACKAGE/PACKAGE-VERSION now with tazwok-experimental.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 20 06:53:59 2011 +0000 (2011-02-20) |
parents | 26665883a98a |
children | b7319995b37e |
line diff
1.1 --- a/gst-ffmpeg/receipt Fri Nov 19 16:45:11 2010 +0000 1.2 +++ b/gst-ffmpeg/receipt Sun Feb 20 06:53:59 2011 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="jozee@slitaz.org" 1.5 DEPENDS="gstreamer gst-plugins-base ffmpeg glib" 1.6 BUILD_DEPENDS="pkg-config gst-plugins-base-dev liboil-dev gstreamer-dev \ 1.7 -libxml2-dev glib-dev ffmpeg-dev bzip2-dev" 1.8 +libxml2-dev glib-dev ffmpeg-dev bzip2-dev coreutils-file-special" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://gstreamer.freedesktop.org/" 1.11 WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" 1.12 @@ -19,6 +19,8 @@ 1.13 { 1.14 cd $src 1.15 sed -i 's/pr -. -t/cat/' gst-libs/ext/ffmpeg/configure 1.16 + # fix mktemp -u 1.17 + sed -i 's|mktemp -u|/usr/bin/mktemp -u|g' gst-libs/ext/ffmpeg/configure 1.18 ./configure --prefix=/usr && 1.19 make -j 4 && 1.20 make DESTDIR=$PWD/_pkg install