move package gst-ffmpeg:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-22 08:14:17 +02:00
parent c3a5300bd9
commit 0894fd5baa
3 changed files with 0 additions and 43 deletions

View File

@ -1,24 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build liboil
$SCRIPTS/build gstreamer
$SCRIPTS/build gst-plugins-base
#$SCRIPTS/build ffmpeg
$SCRIPTS/build bzip2
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
--with-ffmpeg-extra-configure="--target-os=linux --cpu=$TARGET_CPU --cross-prefix=$TARGET_PREFIX --arch=$TARGET_ARCH"
make
$MAKEINSTALL

View File

@ -1,18 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install gstreamer
$SCRIPTS/install gst-plugins-base
#$SCRIPTS/install ffmpeg
$SCRIPTS/install zlib
PLUGINS_EXT="ffmpeg libpostproc libswscale"
mkdir -p $INSTALL/usr/lib/gstreamer-0.10
for p in $PLUGINS_EXT; do
cp -PR $PKG_BUILD/ext/$p/.libs/*.so \
$INSTALL/usr/lib/gstreamer-0.10
done

View File

@ -1 +0,0 @@
http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-0.10.9.tar.bz2