libmpeg2: drop from OE.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 23 May 2007 17:31:14 +0000 (17:31 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 23 May 2007 17:31:14 +0000 (17:31 +0000)
Reason: mpeg2dec provides libmpeg2, see bug 375

packages/libmpeg2/.mtn2git_empty [deleted file]
packages/libmpeg2/libmpeg2-0.4.0b/.mtn2git_empty [deleted file]
packages/libmpeg2/libmpeg2-0.4.0b/Makefile.patch [deleted file]
packages/libmpeg2/libmpeg2_0.4.0b.bb [deleted file]
removal.txt

diff --git a/packages/libmpeg2/.mtn2git_empty b/packages/libmpeg2/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/libmpeg2/libmpeg2-0.4.0b/.mtn2git_empty b/packages/libmpeg2/libmpeg2-0.4.0b/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/libmpeg2/libmpeg2-0.4.0b/Makefile.patch b/packages/libmpeg2/libmpeg2-0.4.0b/Makefile.patch
deleted file mode 100644 (file)
index 78cf8b7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/Makefile.am.old
-+++ ./src/Makefile.am
-@@ -8,7 +8,9 @@
- mpeg2dec_SOURCES = mpeg2dec.c dump_state.c getopt.c gettimeofday.c
- mpeg2dec_LDADD = $(libvo) $(libmpeg2) $(libmpeg2convert)
- extract_mpeg2_SOURCES = extract_mpeg2.c getopt.c
-+extract_mpeg2_LDADD = $(libvo) $(libmpeg2) $(libmpeg2convert)
- corrupt_mpeg2_SOURCES = corrupt_mpeg2.c getopt.c
-+corrupt_mpeg2_LDADD = $(libvo) $(libmpeg2) $(libmpeg2convert)
- man_MANS = mpeg2dec.1 extract_mpeg2.1
diff --git a/packages/libmpeg2/libmpeg2_0.4.0b.bb b/packages/libmpeg2/libmpeg2_0.4.0b.bb
deleted file mode 100644 (file)
index bd57ed8..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-DESCRIPTION = "MPEG Video Decoder Library"
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "virtual/libsdl"
-LICENSE = "GPL"
-
-PR = "r2"
-
-SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz \
-                       file://Makefile.patch;patch=1 "
-S = "${WORKDIR}/mpeg2dec-0.4.0"
-
-inherit autotools lib_package
-
-EXTRA_OECONF="--enable-shared"
-
-LEAD_SONAME = "libmpeg2.so.0"
-
-PACKAGES =+ "libmpeg2convert libmpeg2convert-dev"
-
-FILES_libmpeg2convert = "${libdir}/libmpeg2convert.so.*"
-FILES_libmpeg2convert-dev = "${libdir}/libmpeg2convert.so \
-                             ${libdir}/libmpeg2convert.*a \
-                             ${libdir}/pkgconfig/libmpeg2convert.pc \
-                             ${includedir}/mpeg2dec/mpeg2convert.h"
-
-
-do_stage() {
-       oe_libinstall -a -so -C libmpeg2 libmpeg2 ${STAGING_LIBDIR}
-       oe_libinstall -a -so -C libmpeg2/convert libmpeg2convert ${STAGING_LIBDIR}
-
-       install -d ${STAGING_INCDIR}/mpeg2dec/
-       install -m 0644 include/mpeg2.h ${STAGING_INCDIR}/mpeg2dec/
-       install -m 0644 include/mpeg2convert.h ${STAGING_INCDIR}/mpeg2dec/
-}
index fb5b8e4..7c9dc25 100644 (file)
@@ -25,9 +25,3 @@ Maintainer:     None
 Reason:         Obsoleted by task-base
 Proposed by:    Koen Kooi
 Note:          Moved to packages/obsolete/tasks on 2006-12-22
-
-Package Name:   libmpeg2 (not mpeg2dec!)
-Removal Date:   2007-03-15
-Maintainer:    unknown, checked in from BK repo, no updates after that
-Reason:                mpeg2dec provides libmpeg2, see bug 375
-Proposed by:   Laibsch