diff options
author | 2012-05-04 00:50:42 +0000 | |
---|---|---|
committer | 2012-05-04 00:50:42 +0000 | |
commit | ee1b6b512cd08654d274448933ed8ba170fb5d77 (patch) | |
tree | e65c5babb6addab966e766a6667a8a4e7c64bbde /media-video | |
parent | Fix hangs with glib-2.32 (bug #413331, thanks to Per Pomsel). (diff) | |
download | gentoo-2-ee1b6b512cd08654d274448933ed8ba170fb5d77.tar.gz gentoo-2-ee1b6b512cd08654d274448933ed8ba170fb5d77.tar.bz2 gentoo-2-ee1b6b512cd08654d274448933ed8ba170fb5d77.zip |
Update to virtual/pkgconfig.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/subtitleeditor/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild | 6 | ||||
-rw-r--r-- | media-video/subtitleeditor/subtitleeditor-0.40.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-video/subtitleeditor/ChangeLog b/media-video/subtitleeditor/ChangeLog index c7b712c17853..a53979e53514 100644 --- a/media-video/subtitleeditor/ChangeLog +++ b/media-video/subtitleeditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/subtitleeditor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.18 2012/05/04 00:19:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.19 2012/05/04 00:50:42 tetromino Exp $ + + 04 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + subtitleeditor-0.37.1.ebuild, subtitleeditor-0.40.0.ebuild: + Update to virtual/pkgconfig. 04 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> subtitleeditor-0.40.0.ebuild, +files/subtitleeditor-0.40.0-glib-2.31.patch: diff --git a/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild b/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild index af3fb0f8940c..9162d17ed661 100644 --- a/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild +++ b/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild,v 1.2 2011/03/29 06:04:16 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild,v 1.3 2012/05/04 00:50:42 tetromino Exp $ EAPI="2" @@ -33,7 +33,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/intltool-0.40 - dev-util/pkgconfig" + virtual/pkgconfig" src_configure() { export GST_REGISTRY="${T}/home/registry.cache.xml" diff --git a/media-video/subtitleeditor/subtitleeditor-0.40.0.ebuild b/media-video/subtitleeditor/subtitleeditor-0.40.0.ebuild index c04d9822fa4b..35718ccd972b 100644 --- a/media-video/subtitleeditor/subtitleeditor-0.40.0.ebuild +++ b/media-video/subtitleeditor/subtitleeditor-0.40.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.40.0.ebuild,v 1.4 2012/05/04 00:19:07 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.40.0.ebuild,v 1.5 2012/05/04 00:50:42 tetromino Exp $ EAPI="4" @@ -33,7 +33,7 @@ RDEPEND=" DEPEND="${RDEPEND} >=dev-util/intltool-0.40 - dev-util/pkgconfig" + virtual/pkgconfig" DOCS="AUTHORS ChangeLog NEWS README TODO" |