diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-14 09:06:43 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-09-14 09:06:43 +0000 |
commit | a4e55364cfff5ff0895553d045c9e1795c0ef0ad (patch) | |
tree | 4ce6b348cf1cb0077fd95a2a3cc66fd5c7e03692 | |
parent | f2eb91c9bba0cff23ac3c359d5a423207466163f (diff) |
tremor: xiph.org switched to subversion so we cannot checkout tremor from cvs
BKrev: 4146b4a3IEpM-p9Z8GxK6ZUAV5V5uw
-rw-r--r-- | tremor/tremor_20030325.oe | 2 | ||||
-rw-r--r-- | tremor/tremor_20040602.oe | 25 |
2 files changed, 26 insertions, 1 deletions
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 <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" 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 <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} +} |