public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ChangeLog ttcut-0.19.6-r1.ebuild
@ 2008-02-01 15:38 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Schwarzott (zzam) @ 2008-02-01 15:38 UTC (permalink / raw
  To: gentoo-commits

zzam        08/02/01 15:38:22

  Modified:             ChangeLog
  Added:                ttcut-0.19.6-r1.ebuild
  Log:
  Now using slot dependency/eapi-1 for qt4.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.10                 media-video/ttcut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	2 Sep 2007 14:26:11 -0000	1.9
+++ ChangeLog	1 Feb 2008 15:38:22 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/ttcut
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.9 2007/09/02 14:26:11 zzam Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.10 2008/02/01 15:38:22 zzam Exp $
+
+*ttcut-0.19.6-r1 (01 Feb 2008)
+
+  01 Feb 2008; Matthias Schwarzott <zzam@gentoo.org>
+  +ttcut-0.19.6-r1.ebuild:
+  Now using slot dependency/eapi-1 for qt4.
 
 *ttcut-0.19.6 (02 Sep 2007)
 



1.1                  media-video/ttcut/ttcut-0.19.6-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?rev=1.1&content-type=text/plain

Index: ttcut-0.19.6-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.1 2008/02/01 15:38:22 zzam Exp $

EAPI="1"
inherit eutils qt4

DESCRIPTION="Tool for removing advertisements from recorded MPEG files"
HOMEPAGE="http://ttcut.tritime.org/"
SRC_URI="mirror://berlios/${PN}/${P/_/-}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=x11-libs/qt-4.3:4
	>=media-libs/libmpeg2-0.4.0
	virtual/opengl"

RDEPEND="${DEPEND}
	media-video/mplayer
	media-video/transcode"

S=${WORKDIR}/${PN}

pkg_setup() {
	if ! built_with_use media-video/transcode mjpeg ; then
		eerror "In order to have encoding mode working with ttcut"
		eerror "you need to recompile transcode with mjpeg USE flag enabled."
		die "Recompile transcode with mjpeg USE flag enabled"
	fi
}

src_compile() {
	eqmake4 ttcut.pro -o Makefile.ttcut
	emake -f Makefile.ttcut || die "emake failed"
}

src_install() {
	dobin ttcut || die "Couldn't install ttcut"
	make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing" || \
		die "Couldn't make ttcut desktop entry"

	dodoc AUTHORS BUGS CHANGELOG \
		README.DE README.EN TODO || die "Couldn't install documentation"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ChangeLog ttcut-0.19.6-r1.ebuild
@ 2010-01-21 17:56 Daniel Pielmeier (billie)
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Pielmeier (billie) @ 2010-01-21 17:56 UTC (permalink / raw
  To: gentoo-commits

billie      10/01/21 17:56:51

  Modified:             ChangeLog
  Removed:              ttcut-0.19.6-r1.ebuild
  Log:
  Remove defect version.
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.24                 media-video/ttcut/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	21 Jan 2010 14:31:11 -0000	1.23
+++ ChangeLog	21 Jan 2010 17:56:51 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/ttcut
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.23 2010/01/21 14:31:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.24 2010/01/21 17:56:51 billie Exp $
+
+  21 Jan 2010; Daniel Pielmeier <billie@gentoo.org> -ttcut-0.19.6-r1.ebuild:
+  Remove defect version.
 
   21 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   ttcut-0.19.6-r2.ebuild:






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

end of thread, other threads:[~2010-01-21 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-01 15:38 [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ChangeLog ttcut-0.19.6-r1.ebuild Matthias Schwarzott (zzam)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-21 17:56 Daniel Pielmeier (billie)

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