summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-05-06 09:55:00 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-05-06 09:55:00 +0000
commitb7123176c60d22b38e03c0ca02c6bd0277599b51 (patch)
tree55b76c75440b8ecd626f0d6670f14cfd1e928bdb /media-libs/libmpeg2
parentRemove old. (diff)
downloadgentoo-2-b7123176c60d22b38e03c0ca02c6bd0277599b51.tar.gz
gentoo-2-b7123176c60d22b38e03c0ca02c6bd0277599b51.tar.bz2
gentoo-2-b7123176c60d22b38e03c0ca02c6bd0277599b51.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-libs/libmpeg2')
-rw-r--r--media-libs/libmpeg2/ChangeLog6
-rw-r--r--media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild57
-rw-r--r--media-libs/libmpeg2/libmpeg2-0.5.1.ebuild54
3 files changed, 5 insertions, 112 deletions
diff --git a/media-libs/libmpeg2/ChangeLog b/media-libs/libmpeg2/ChangeLog
index e7f3af0b3c5c..94930349172a 100644
--- a/media-libs/libmpeg2/ChangeLog
+++ b/media-libs/libmpeg2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libmpeg2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.93 2015/03/03 08:46:49 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/ChangeLog,v 1.94 2015/05/06 09:55:00 mrueg Exp $
+
+ 06 May 2015; Manuel Rüger <mrueg@gentoo.org> -libmpeg2-0.5.1-r1.ebuild,
+ -libmpeg2-0.5.1.ebuild:
+ Remove old.
03 Mar 2015; Yixun Lan <dlan@gentoo.org> libmpeg2-0.5.1-r2.ebuild:
add arm64 support, tested on A53 board
diff --git a/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild b/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild
deleted file mode 100644
index 3e9700a6829d..000000000000
--- a/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1-r1.ebuild,v 1.8 2012/05/17 14:32:33 aballier Exp $
-
-EAPI=4
-
-inherit autotools eutils libtool
-
-DESCRIPTION="library for decoding mpeg-2 and mpeg-1 video"
-HOMEPAGE="http://libmpeg2.sourceforge.net/"
-SRC_URI="http://libmpeg2.sourceforge.net/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="sdl static-libs X"
-
-RDEPEND="sdl? ( media-libs/libsdl )
- X? ( x11-libs/libXv
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXt )"
-DEPEND="${RDEPEND}
- X? ( x11-proto/xextproto )"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-arm-private-symbols.patch \
- "${FILESDIR}"/${P}-global-symbol-test.patch \
- "${FILESDIR}"/${P}-armv4l.patch
- elibtoolize
- ### PowerPC fix for altivec
- epatch "${FILESDIR}"/${P}-altivec.patch
- eautoconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --enable-shared \
- $(use_enable sdl) \
- $(use_with X x)
-}
-
-src_compile() {
- emake OPT_CFLAGS="${CFLAGS}" \
- MPEG2DEC_CFLAGS="${CFLAGS}" \
- LIBMPEG2_CFLAGS=""
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild b/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild
deleted file mode 100644
index e3841d17112f..000000000000
--- a/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg2/libmpeg2-0.5.1.ebuild,v 1.9 2009/02/18 19:03:52 armin76 Exp $
-
-inherit eutils libtool
-
-DESCRIPTION="library for decoding mpeg-2 and mpeg-1 video"
-HOMEPAGE="http://libmpeg2.sourceforge.net/"
-SRC_URI="http://libmpeg2.sourceforge.net/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="sdl X"
-
-RDEPEND="sdl? ( media-libs/libsdl )
- X? (
- x11-libs/libXv
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXt
- )"
-DEPEND="${RDEPEND}
- X? ( x11-proto/xextproto )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Fix problem that the test for external symbols
- # uses nm which also displays hidden symbols. Bug #130831
- # Breaks tests on other platforms: bug #255151
- # epatch "${FILESDIR}"/${PN}-0.4.1-use-readelf-for-test.patch
-
- elibtoolize
-}
-
-src_compile() {
- econf \
- --enable-shared \
- --disable-dependency-tracking \
- $(use_enable sdl) \
- $(use_with X x)
- emake \
- OPT_CFLAGS="${CFLAGS}" \
- MPEG2DEC_CFLAGS="${CFLAGS}" \
- LIBMPEG2_CFLAGS="" \
- || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}