mr_bones_    15/06/03 05:41:16

  Modified:             metadata.xml ChangeLog
  Added:                vice-2.4.20.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.7                  app-emulation/vice/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/metadata.xml?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/metadata.xml?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml        11 Feb 2015 03:05:43 -0000      1.6
+++ metadata.xml        3 Jun 2015 05:41:15 -0000       1.7
@@ -3,10 +3,12 @@
 <pkgmetadata>
 <herd>games</herd>
 <use>
-       <flag name="fullscreen">Enable the ability to run fullscreen</flag>
-       <flag name="gtk3">Use GTK+3 instead of GTK+2</flag>
        <flag name='ethernet'>Enable ethernet emulation</flag>
+       <flag name="fullscreen">Enable the ability to run fullscreen</flag>
+       <flag name="gtk2">Use GTK+2 for GUI instead of GTK+3</flag>
+       <flag name="gtk3">Use GTK+3for GUI  instead of GTK+2</flag>
        <flag name='memmap'>Enable extra monitor features</flag>
+       <flag name='sdlsound'>Use <pkg>media-libs/libsdl</pkg> for sound 
support</flag>
        <flag name='vte'>Enable support for <pkg>x11-libs/vte</pkg> in the GTK+ 
interface</flag>
        <flag name='xrandr'>Enable support for the X xrandr extension</flag>
 </use>



1.99                 app-emulation/vice/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.99&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.99&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   11 Feb 2015 03:05:43 -0000      1.98
+++ ChangeLog   3 Jun 2015 05:41:15 -0000       1.99
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/vice
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.98 
2015/02/11 03:05:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.99 
2015/06/03 05:41:15 mr_bones_ Exp $
+
+*vice-2.4.20 (03 Jun 2015)
+
+  03 Jun 2015; Michael Sterrett <[email protected]>
+  +files/vice-2.4.20-autotools.patch, +vice-2.4.20.ebuild, metadata.xml:
+  version bump
 
 *vice-2.4.16-r1 (11 Feb 2015)
 



1.1                  app-emulation/vice/vice-2.4.20.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild?rev=1.1&content-type=text/plain

Index: vice-2.4.20.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.4.20.ebuild,v 1.1 
2015/06/03 05:41:15 mr_bones_ Exp $

EAPI=5
inherit autotools eutils toolchain-funcs flag-o-matic games

DESCRIPTION="The Versatile Commodore 8-bit Emulator"
HOMEPAGE="http://vice-emu.sourceforge.net/";
SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="Xaw3d alsa ethernet ffmpeg fullscreen gtk2 +gtk3 ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib"

REQUIRED_USE="?? ( gtk2 gtk3 sdl )"

GTK_COMMON="
        x11-libs/pango
        x11-libs/cairo"
RDEPEND="
        virtual/jpeg:0
        virtual/opengl
        media-libs/giflib
        alsa? ( media-libs/alsa-lib )
        pulseaudio? ( media-sound/pulseaudio )
        sdlsound? ( media-libs/libsdl[sound] )
        ethernet? (
            >=net-libs/libpcap-0.9.8
            >=net-libs/libnet-1.1.2.1:1.1
        )
        ffmpeg? ( virtual/ffmpeg )
        lame? ( media-sound/lame )
        nls? ( virtual/libintl )
        png? ( media-libs/libpng:0 )
        zlib? ( sys-libs/zlib )
        sdl? (
                media-libs/libsdl[joystick,video]
        )
        !sdl? (
                fullscreen? (
                        x11-libs/libXrandr
                        x11-libs/libXxf86vm )
                x11-libs/libX11
                x11-libs/libXext
                sys-libs/readline
        )
        gtk2? (
                x11-libs/gtk+:2
                vte? ( x11-libs/vte:0 )
                x11-libs/gtkglext
                ${GTK_COMMON}
        )
        gtk3? (
                x11-libs/gtk+:3
                vte? ( x11-libs/vte:2.90 )
                ${GTK_COMMON}
        )
        !sdl? ( !gtk2? ( !gtk3? (
                x11-libs/libXmu
                x11-libs/libXpm
                x11-libs/libXt
                x11-libs/libXv
                Xaw3d? ( x11-libs/libXaw3d )
                !Xaw3d? ( x11-libs/libXaw )
        ) ) )
        "
DEPEND="${RDEPEND}
        virtual/pkgconfig
        !sdl? (
                fullscreen? ( x11-proto/xf86vidmodeproto )
                !gtk2? ( !gtk3? (
                        x11-libs/libICE
                        x11-libs/libSM
                ) )
        )
        x11-apps/bdftopcf
        x11-apps/mkfontdir
        x11-proto/xproto
        x11-proto/xextproto
        media-libs/fontconfig
        x11-proto/videoproto
        nls? ( sys-devel/gettext )"

src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-autotools.patch
        sed -i \
                -e 's/building//' \
                doc/Makefile.am || die
        sed -i \
                -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}:" \
                doc/Makefile.am \
                doc/readmes/Makefile.am || die
        sed -i \
                -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}/html:" \
                doc/html/Makefile.am || die
        sed -i \
                -e "s:/usr/local/lib/VICE:$(games_get_libdir)/${PN}:" \
                man/vice.1 \
                $(grep -rl --exclude="*texi" /usr/local/lib doc) || die
        sed -i \
                -e "/VICEDIR=/s:=.*:=\"$(games_get_libdir)/${PN}\";:" \
                configure.ac || die
        sed -i \
                -e "s:\(#define LIBDIR \).*:\1\"$(games_get_libdir)/${PN}\":" \
                -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
                src/arch/unix/archdep.h \
                src/arch/sdl/archdep_unix.h || die
        rm -rf src/lib/{libffmpeg,liblame} || die
        sed -i \
                -e '/SUBDIRS/s/libffmpeg//;' \
                -e '/SUBDIRS/s/liblame//;' \
                src/lib/Makefile.am || die
        AT_NO_RECURSIVE=1 eautoreconf
}

src_configure() {
        local gui_arg snd_arg

        snd_arg+=" $(use_with alsa)"
        snd_arg+=" $(use_with oss)"
        snd_arg+=" $(use_with pulseaudio pulse)"
        snd_arg+=" $(use_with sdlsound)"

        gui_arg+=" $(use_enable sdl sdlui)"
        # The gtk UI code has raw calls to XOpenDisplay and
        # is missing -lX11 if vte doesn't pull it in.
        if use gtk2 || use gtk3 ; then
                use vte || append-libs -lX11
        fi
        gui_arg+=" $(use_enable gtk2 gnomeui)"
        gui_arg+=" $(use_enable gtk3 gnomeui3)"
        gui_arg+=" $(use_enable Xaw3d xaw3d)"

        # --with-readline is forced to avoid using the embedded copy
        # don't try to actually run fc-cache (bug #280976)
        FCCACHE=/bin/true \
        PKG_CONFIG=$(tc-getPKG_CONFIG) \
        egamesconf \
                --enable-parsid \
                --with-resid \
                --with-readline \
                --without-arts \
                --without-midas \
                $(use_enable ethernet) \
                $(use_enable ffmpeg) \
                $(use_enable ffmpeg external-ffmpeg) \
                $(use_enable fullscreen) \
                $(use_enable ipv6) \
                $(use_enable lame) \
                $(use_enable nls) \
                $(use_enable vte) \
                $(use_with png) \
                $(use_with threads uithreads) \
                $(use_with zlib) \
                ${gui_arg} \
                ${snd_arg} \
                --disable-option-checking
                # --disable-option-checking has to be last
}

src_install() {
        DOCS="AUTHORS ChangeLog FEEDBACK README" \
                default
        prepgamesdirs
}




Reply via email to