public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-graphtft: ChangeLog vdr-graphtft-0.3.2.24.ebuild
@ 2009-10-23 14:28 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2009-10-23 14:28 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    09/10/23 14:28:26

  Modified:             ChangeLog vdr-graphtft-0.3.2.24.ebuild
  Log:
  fixed compile for graphtft-fe
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.21                 media-plugins/vdr-graphtft/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	22 Oct 2009 15:46:59 -0000	1.20
+++ ChangeLog	23 Oct 2009 14:28:25 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/vdr-graphtft
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.20 2009/10/22 15:46:59 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.21 2009/10/23 14:28:25 hd_brummy Exp $
+
+  23 Oct 2009; Joerg Bornkessel <hd_brummy@gentoo.org>
+  vdr-graphtft-0.3.2.24.ebuild, files/vdr-graphtft-0.3.2.24_gcc-4.4.x.diff,
+  files/vdr-graphtft-0.3.2.24_makefile.diff:
+  fixed compile for graphtft-fe
 
   22 Oct 2009; Joerg Bornkessel <hd_brummy@gentoo.org>
   files/vdr-graphtft-0.3.2.24_makefile.diff:



1.3                  media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?r1=1.2&r2=1.3

Index: vdr-graphtft-0.3.2.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-graphtft-0.3.2.24.ebuild	22 Oct 2009 15:05:04 -0000	1.2
+++ vdr-graphtft-0.3.2.24.ebuild	23 Oct 2009 14:28:25 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.2 2009/10/22 15:05:04 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.3 2009/10/23 14:28:25 hd_brummy Exp $
 
 EAPI="2"
 
@@ -29,8 +29,7 @@
 		>=media-video/ffmpeg-0.4.8_p20090201
 		imagemagick? ( media-gfx/imagemagick[png,jpeg] )
 		directfb? ( dev-libs/DirectFB )
-		graphtft-fe? ( x11-libs/qt-gui:4
-				media-libs/imlib2[png,jpeg,X] )"
+		graphtft-fe? ( media-libs/imlib2[png,jpeg,X] )"
 
 RDEPEND="${DEPEND}"
 
@@ -89,9 +88,7 @@
 
 	if use graphtft-fe; then
 		cd "${S}"/graphtft-fe
-		sed -i build.sh -e "s:qmake-qt4:qmake:"
-		./clean.sh
-		./build.sh || die "build.sh failed"
+		emake
 	fi
 }
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-graphtft: ChangeLog vdr-graphtft-0.3.2.24.ebuild
@ 2010-04-03 10:07 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2010-04-03 10:07 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    10/04/03 10:07:49

  Modified:             ChangeLog vdr-graphtft-0.3.2.24.ebuild
  Log:
  add cxx to use-depend for newer imagemagick use-flags changes
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.22                 media-plugins/vdr-graphtft/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	23 Oct 2009 14:28:25 -0000	1.21
+++ ChangeLog	3 Apr 2010 10:07:49 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-graphtft
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.21 2009/10/23 14:28:25 hd_brummy Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.22 2010/04/03 10:07:49 hd_brummy Exp $
+
+  03 Apr 2010; Joerg Bornkessel <hd_brummy@gentoo.org>
+  vdr-graphtft-0.3.2.24.ebuild:
+  add cxx to use-depend for newer imagemagick use-flags changes
 
   23 Oct 2009; Joerg Bornkessel <hd_brummy@gentoo.org>
   vdr-graphtft-0.3.2.24.ebuild, files/vdr-graphtft-0.3.2.24_gcc-4.4.x.diff,



1.4                  media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?r1=1.3&r2=1.4

Index: vdr-graphtft-0.3.2.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-graphtft-0.3.2.24.ebuild	23 Oct 2009 14:28:25 -0000	1.3
+++ vdr-graphtft-0.3.2.24.ebuild	3 Apr 2010 10:07:49 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.3 2009/10/23 14:28:25 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.4 2010/04/03 10:07:49 hd_brummy Exp $
 
 EAPI="2"
 
@@ -27,7 +27,7 @@
 		media-libs/imlib2[png,jpeg]
 		gnome-base/libgtop
 		>=media-video/ffmpeg-0.4.8_p20090201
-		imagemagick? ( media-gfx/imagemagick[png,jpeg] )
+		imagemagick? ( media-gfx/imagemagick[png,jpeg,cxx] )
 		directfb? ( dev-libs/DirectFB )
 		graphtft-fe? ( media-libs/imlib2[png,jpeg,X] )"
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-graphtft: ChangeLog vdr-graphtft-0.3.2.24.ebuild
@ 2010-06-16 12:21 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2010-06-16 12:21 UTC (permalink / raw
  To: gentoo-commits

aballier    10/06/16 12:21:31

  Modified:             ChangeLog vdr-graphtft-0.3.2.24.ebuild
  Log:
  fix build with ffmpeg >= 0.6
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 media-plugins/vdr-graphtft/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	3 Apr 2010 10:07:49 -0000	1.22
+++ ChangeLog	16 Jun 2010 12:21:31 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-graphtft
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.22 2010/04/03 10:07:49 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.23 2010/06/16 12:21:31 aballier Exp $
+
+  16 Jun 2010; Alexis Ballier <aballier@gentoo.org>
+  vdr-graphtft-0.3.2.24.ebuild:
+  fix build with ffmpeg >= 0.6
 
   03 Apr 2010; Joerg Bornkessel <hd_brummy@gentoo.org>
   vdr-graphtft-0.3.2.24.ebuild:



1.5                  media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?r1=1.4&r2=1.5

Index: vdr-graphtft-0.3.2.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdr-graphtft-0.3.2.24.ebuild	3 Apr 2010 10:07:49 -0000	1.4
+++ vdr-graphtft-0.3.2.24.ebuild	16 Jun 2010 12:21:31 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.4 2010/04/03 10:07:49 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.5 2010/06/16 12:21:31 aballier Exp $
 
 EAPI="2"
 
-inherit eutils vdr-plugin
+inherit eutils vdr-plugin flag-o-matic
 
 #MY_P="${PN}-${PV/_rc/-rc}"
 #S="${WORKDIR}/graphtft-${PV/_rc/-rc}"
@@ -81,6 +81,8 @@
 	sed -i "${S}"/imlibrenderer/fbrenderer/fbrenderer.c \
 		-i "${S}"/imlibrenderer/dvbrenderer/mpeg2encoder.c \
 		-e "s:libavutil/avcodec.h:libavcodec/avcodec.h:"
+	# UINT64_C is needed by ffmpeg headers
+	append-flags -D__STDC_CONSTANT_MACROS
 }
 
 src_compile() {






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-graphtft: ChangeLog vdr-graphtft-0.3.2.24.ebuild
@ 2011-01-26 16:39 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2011-01-26 16:39 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    11/01/26 16:39:28

  Modified:             ChangeLog vdr-graphtft-0.3.2.24.ebuild
  Log:
  restrict=test bug #279330; eapi=3; removed unneeded check of vdr's extpatch version
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.26                 media-plugins/vdr-graphtft/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	1 Dec 2010 19:12:32 -0000	1.25
+++ ChangeLog	26 Jan 2011 16:39:28 -0000	1.26
@@ -1,6 +1,11 @@
 # ChangeLog for media-plugins/vdr-graphtft
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.25 2010/12/01 19:12:32 hd_brummy Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.26 2011/01/26 16:39:28 hd_brummy Exp $
+
+  26 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
+  vdr-graphtft-0.3.2.24.ebuild:
+  restrict=test bug #279330; eapi=3; removed unneeded check of vdr's
+  extpatch version
 
   01 Dec 2010; Joerg Bornkessel <hd_brummy@gentoo.org>
   -files/vdr-graphtft-0.1.18_alpha-ffmpeg-0.4.9_p20080326-new_header.diff,



1.7                  media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild?r1=1.6&r2=1.7

Index: vdr-graphtft-0.3.2.24.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vdr-graphtft-0.3.2.24.ebuild	26 Sep 2010 16:36:36 -0000	1.6
+++ vdr-graphtft-0.3.2.24.ebuild	26 Jan 2011 16:39:28 -0000	1.7
@@ -1,13 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.6 2010/09/26 16:36:36 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.7 2011/01/26 16:39:28 hd_brummy Exp $
 
-EAPI="2"
+EAPI="3"
 
-inherit eutils vdr-plugin flag-o-matic
+RESTRICT="test"
 
-#MY_P="${PN}-${PV/_rc/-rc}"
-#S="${WORKDIR}/graphtft-${PV/_rc/-rc}"
+inherit eutils vdr-plugin flag-o-matic
 
 S="${WORKDIR}/graphtft-24"
 
@@ -42,30 +41,6 @@
 		"${FILESDIR}/${P}_gcc-4.4.x.diff"
 		"${FILESDIR}/${P}_ffmpeg-0.5.diff")
 
-extpatch_v_check() {
-
-	EXTPATCH_V="`cat /var/db/pkg/media-video/vdr-*/vdr-*.ebuild | grep EXT_V | head -n 1 | cut -c8-9`"
-
-	if [ "${EXTPATCH_V}" -lt "65" ]; then
-		echo
-		eerror "You need an update of vdr with a newer EXTENSIONSPATCH version!"
-		eerror "minimal version of Extensionspatch = 65!"
-		eerror "graphtft will not work fullfilled"
-		echo
-		einfo "use VDR"
-		einfo ">=media-video/vdr-1.6.0_p2-r2"
-		einfo "or"
-		einfo ">=media-video/vdr-1.7.0-r1 from vdr-devel Overlay"
-		echo
-	fi
-}
-
-pkg_setup() {
-	vdr-plugin_pkg_setup
-
-	extpatch_v_check
-}
-
 src_prepare() {
 
 	sed -i Makefile -e "s:  WITH_X_COMM = 1:#WITH_X_COMM = 1:"
@@ -80,6 +55,7 @@
 	sed -i "${S}"/imlibrenderer/fbrenderer/fbrenderer.c \
 		-i "${S}"/imlibrenderer/dvbrenderer/mpeg2encoder.c \
 		-e "s:libavutil/avcodec.h:libavcodec/avcodec.h:"
+
 	# UINT64_C is needed by ffmpeg headers
 	append-flags -D__STDC_CONSTANT_MACROS
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-26 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-23 14:28 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-graphtft: ChangeLog vdr-graphtft-0.3.2.24.ebuild Joerg Bornkessel (hd_brummy)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-03 10:07 Joerg Bornkessel (hd_brummy)
2010-06-16 12:21 Alexis Ballier (aballier)
2011-01-26 16:39 Joerg Bornkessel (hd_brummy)

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