mr_bones_    15/02/22 07:51:44

  Modified:             ChangeLog
  Added:                smpeg2-2.0.0-r3.ebuild
  Log:
  add the patch from smpeg to work around bug #538876; rev bump to push out 
diffs
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  media-libs/smpeg2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   29 Jan 2015 17:58:22 -0000      1.6
+++ ChangeLog   22 Feb 2015 07:51:44 -0000      1.7
@@ -1,6 +1,13 @@
 # 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.6 
2015/01/29 17:58:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg2/ChangeLog,v 1.7 
2015/02/22 07:51:44 mr_bones_ Exp $
+
+*smpeg2-2.0.0-r3 (22 Feb 2015)
+
+  22 Feb 2015; Michael Sterrett <[email protected]> +smpeg2-2.0.0-r3.ebuild,
+  files/smpeg2-2.0.0-smpeg2-config.patch:
+  add the patch from smpeg to work around bug #538876; rev bump to push out
+  diffs
 
   29 Jan 2015; Michał Górny <[email protected]> smpeg2-2.0.0-r2.ebuild:
   Switch to CPU_FLAGS_X86.



1.1                  media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg2/smpeg2-2.0.0-r3.ebuild?rev=1.1&content-type=text/plain

Index: smpeg2-2.0.0-r3.ebuild
===================================================================
# 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-r3.ebuild,v 
1.1 2015/02/22 07:51:44 mr_bones_ 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

        mv configure.in configure.ac || 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
}




Reply via email to