public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/soundconverter: soundconverter-2.1.3.ebuild ChangeLog soundconverter-2.0.3.ebuild soundconverter-2.0.1.ebuild soundconverter-1.5.4.ebuild
@ 2014-05-20 19:29 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2014-05-20 19:29 UTC (permalink / raw
  To: gentoo-commits

pacho       14/05/20 19:29:33

  Modified:             ChangeLog
  Added:                soundconverter-2.1.3.ebuild
  Removed:              soundconverter-2.0.3.ebuild
                        soundconverter-2.0.1.ebuild
                        soundconverter-1.5.4.ebuild
  Log:
  Version bump, migrate to new python eclasses (#486962 by hasufell), drop old.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.34                 media-sound/soundconverter/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	25 Feb 2013 12:18:29 -0000	1.33
+++ ChangeLog	20 May 2014 19:29:33 -0000	1.34
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/soundconverter
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.33 2013/02/25 12:18:29 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/ChangeLog,v 1.34 2014/05/20 19:29:33 pacho Exp $
+
+*soundconverter-2.1.3 (20 May 2014)
+
+  20 May 2014; Pacho Ramos <pacho@gentoo.org> +soundconverter-2.1.3.ebuild,
+  -soundconverter-1.5.4.ebuild, -soundconverter-2.0.1.ebuild,
+  -soundconverter-2.0.3.ebuild:
+  Version bump, migrate to new python eclasses (#486962 by hasufell), drop old.
 
   25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> soundconverter-2.0.4.ebuild:
   Stable for x86, wrt bug #457404



1.1                  media-sound/soundconverter/soundconverter-2.1.3.ebuild

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

Index: soundconverter-2.1.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/soundconverter/soundconverter-2.1.3.ebuild,v 1.1 2014/05/20 19:29:33 pacho Exp $

# TODO: convert
#	dev-python/gconf-python
#	dev-python/gnome-vfs-python
#	dev-python/libgnome-python
# See bug #477814

EAPI=5

GCONF_DEBUG=no
PYTHON_COMPAT=( python2_7 )
inherit gnome2 multilib python-single-r1

DESCRIPTION="A simple audiofile converter application for the GNOME environment"
HOMEPAGE="http://soundconverter.org/"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="aac flac mp3 opus vorbis"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

RDEPEND="${PYTHON_DEPS}
	dev-python/gconf-python
	dev-python/gnome-vfs-python
	=dev-python/gst-python-0.10*[${PYTHON_USEDEP}]
	dev-python/pygobject:2[${PYTHON_USEDEP}]
	>=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
	dev-python/libgnome-python
	gnome-base/libglade
	aac? (
		=media-plugins/gst-plugins-faac-0.10*
		=media-plugins/gst-plugins-faad-0.10*
		)
	flac? ( =media-plugins/gst-plugins-flac-0.10* )
	mp3? (
		=media-plugins/gst-plugins-lame-0.10*
		=media-plugins/gst-plugins-mad-0.10*
		=media-plugins/gst-plugins-taglib-0.10*
		)
	vorbis? (
		=media-plugins/gst-plugins-ogg-0.10*
		=media-plugins/gst-plugins-vorbis-0.10*
		)
	opus? (
		=media-plugins/gst-plugins-opus-0.10*
		)
"
DEPEND="${RDEPEND}
	app-arch/xz-utils
	dev-util/intltool
	virtual/pkgconfig
	sys-devel/gettext
"

src_prepare() {
	python_fix_shebang .
	gnome2_src_prepare
}

src_install() {
	gnome2_src_install
	python_optimize "${ED%/}"/usr/$(get_libdir)/soundconverter/python
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-20 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 19:29 [gentoo-commits] gentoo-x86 commit in media-sound/soundconverter: soundconverter-2.1.3.ebuild ChangeLog soundconverter-2.0.3.ebuild soundconverter-2.0.1.ebuild soundconverter-1.5.4.ebuild Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox