summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-12-30 07:16:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-12-30 07:16:15 +0000
commit0c112d358b29e9fd3cce61d4a7e2ef6acf47dfb1 (patch)
tree24d741a677d48897c9a9610c837119911d28515a /media-libs/libmpeg3
parentversion bump (diff)
downloadgentoo-2-0c112d358b29e9fd3cce61d4a7e2ef6acf47dfb1.tar.gz
gentoo-2-0c112d358b29e9fd3cce61d4a7e2ef6acf47dfb1.tar.bz2
gentoo-2-0c112d358b29e9fd3cce61d4a7e2ef6acf47dfb1.zip
remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/libmpeg3')
-rw-r--r--media-libs/libmpeg3/ChangeLog8
-rw-r--r--media-libs/libmpeg3/files/libmpeg3-1.7-memcpy.patch23
-rw-r--r--media-libs/libmpeg3/libmpeg3-1.7.ebuild63
3 files changed, 6 insertions, 88 deletions
diff --git a/media-libs/libmpeg3/ChangeLog b/media-libs/libmpeg3/ChangeLog
index 552c502d528b..11fa444adb2d 100644
--- a/media-libs/libmpeg3/ChangeLog
+++ b/media-libs/libmpeg3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libmpeg3
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.80 2012/09/09 16:07:01 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/ChangeLog,v 1.81 2013/12/30 07:16:15 aballier Exp $
+
+ 30 Dec 2013; Alexis Ballier <aballier@gentoo.org> -libmpeg3-1.7.ebuild,
+ -files/libmpeg3-1.7-memcpy.patch:
+ remove old
09 Sep 2012; Raúl Porcel <armin76@gentoo.org> libmpeg3-1.8.ebuild:
alpha/ia64/sh/sparc stable wrt #419087
diff --git a/media-libs/libmpeg3/files/libmpeg3-1.7-memcpy.patch b/media-libs/libmpeg3/files/libmpeg3-1.7-memcpy.patch
deleted file mode 100644
index 64984b58c2d7..000000000000
--- a/media-libs/libmpeg3/files/libmpeg3-1.7-memcpy.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -ur libmpeg3-1.7.orig/audio/mpeg3audio.c libmpeg3-1.7/audio/mpeg3audio.c
---- libmpeg3-1.7.orig/audio/mpeg3audio.c 2006-02-19 13:43:27.000000000 +0200
-+++ libmpeg3-1.7/audio/mpeg3audio.c 2007-08-17 18:06:37.000000000 +0300
-@@ -3,7 +3,7 @@
-
- #include <math.h>
- #include <stdlib.h>
--
-+#include <string.h>
-
-
-
-diff -ur libmpeg3-1.7.orig/video/subtitle.c libmpeg3-1.7/video/subtitle.c
---- libmpeg3-1.7.orig/video/subtitle.c 2006-02-27 06:14:00.000000000 +0200
-+++ libmpeg3-1.7/video/subtitle.c 2007-08-17 18:07:00.000000000 +0300
-@@ -2,6 +2,7 @@
- #include "mpeg3protos.h"
-
- #include <stdlib.h>
-+#include <string.h>
-
- static unsigned char get_nibble(unsigned char **ptr, int *nibble)
- {
diff --git a/media-libs/libmpeg3/libmpeg3-1.7.ebuild b/media-libs/libmpeg3/libmpeg3-1.7.ebuild
deleted file mode 100644
index 07326d77c268..000000000000
--- a/media-libs/libmpeg3/libmpeg3-1.7.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libmpeg3/libmpeg3-1.7.ebuild,v 1.21 2010/11/11 10:18:47 ssuominen Exp $
-
-EAPI=2
-inherit eutils autotools toolchain-funcs
-
-PATCHLEVEL="1"
-DESCRIPTION="An mpeg library for linux"
-HOMEPAGE="http://heroinewarrior.com/libmpeg3.php"
-SRC_URI="mirror://sourceforge/heroines/${P}-src.tar.bz2
- mirror://gentoo/${P}-gentoo.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86"
-IUSE="mmx"
-
-RDEPEND="sys-libs/zlib
- virtual/jpeg
- media-libs/a52dec"
-DEPEND="${RDEPEND}
- mmx? ( dev-lang/nasm )"
-
-src_prepare() {
- epatch "${WORKDIR}"/${P}-mpeg3split.patch
- epatch "${WORKDIR}"/${P}-textrel.patch
- epatch "${WORKDIR}"/${P}-gnustack.patch
- epatch "${WORKDIR}"/${P}-a52.patch
- epatch "${WORKDIR}"/${P}-all_gcc4.patch
- epatch "${WORKDIR}"/${P}-all_pthread.patch
-
- # warning: incompatible implicit declaration of built-in function memcpy
- epatch "${FILESDIR}"/${P}-memcpy.patch
-
- cp -rf "${WORKDIR}"/${PV}/* .
- eautoreconf
-}
-
-src_configure() {
- #disabling css since it's a fake one.
- #One can find in the sources this message :
- # Stubs for deCSS which can't be distributed in source form
-
- econf \
- $(use_enable mmx) \
- --disable-css
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dohtml -r docs
- # This is a workaround, it wants to rebuild
- # everything if the headers have changed
- # So we patch them after install...
- cd "${D}/usr/include/libmpeg3"
- # This patch patches the .h files that get installed into /usr/include
- # to show the correct include syntax '<>' instead of '""' This patch
- # was also generated using info from SF's src.rpm
- epatch "${WORKDIR}"/gentoo-p2.patch
-
- find "${D}" -name '*.la' -exec rm -f '{}' +
-}