summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libid3tag/libid3tag_0.15.0b.oe12
-rw-r--r--libmad/libmad_0.15.0b.oe17
-rw-r--r--nonworking/libid3tag/libid3tag_0.15.0b.oe0
-rw-r--r--nonworking/libmad/libmad_0.15.0b.oe0
4 files changed, 29 insertions, 0 deletions
diff --git a/libid3tag/libid3tag_0.15.0b.oe b/libid3tag/libid3tag_0.15.0b.oe
new file mode 100644
index 0000000000..675a0135d2
--- /dev/null
+++ b/libid3tag/libid3tag_0.15.0b.oe
@@ -0,0 +1,12 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc zlib
+
+SRC_URI = ftp://ftp.mars.org/pub/mpeg/libid3tag-0.15.0b.tar.gz
+S=${WORKDIR}/libid3tag-${PV}
+
+inherit autotools libtool
+
+EXTRA_OECONF="-enable-speed --enable-shared --enable-static"
diff --git a/libmad/libmad_0.15.0b.oe b/libmad/libmad_0.15.0b.oe
new file mode 100644
index 0000000000..6fb9dccae7
--- /dev/null
+++ b/libmad/libmad_0.15.0b.oe
@@ -0,0 +1,17 @@
+SECTION="libs"
+PRIORITY="optional"
+MAINTAINER="Greg Gilbert <greg@treke.net>"
+RDEPENDS="libc6"
+DEPENDS=virtual/libc libid3tag
+
+SRC_URI = ftp://ftp.mars.org/pub/mpeg/libmad-0.15.0b.tar.gz
+S=${WORKDIR}/libmad-${PV}
+
+inherit autotools libtool
+
+EXTRA_OECONF="-enable-speed --enable-shared"
+
+do_configure_prepend () {
+# damn picky automake...
+ touch NEWS AUTHORS ChangeLog
+}
diff --git a/nonworking/libid3tag/libid3tag_0.15.0b.oe b/nonworking/libid3tag/libid3tag_0.15.0b.oe
deleted file mode 100644
index e69de29bb2..0000000000
--- a/nonworking/libid3tag/libid3tag_0.15.0b.oe
+++ /dev/null
diff --git a/nonworking/libmad/libmad_0.15.0b.oe b/nonworking/libmad/libmad_0.15.0b.oe
deleted file mode 100644
index e69de29bb2..0000000000
--- a/nonworking/libmad/libmad_0.15.0b.oe
+++ /dev/null