summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-03-12 17:43:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-03-12 17:43:29 +0000
commit7a6b5797bccd77dc41a9db08b4693022a83b1d86 (patch)
tree2b3bc34191c12e32c0d7f277f79f85f8f36a7a6c /media-libs/smpeg2
parentEAPI=5 (diff)
downloadgentoo-2-7a6b5797bccd77dc41a9db08b4693022a83b1d86.tar.gz
gentoo-2-7a6b5797bccd77dc41a9db08b4693022a83b1d86.tar.bz2
gentoo-2-7a6b5797bccd77dc41a9db08b4693022a83b1d86.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/smpeg2')
-rw-r--r--media-libs/smpeg2/ChangeLog5
-rw-r--r--media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild50
2 files changed, 4 insertions, 51 deletions
diff --git a/media-libs/smpeg2/ChangeLog b/media-libs/smpeg2/ChangeLog
index d9d0ccdd6165..0bc9c2b5d95e 100644
--- a/media-libs/smpeg2/ChangeLog
+++ b/media-libs/smpeg2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/smpeg2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v 1.7 2015/02/22 07:51:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v 1.8 2015/03/12 17:43:29 mr_bones_ Exp $
+
+ 12 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> -smpeg2-2.0.0-r2.ebuild:
+ old
*smpeg2-2.0.0-r3 (22 Feb 2015)
diff --git a/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild b/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild
deleted file mode 100644
index 7f88a1a13a9b..000000000000
--- a/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r2.ebuild,v 1.4 2015/01/29 17:58:22 mgorny Exp $
-
-EAPI=5
-inherit eutils toolchain-funcs autotools multilib-minimal
-
-MY_P=smpeg-${PV}
-DESCRIPTION="SDL MPEG Player Library"
-HOMEPAGE="http://icculus.org/smpeg/"
-SRC_URI="http://dev.gentoo.org/~hasufell/distfiles/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug cpu_flags_x86_mmx static-libs"
-
-DEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGES README README.SDL_mixer TODO )
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-smpeg2-config.patch
-
- # avoid file collision with media-libs/smpeg
- sed -i \
- -e '/plaympeg/d' \
- Makefile.am || die
-
- AT_M4DIR="/usr/share/aclocal acinclude" eautoreconf
-}
-
-multilib_src_configure() {
- # the debug option is bogus ... all it does is add extra
- # optimizations if you pass --disable-debug
- ECONF_SOURCE="${S}" econf \
- $(use_enable static-libs static) \
- --disable-rpath \
- --enable-debug \
- --disable-sdltest \
- $(use_enable cpu_flags_x86_mmx mmx) \
- $(use_enable debug assertions)
-}
-
-multilib_src_install_all() {
- use static-libs || prune_libtool_files
-}