pacho       15/01/29 10:28:47

  Modified:             ChangeLog
  Added:                terminatorx-3.84-r1.ebuild
  Removed:              terminatorx-3.84.ebuild terminatorx-3.83.ebuild
  Log:
  Use gnome2.eclass properly, fix compilation with current zlib (#413623), drop 
old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.36                 media-sound/terminatorx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/ChangeLog?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/ChangeLog?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   5 May 2012 09:02:12 -0000       1.35
+++ ChangeLog   29 Jan 2015 10:28:47 -0000      1.36
@@ -1,6 +1,14 @@
 # ChangeLog for media-sound/terminatorx
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.35 
2012/05/05 09:02:12 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.36 
2015/01/29 10:28:47 pacho Exp $
+
+*terminatorx-3.84-r1 (29 Jan 2015)
+
+  29 Jan 2015; Pacho Ramos <[email protected]>
+  +files/terminatorx-3.84-new-zlib.patch, +terminatorx-3.84-r1.ebuild,
+  -terminatorx-3.83.ebuild, -terminatorx-3.84.ebuild:
+  Use gnome2.eclass properly, fix compilation with current zlib (#413623), drop
+  old
 
   05 May 2012; Michał Górny <[email protected]> terminatorx-3.82.ebuild,
   terminatorx-3.83.ebuild, terminatorx-3.84.ebuild:
@@ -133,4 +141,3 @@
   
   Submitted by Dietrich Heise <[email protected]>
   Thanks Dietrich
-



1.1                  media-sound/terminatorx/terminatorx-3.84-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/terminatorx-3.84-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/terminatorx/terminatorx-3.84-r1.ebuild?rev=1.1&content-type=text/plain

Index: terminatorx-3.84-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.84-r1.ebuild,v 
1.1 2015/01/29 10:28:47 pacho Exp $

EAPI=5
GCONF_DEBUG="no"

inherit gnome2 eutils

MY_P=${P/terminatorx/terminatorX}
DESCRIPTION='realtime audio synthesizer that allows you to "scratch" on 
digitally sampled audio data'
HOMEPAGE="http://www.terminatorx.org/";
SRC_URI="http://www.terminatorx.org/dist/${MY_P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="alsa debug mad vorbis sox"

RDEPEND="
        alsa? ( media-libs/alsa-lib )
        mad? ( media-sound/madplay )
        vorbis? ( media-libs/libvorbis )
        sox? ( media-sound/sox
                media-sound/mpg123 )
        >=x11-libs/gtk+-2.2:2
        >=dev-libs/glib-2.2:2
        x11-libs/libXi
        x11-libs/libXxf86dga
        dev-libs/libxml2
        media-libs/audiofile
        media-libs/ladspa-sdk
        media-libs/ladspa-cmt
        app-text/scrollkeeper
        media-libs/liblrdf
"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        x11-proto/xproto
        x11-proto/inputproto
        x11-proto/xf86dgaproto
"

S=${WORKDIR}/${MY_P}

src_prepare() {
        # Patch from debian to compile with recent zlib
        epatch "${FILESDIR}"/${PN}-3.84-new-zlib.patch
        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                $(use_enable alsa) \
                $(use_enable debug) \
                $(use_enable mad) \
                $(use_enable vorbis) \
                $(use_enable sox)
}

src_install() {
        gnome2_src_install
        newicon gnome-support/terminatorX-app.png terminatorX.png
        make_desktop_entry terminatorX terminatorX terminatorX AudioVideo
}




Reply via email to