From: Marcin Juszkiewicz Date: Fri, 19 Nov 2004 11:04:49 +0000 (+0000) Subject: tremor: switched to subversion X-Git-Tag: Release-2010-05/1~16129 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f13e4bd5fdbfe7b2173020533848e7a4956e3ab9;p=openembedded.git tremor: switched to subversion BKrev: 419dd351qNh8FFBiM1jM7FiOix5aqA --- diff --git a/mplayer/mplayer_1.0pre3try2.oe b/mplayer/mplayer_1.0pre3try2.oe index 479a8350b8..3d43658fbc 100644 --- a/mplayer/mplayer_1.0pre3try2.oe +++ b/mplayer/mplayer_1.0pre3try2.oe @@ -2,8 +2,8 @@ DESCRIPTION = "Open Source multimedia player." SECTION = "opie/multimedia" PRIORITY = "optional" HOMEPAGE = "http://www.mplayerhq.hu/" -DEPENDS = "libsdl-qpe libmad tremor-20030325 libogg libvorbis zlib libpng jpeg" -PR = "r2" +DEPENDS = "libsdl-qpe libmad tremor-20021126 libogg libvorbis zlib libpng jpeg" +PR = "r3" SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \ file://Makefile.patch;patch=0 \ diff --git a/tremor/tremor_20021126.oe b/tremor/tremor_20021126.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe deleted file mode 100644 index b02cd102f8..0000000000 --- a/tremor/tremor_20030325.oe +++ /dev/null @@ -1,26 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Greg Gilbert " -DEPENDS = "libogg" -DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." -LICENSE = "BSD" - -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} -} diff --git a/tremor/tremor_20030402.oe b/tremor/tremor_20030402.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/tremor/tremor_20040602.oe b/tremor/tremor_20040602.oe deleted file mode 100644 index b02cd102f8..0000000000 --- a/tremor/tremor_20040602.oe +++ /dev/null @@ -1,26 +0,0 @@ -SECTION = "libs" -PRIORITY = "optional" -MAINTAINER = "Greg Gilbert " -DEPENDS = "libogg" -DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec." -LICENSE = "BSD" - -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} -}