summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-06 21:27:10 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-06 21:27:10 +0000
commite409f18882f8bdbb6cbfd3e519e77f858fe51466 (patch)
tree85bc02a2cb20d0a61bcc968ae6e9e659d8d7a1d0 /media-video
parentAdd .config parsing functions (diff)
downloadhistorical-e409f18882f8bdbb6cbfd3e519e77f858fe51466.tar.gz
historical-e409f18882f8bdbb6cbfd3e519e77f858fe51466.tar.bz2
historical-e409f18882f8bdbb6cbfd3e519e77f858fe51466.zip
Added to ~amd64. Fixed LICENSE.
Diffstat (limited to 'media-video')
-rw-r--r--media-video/cpdvd/ChangeLog5
-rw-r--r--media-video/cpdvd/cpdvd-1.10.ebuild30
-rw-r--r--media-video/cpvts/ChangeLog5
-rw-r--r--media-video/cpvts/cpvts-1.2.ebuild15
-rw-r--r--media-video/kaffeine/Manifest8
-rw-r--r--media-video/pgmfindclip/ChangeLog6
-rw-r--r--media-video/pgmfindclip/pgmfindclip-1.13.ebuild19
7 files changed, 50 insertions, 38 deletions
diff --git a/media-video/cpdvd/ChangeLog b/media-video/cpdvd/ChangeLog
index 0cde2ead9a31..beb1d0cba836 100644
--- a/media-video/cpdvd/ChangeLog
+++ b/media-video/cpdvd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/cpdvd
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/ChangeLog,v 1.2 2004/10/06 20:33:46 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/ChangeLog,v 1.3 2004/10/06 21:23:29 eradicator Exp $
+
+ 06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> cpdvd-1.10.ebuild:
+ Added to ~amd64. Fixed LICENSE.
*cpdvd-1.10 (21 Aug 2004)
diff --git a/media-video/cpdvd/cpdvd-1.10.ebuild b/media-video/cpdvd/cpdvd-1.10.ebuild
index 5fa18b866242..10b3ef8dcf98 100644
--- a/media-video/cpdvd/cpdvd-1.10.ebuild
+++ b/media-video/cpdvd/cpdvd-1.10.ebuild
@@ -1,29 +1,29 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/cpdvd-1.10.ebuild,v 1.1 2004/10/06 20:31:27 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cpdvd/cpdvd-1.10.ebuild,v 1.2 2004/10/06 21:23:29 eradicator Exp $
+
+IUSE=""
+
+S="${WORKDIR}"
DESCRIPTION="transfer a DVD title to your harddisk with ease on Linux"
-SRC_URI="http://www.lallafa.de/bp/files/${P}.gz"
HOMEPAGE="http://www.lallafa.de/bp/cpdvd.html"
-KEYWORDS="~x86"
-LICENSE="GPL-1"
+SRC_URI="http://www.lallafa.de/bp/files/${P}.gz"
+
+LICENSE="GPL-2"
SLOT="0"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
-DEPEND="
- >=media-video/transcode-0.6.2
- >=perl-5.8.0-r12
- >=cpvts-1.2
-"
+DEPEND=""
-MY_S=${WORKDIR}
+RDEPEND=">=media-video/transcode-0.6.2
+ >=perl-5.8.0-r12
+ >=cpvts-1.2"
src_compile () {
- #there are probably other places to rename the file...
- cd ${MY_S} || die
- mv ${P} ${PN} || die
+ einfo "Nothing to compile."
}
src_install () {
- dobin ${MY_S}/${PN} || die
+ newbin ${P} ${PN} || die
}
diff --git a/media-video/cpvts/ChangeLog b/media-video/cpvts/ChangeLog
index 553eff78d919..a182f14789b2 100644
--- a/media-video/cpvts/ChangeLog
+++ b/media-video/cpvts/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/cpvts
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cpvts/ChangeLog,v 1.1 2004/10/06 20:26:56 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cpvts/ChangeLog,v 1.2 2004/10/06 21:19:59 eradicator Exp $
+
+ 06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> cpvts-1.2.ebuild:
+ Added to ~amd64. Fixed LICENSE.
*cpvts-1.2 (06 Oct 2004)
diff --git a/media-video/cpvts/cpvts-1.2.ebuild b/media-video/cpvts/cpvts-1.2.ebuild
index 4a0efcb9819e..c134cd2d035d 100644
--- a/media-video/cpvts/cpvts-1.2.ebuild
+++ b/media-video/cpvts/cpvts-1.2.ebuild
@@ -1,20 +1,21 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/cpvts/cpvts-1.2.ebuild,v 1.1 2004/10/06 20:26:56 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/cpvts/cpvts-1.2.ebuild,v 1.2 2004/10/06 21:19:59 eradicator Exp $
+
+IUSE=""
+
+MY_S="${WORKDIR}/${PN}"
DESCRIPTION="raw copy title sets from a DVD to your harddisc"
SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz"
HOMEPAGE="http://www.lallafa.de/bp/cpvts.html"
+
SLOT="0"
-IUSE=""
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
DEPEND="media-libs/libdvdread"
-KEYWORDS="~x86"
-LICENSE="GPL-1"
-
-MY_S=${WORKDIR}/${PN}
-
src_compile () {
cd ${MY_S} || die
emake || die
diff --git a/media-video/kaffeine/Manifest b/media-video/kaffeine/Manifest
index 8d3caf8af32e..efabdaa98539 100644
--- a/media-video/kaffeine/Manifest
+++ b/media-video/kaffeine/Manifest
@@ -1,10 +1,10 @@
-MD5 9ab8552147c94f11572fc8b891f53948 ChangeLog 2369
MD5 471b602be69babf7d2a784e247675d60 kaffeine-0.4.3.ebuild 534
-MD5 cdfcb7f66d5df0fd4f5f0694b1051e7e kaffeine-0.4.3b.ebuild 542
MD5 8a3ecc0a99d1bd7af3f1eafa2e5addfc metadata.xml 181
+MD5 e06d46f04ab72da38c7100c9846fde69 ChangeLog 2466
+MD5 3242fbf03a6f40cb112e2deeb7f9c116 kaffeine-0.5_rc1.ebuild 559
+MD5 cdfcb7f66d5df0fd4f5f0694b1051e7e kaffeine-0.4.3b.ebuild 542
MD5 65ce67f9202c4ab4b0c7d55b90cd3e74 kaffeine-0.4.2.ebuild 533
-MD5 998eb17de786b1de9168342209bcf635 kaffeine-0.5_rc1.ebuild 554
MD5 cc29aecd04b378be51efbbc6e9f12d4b files/digest-kaffeine-0.4.3 68
-MD5 55963dfde83165e0585ba2712830f521 files/digest-kaffeine-0.4.3b 69
MD5 e23a375f14cbdc8be89e586c916f1c10 files/digest-kaffeine-0.4.2 68
+MD5 55963dfde83165e0585ba2712830f521 files/digest-kaffeine-0.4.3b 69
MD5 bfc18ded9ac63703bbeb950ebe235a5b files/digest-kaffeine-0.5_rc1 70
diff --git a/media-video/pgmfindclip/ChangeLog b/media-video/pgmfindclip/ChangeLog
index b5538a98eda3..d2775f9f5d4b 100644
--- a/media-video/pgmfindclip/ChangeLog
+++ b/media-video/pgmfindclip/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/chaplin
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pgmfindclip/ChangeLog,v 1.1 2004/10/06 20:36:02 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pgmfindclip/ChangeLog,v 1.2 2004/10/06 21:27:10 eradicator Exp $
+
+ 06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ pgmfindclip-1.13.ebuild:
+ Added to ~amd64. Fixed LICENSE.
*pgmfindclip-1.13 (06 Oct 2004)
diff --git a/media-video/pgmfindclip/pgmfindclip-1.13.ebuild b/media-video/pgmfindclip/pgmfindclip-1.13.ebuild
index 278b5e77b443..270fc184f839 100644
--- a/media-video/pgmfindclip/pgmfindclip-1.13.ebuild
+++ b/media-video/pgmfindclip/pgmfindclip-1.13.ebuild
@@ -1,24 +1,25 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pgmfindclip/pgmfindclip-1.13.ebuild,v 1.1 2004/10/06 20:36:02 trapni Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pgmfindclip/pgmfindclip-1.13.ebuild,v 1.2 2004/10/06 21:27:10 eradicator Exp $
+
+IUSE=""
+
+S="${WORKDIR}"
DESCRIPTION="automatically find a clipping border for a sequence of pgm images"
-SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz"
HOMEPAGE="http://www.lallafa.de/bp/pgmfindclip.html"
-DEPEND="virtual/glibc"
-KEYWORDS="~x86"
-LICENSE="GPL-1"
+SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz"
+
+LICENSE="GPL-2"
SLOT="0"
-IUSE=""
+KEYWORDS="~amd64 ~x86"
-MY_S=${WORKDIR}
+DEPEND="virtual/libc"
src_compile () {
- cd ${MY_S} || die
emake || die
}
src_install () {
- cd ${MY_S} || die
dobin ${PN} || die
}