tremor: xiph.org switched to subversion so we cannot checkout tremor from cvs
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 14 Sep 2004 09:06:43 +0000 (09:06 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 14 Sep 2004 09:06:43 +0000 (09:06 +0000)
BKrev: 4146b4a3IEpM-p9Z8GxK6ZUAV5V5uw

tremor/tremor_20030325.oe
tremor/tremor_20040602.oe

index 138a2d7..dd6d36c 100644 (file)
@@ -4,7 +4,7 @@ MAINTAINER = "Greg Gilbert <greg@treke.net>"
 DEPENDS = "libogg"
 DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
 
-SRC_URI = "cvs://anoncvs:anoncvs@xiph.org/usr/local/cvsroot;module=Tremor;date=${PV}"
+SRC_URI = "http://treke.net/oe/source/Tremor_xiph.org__${PV}.tar.gz"
 
 S = "${WORKDIR}/Tremor"
 
index e69de29..dd6d36c 100644 (file)
@@ -0,0 +1,25 @@
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+DEPENDS = "libogg"
+DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
+
+SRC_URI = "http://treke.net/oe/source/Tremor_xiph.org__${PV}.tar.gz"
+
+S = "${WORKDIR}/Tremor"
+
+inherit autotools
+
+EXTRA_OECONF=" --enable-shared --disable-rpath  "
+
+#do_configure_prepend() {
+#    ./autogen.sh
+#}
+
+do_stage() {
+       oe_runmake install prefix=${STAGING_DIR} \
+              bindir=${STAGING_BINDIR} \
+              includedir=${STAGING_INCDIR}/tremor \
+              libdir=${STAGING_LIBDIR} \
+              datadir=${STAGING_DATADIR}
+}