Fix the shared library name on libmad and libid3tag... both needed to inherit the...
authorChris Larson <clarson@kergoth.com>
Tue, 21 Oct 2003 20:05:11 +0000 (20:05 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 21 Oct 2003 20:05:11 +0000 (20:05 +0000)
BKrev: 3f95917735dy4YUd-YWzURD5P4huuw

libid3tag/libid3tag_0.15.0b.oe [new file with mode: 0644]
libmad/libmad_0.15.0b.oe [new file with mode: 0644]
nonworking/libid3tag/libid3tag_0.15.0b.oe [deleted file]
nonworking/libmad/libmad_0.15.0b.oe [deleted file]

diff --git a/libid3tag/libid3tag_0.15.0b.oe b/libid3tag/libid3tag_0.15.0b.oe
new file mode 100644 (file)
index 0000000..675a013
--- /dev/null
@@ -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 (file)
index 0000000..6fb9dcc
--- /dev/null
@@ -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 (file)
index e69de29..0000000
diff --git a/nonworking/libmad/libmad_0.15.0b.oe b/nonworking/libmad/libmad_0.15.0b.oe
deleted file mode 100644 (file)
index e69de29..0000000