added libxine/modified tremor dependency
authorp.osiczko@tetrapyloctomy.org <p.osiczko@tetrapyloctomy.org>
Fri, 19 Dec 2003 02:51:47 +0000 (02:51 +0000)
committerp.osiczko@tetrapyloctomy.org <p.osiczko@tetrapyloctomy.org>
Fri, 19 Dec 2003 02:51:47 +0000 (02:51 +0000)
BKrev: 3fe267c3s8iez2LQOLtQ1RkWDYwcxg

16 files changed:
BitKeeper/etc/logging_ok
libxine/libxine-1.6.0/configure.ac.patch [moved from nonworking/libxine/libxine-1.6.0/configure.ac.patch with 100% similarity]
libxine/libxine-1.6.0/demux_ogg.patch [moved from nonworking/libxine/libxine-1.6.0/demux_ogg.patch with 100% similarity]
libxine/libxine-1.6.0/full.patch [moved from nonworking/libxine/libxine-1.6.0/full.patch with 100% similarity]
libxine/libxine-1.6.0/libvorbis.patch [moved from nonworking/libxine/libxine-1.6.0/libvorbis.patch with 100% similarity]
libxine/libxine-1.6.0/libxine-autoconf.patch [moved from nonworking/libxine/libxine-1.6.0/libxine-autoconf.patch with 100% similarity]
libxine/libxine-1.6.0/libxine-cut-memusage.patch [moved from nonworking/libxine/libxine-1.6.0/libxine-cut-memusage.patch with 100% similarity]
libxine/libxine-1.6.0/libxine-ffmpeg-enable-arm-modules.patch [moved from nonworking/libxine/libxine-1.6.0/libxine-ffmpeg-enable-arm-modules.patch with 100% similarity]
libxine/libxine-1.6.0/libxine-libavcodec.patch [moved from nonworking/libxine/libxine-1.6.0/libxine-libavcodec.patch with 100% similarity]
libxine/libxine-1.6.0/libxine-libvorbis.patch [moved from nonworking/libxine/libxine-1.6.0/libxine-libvorbis.patch with 100% similarity]
libxine/libxine-1.6.0/libxine-ogg-demux.patch [moved from nonworking/libxine/libxine-1.6.0/libxine-ogg-demux.patch with 100% similarity]
libxine/libxine-1.6.0/libxine-tremor-autoconf.patch [moved from nonworking/libxine/libxine-1.6.0/libxine-tremor-autoconf.patch with 100% similarity]
libxine/libxine-1.6.0/uclibc.patch [moved from nonworking/libxine/libxine-1.6.0/uclibc.patch with 100% similarity]
libxine/libxine-1.6.0/vo_scale.patch [moved from nonworking/libxine/libxine-1.6.0/vo_scale.patch with 100% similarity]
libxine/libxine_1.6.0.oe [moved from nonworking/libxine/libxine_1.6.0.oe with 100% similarity]
tremor/tremor_20030325.oe

index d7ba5b2..a1c80ed 100644 (file)
@@ -7,6 +7,7 @@ kergoth@zelda.tuxnami.org
 mallum@shuttle.(none)
 mickey@allanon.vanille.de
 mickeyl@gandalf.tm.informatik.uni-frankfurt.de
+p.osiczko@tetrapyloctomy.org
 pablo@kosmos.(none)
 tgall@www.rochcivictheatre.org
 timh@host10.kano.org.uk
index e69de29..ed08c28 100644 (file)
@@ -0,0 +1,26 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc libogg
+
+SRC_URI="cvs://anoncvs:anoncvs@xiph.org/usr/local/cvsroot;module=Tremor;date=20030325"
+
+S=${WORKDIR}/Tremor
+
+inherit autotools
+
+EXTRA_OECONF=" --enable-shared --disable-rpath  "
+
+do_configure_prepend() {
+    ./autogen.sh
+}
+
+do_stage() {
+  oe_runmake install \
+    DESTDIR=${STAGING_DIR} \
+    includedir=/target/include/tremor \
+    libdir=/target/lib/tremor \
+    datadir=/share
+    prefix=''
+}
\ No newline at end of file