summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-06-03 10:08:24 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-06-03 10:08:24 +0000
commit45ab3a5f4094195c62d2222550df8b1a84100776 (patch)
tree9d69e7031e22684d48f4880834adda520ff06a36 /media-video
parentAnother move to make ion3 upstream compatible, wonder how much it will take, ... (diff)
downloadgentoo-2-45ab3a5f4094195c62d2222550df8b1a84100776.tar.gz
gentoo-2-45ab3a5f4094195c62d2222550df8b1a84100776.tar.bz2
gentoo-2-45ab3a5f4094195c62d2222550df8b1a84100776.zip
Cleanup old version
(Portage version: 2.1.2.9)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/dvbcut/ChangeLog7
-rw-r--r--media-video/dvbcut/dvbcut-0.5.3-r1.ebuild51
-rw-r--r--media-video/dvbcut/files/digest-dvbcut-0.5.3-r13
-rw-r--r--media-video/dvbcut/files/dvbcut-0.5.3-ac3-buffer.patch13
-rw-r--r--media-video/dvbcut/files/dvbcut-0.5.3-sconstruct.patch34
5 files changed, 6 insertions, 102 deletions
diff --git a/media-video/dvbcut/ChangeLog b/media-video/dvbcut/ChangeLog
index c9205704968f..44b7bb6e6c4f 100644
--- a/media-video/dvbcut/ChangeLog
+++ b/media-video/dvbcut/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/dvbcut
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.6 2007/06/01 18:47:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.7 2007/06/03 10:08:24 aballier Exp $
+
+ 03 Jun 2007; Alexis Ballier <aballier@gentoo.org>
+ -files/dvbcut-0.5.3-ac3-buffer.patch,
+ -files/dvbcut-0.5.3-sconstruct.patch, -dvbcut-0.5.3-r1.ebuild:
+ Cleanup old version
01 Jun 2007; Alexis Ballier <aballier@gentoo.org>
+files/dvbcut-0.5.4-ffmpeg-compat2.patch, +files/dvbcut-0.5.4-gcc42.patch,
diff --git a/media-video/dvbcut/dvbcut-0.5.3-r1.ebuild b/media-video/dvbcut/dvbcut-0.5.3-r1.ebuild
deleted file mode 100644
index 8ca18f15f6b9..000000000000
--- a/media-video/dvbcut/dvbcut-0.5.3-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.5.3-r1.ebuild,v 1.3 2007/04/14 22:08:59 aballier Exp $
-
-inherit qt3 eutils
-
-IUSE=""
-
-MY_P="${P/-/_}"
-
-DESCRIPTION="frame-accurate editing of MPEG-2 video with MPEG and AC3 audio"
-HOMEPAGE="http://dvbcut.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="$(qt_min_version 3)
- media-libs/libao
- >=media-video/ffmpeg-0.4.9_p20070330"
-
-DEPEND="${RDEPEND}
- dev-util/scons"
-
-pkg_setup() {
- if ! built_with_use media-video/ffmpeg a52; then
- eerror "This package requires media-video/ffmpeg compiled with A/52 (a.k.a. AC-3) support."
- eerror "Please reemerge media-video/ffmpeg with USE=\"a52\"."
- die "Please reemerge media-video/ffmpeg with USE=\"a52\"."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-ac3-buffer.patch"
- epatch "${FILESDIR}/${P}-sconstruct.patch"
- epatch "${FILESDIR}/${P}-ffmpeg-compat.patch"
-}
-
-src_compile() {
- emake FFMPEG=/usr || die "build failed"
-}
-
-src_install() {
- emake FFMPEG=/usr DESTDIR="${D}" PREFIX="/usr" MANPATH="/usr/share/man" install \
- || die "install failed"
- dodoc CREDITS ChangeLog README README.ffmpeg README.icons
-}
diff --git a/media-video/dvbcut/files/digest-dvbcut-0.5.3-r1 b/media-video/dvbcut/files/digest-dvbcut-0.5.3-r1
deleted file mode 100644
index fa54a634c013..000000000000
--- a/media-video/dvbcut/files/digest-dvbcut-0.5.3-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 11cbc9b874e6dad640febadf620de129 dvbcut_0.5.3.tar.bz2 791953
-RMD160 8a51c528a2274db44c864b1315b25e7cff7bb12d dvbcut_0.5.3.tar.bz2 791953
-SHA256 6496e5a9fe9a4313a480a3b21f075ea17e07451499d2c8e27559f1c4878b5238 dvbcut_0.5.3.tar.bz2 791953
diff --git a/media-video/dvbcut/files/dvbcut-0.5.3-ac3-buffer.patch b/media-video/dvbcut/files/dvbcut-0.5.3-ac3-buffer.patch
deleted file mode 100644
index edb18bac1c30..000000000000
--- a/media-video/dvbcut/files/dvbcut-0.5.3-ac3-buffer.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- dvbcut-0.5.3_orig/src/mpgfile.cpp 2005-12-14 22:32:55.000000000 +0100
-+++ dvbcut-0.5.3_fixed/src/mpgfile.cpp 2006-11-25 19:47:07.000000000 +0100
-@@ -232,8 +232,8 @@
- if (avcodec_open(S->avcc, S->dec))
- return;
-
-- int16_t samples[4096];
-- int frame_size=4096;
-+ int16_t samples[6*1536]; // must be enough for 6 AC-3 channels --mr
-+ int frame_size=sizeof(samples);//the initial state is ignored anyway, but initialize it
- avcodec_decode_audio(S->avcc,samples,&frame_size,(uint8_t*) sd->getdata(),sd->inbytes());
- avcodec_close(S->avcc);
- }
diff --git a/media-video/dvbcut/files/dvbcut-0.5.3-sconstruct.patch b/media-video/dvbcut/files/dvbcut-0.5.3-sconstruct.patch
deleted file mode 100644
index a4382ca08d2a..000000000000
--- a/media-video/dvbcut/files/dvbcut-0.5.3-sconstruct.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- trunk/SConstruct 2006/09/04 19:40:35 1
-+++ trunk/SConstruct 2007/01/28 11:09:32 21
-@@ -48,7 +48,7 @@
-
- env.Replace(CXXFILESUFFIX=".cpp")
-
--env.Append(CPPDEFINES={"_FILE_OFFSET_BITS": "64", "_LARGEFILE_SOURCE": None})
-+env.Append(CPPDEFINES=[("_FILE_OFFSET_BITS", "64"), "_LARGEFILE_SOURCE"])
-
- for v in ("CXX","LINK"):
- if (v in os.environ):
-@@ -62,11 +62,11 @@
-
- if (not env.GetOption('clean')):
- if (conf.TryAction('pkg-config --exists ao')[0]):
-- conf.env.Append(CPPDEFINES={"HAVE_LIB_AO":None})
-+ conf.env.Append(CPPDEFINES="HAVE_LIB_AO")
- conf.env.ParseConfig('pkg-config --cflags --libs ao')
- print "Checking for libao... found"
- elif (conf.CheckLibWithHeader('ao', 'ao/ao.h', 'C')):
-- conf.env.Append(CPPDEFINES={"HAVE_LIB_AO":None})
-+ conf.env.Append(CPPDEFINES="HAVE_LIB_AO")
- conf.env.Append(LIBS=['ao'])
- print "Checking for libao... found"
- else:
-@@ -85,7 +85,7 @@
- env.Replace(QT_LIB=qtlib)
-
- if (debug<=0):
-- env.Append(CPPDEFINES={"QT_NO_DEBUG": None})
-+ env.Append(CPPDEFINES="QT_NO_DEBUG")
-
- ### FFMPEG
-