summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-11-19 11:04:49 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-11-19 11:04:49 +0000
commitf13e4bd5fdbfe7b2173020533848e7a4956e3ab9 (patch)
tree04e4ac8d10ea71585698cf3d19d06b3aba0d312a
parentc187a97e0e0c84ee7440560cd0ab9cb7a0a8bfd5 (diff)
tremor: switched to subversion
BKrev: 419dd351qNh8FFBiM1jM7FiOix5aqA
-rw-r--r--mplayer/mplayer_1.0pre3try2.oe4
-rw-r--r--tremor/tremor_20021126.oe0
-rw-r--r--tremor/tremor_20030325.oe26
-rw-r--r--tremor/tremor_20030402.oe0
-rw-r--r--tremor/tremor_20040602.oe26
5 files changed, 2 insertions, 54 deletions
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
--- /dev/null
+++ b/tremor/tremor_20021126.oe
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 <greg@treke.net>"
-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
--- /dev/null
+++ b/tremor/tremor_20030402.oe
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 <greg@treke.net>"
-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}
-}