public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in media-video/istanbul: istanbul-0.2.2.1_pre20120909.ebuild ChangeLog istanbul-0.2.2.ebuild
@ 2012-11-29  9:38 99% Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 1+ results
From: Alexandre Rostovtsev (tetromino) @ 2012-11-29  9:38 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/11/29 09:38:47

  Modified:             ChangeLog istanbul-0.2.2.ebuild
  Added:                istanbul-0.2.2.1_pre20120909.ebuild
  Log:
  Fix build failure with recent automake (bug #407683, thanks to Helmut Jarausch et al.) Add git snapshot containing numerous serious bug fixes, and some further fixes from the Debian patchset.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.21                 media-video/istanbul/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	25 Oct 2012 20:50:59 -0000	1.20
+++ ChangeLog	29 Nov 2012 09:38:47 -0000	1.21
@@ -1,6 +1,19 @@
 # ChangeLog for media-video/istanbul
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.20 2012/10/25 20:50:59 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/ChangeLog,v 1.21 2012/11/29 09:38:47 tetromino Exp $
+
+*istanbul-0.2.2.1_pre20120909 (29 Nov 2012)
+
+  29 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  istanbul-0.2.2.ebuild, +istanbul-0.2.2.1_pre20120909.ebuild,
+  +files/istanbul-0.2.2-desktop-file.patch,
+  +files/istanbul-0.2.2-dir-overwrite.patch,
+  +files/istanbul-0.2.2-fix-grab-xid.patch,
+  +files/istanbul-0.2.2-fix-preview-window.patch,
+  +files/istanbul-0.2.2-noalsa.patch:
+  Fix build failure with recent automake (bug #407683, thanks to Helmut
+  Jarausch et al.) Add git snapshot containing numerous serious bug fixes, and
+  some further fixes from the Debian patchset.
 
   25 Oct 2012; Gilles Dartiguelongue <eva@gentoo.org> istanbul-0.2.2.ebuild:
   Pin gstreamer dependencies to slot 0.10.



1.11                 media-video/istanbul/istanbul-0.2.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild?r1=1.10&r2=1.11

Index: istanbul-0.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- istanbul-0.2.2.ebuild	25 Oct 2012 20:50:59 -0000	1.10
+++ istanbul-0.2.2.ebuild	29 Nov 2012 09:38:47 -0000	1.11
@@ -1,8 +1,8 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.10 2012/10/25 20:50:59 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.ebuild,v 1.11 2012/11/29 09:38:47 tetromino Exp $
 
-EAPI="3"
+EAPI="5"
 GCONF_DEBUG="no"
 PYTHON_DEPEND="2"
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Istanbul is a screencast application for the Unix desktop"
 SRC_URI="http://zaheer.merali.org/${P}.tar.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2" # Note: not GPL-2+
 SLOT=0
 KEYWORDS="~amd64 ~x86"
 IUSE=""
@@ -40,18 +40,15 @@
 }
 
 src_prepare() {
-	gnome2_src_prepare
-
-	# disable pyc compiling
-	mv py-compile py-compile.orig
-	ln -s $(type -P true) py-compile
-	echo "py_compile = $(type -P true)" > common/python.mk
+	python_clean_py-compile_files
+	cp py-compile common/py-compile-destdir || die
 
 	# fix autoreconf failure, bug #230325
 	epatch "${FILESDIR}/${P}-macro-typo.patch"
 
-	intltoolize --force --copy --automake || die "intltoolize failed"
 	eautoreconf
+
+	gnome2_src_prepare
 }
 
 src_configure() {



1.1                  media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild?rev=1.1&content-type=text/plain

Index: istanbul-0.2.2.1_pre20120909.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/istanbul/istanbul-0.2.2.1_pre20120909.ebuild,v 1.1 2012/11/29 09:38:47 tetromino Exp $

EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="2"

inherit eutils gnome2 python autotools

HOMEPAGE="http://live.gnome.org/Istanbul"
DESCRIPTION="Istanbul is a screencast application for the Unix desktop"
#SRC_URI="http://zaheer.merali.org/${P}.tar.bz2"
SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.bz2"

LICENSE="GPL-2" # Note: not GPL-2+
SLOT=0
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=media-libs/gst-plugins-base-0.10.8:0.10
	>=dev-python/pygtk-2.6
	>=gnome-base/gconf-2
	dev-python/gst-python:0.10
	media-plugins/gst-plugins-ogg:0.10
	media-plugins/gst-plugins-theora:0.10
	>=media-libs/libtheora-1.0_alpha6[encode]
	media-plugins/gst-plugins-gconf:0.10
	dev-python/python-xlib

	>=dev-python/egg-python-2.11.3
	>=dev-python/gnome-vfs-python-2
	>=dev-python/gconf-python-2"
DEPEND="${RDEPEND}
	>=dev-util/intltool-0.35.0
	virtual/pkgconfig"

S="${WORKDIR}/${PN}-0.2.2.1"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	python_clean_py-compile_files
	cp py-compile common/py-compile-destdir || die

	# .desktop file validation failures
	epatch "${FILESDIR}/${PN}-0.2.2-desktop-file.patch"

	# important Debian patches
	epatch "${FILESDIR}/${PN}-0.2.2-fix-grab-xid.patch"
	epatch "${FILESDIR}/${PN}-0.2.2-fix-preview-window.patch"
	epatch "${FILESDIR}/${PN}-0.2.2-dir-overwrite.patch"
	epatch "${FILESDIR}/${PN}-0.2.2-noalsa.patch"

	eautoreconf

	gnome2_src_prepare
}

src_configure() {
	mkdir -p "${T}/home"
	export HOME="${T}/home"
	export GST_REGISTRY=${T}/home/registry.cache.xml
	addpredict /root/.gconfd
	addpredict /root/.gconf
	addpredict /root/.gnome2

	gnome2_src_configure
}

pkg_postinst() {
	gnome2_pkg_postinst
	python_mod_optimize istanbul
}

pkg_postrm() {
	gnome2_pkg_postrm
	python_mod_cleanup istanbul
}





^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-11-29  9:38 99% [gentoo-commits] gentoo-x86 commit in media-video/istanbul: istanbul-0.2.2.1_pre20120909.ebuild ChangeLog istanbul-0.2.2.ebuild Alexandre Rostovtsev (tetromino)

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