From: Marcin Juszkiewicz Date: Tue, 14 Sep 2004 09:06:43 +0000 (+0000) Subject: tremor: xiph.org switched to subversion so we cannot checkout tremor from cvs X-Git-Tag: Release-2010-05/1~17193 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e55364cfff5ff0895553d045c9e1795c0ef0ad;p=openembedded.git tremor: xiph.org switched to subversion so we cannot checkout tremor from cvs BKrev: 4146b4a3IEpM-p9Z8GxK6ZUAV5V5uw --- diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe index 138a2d74af..dd6d36c161 100644 --- a/tremor/tremor_20030325.oe +++ b/tremor/tremor_20030325.oe @@ -4,7 +4,7 @@ MAINTAINER = "Greg Gilbert " 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" diff --git a/tremor/tremor_20040602.oe b/tremor/tremor_20040602.oe index e69de29bb2..dd6d36c161 100644 --- a/tremor/tremor_20040602.oe +++ b/tremor/tremor_20040602.oe @@ -0,0 +1,25 @@ +SECTION = "libs" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert " +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} +}