summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-06 20:00:09 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-06 20:00:09 +0000
commit2fbd8264bcf48ac4f9f7ad96ad59f46d79f11b0f (patch)
tree3da9cdc9b39ba92ed796265e6058c58265eef355 /media-video
parentVersion bumped. (diff)
downloadhistorical-2fbd8264bcf48ac4f9f7ad96ad59f46d79f11b0f.tar.gz
historical-2fbd8264bcf48ac4f9f7ad96ad59f46d79f11b0f.tar.bz2
historical-2fbd8264bcf48ac4f9f7ad96ad59f46d79f11b0f.zip
Version bumped.
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vobcopy/Manifest6
-rw-r--r--media-video/vobcopy/files/digest-vobcopy-0.5.81
-rw-r--r--media-video/vobcopy/vobcopy-0.5.7.ebuild4
-rw-r--r--media-video/vobcopy/vobcopy-0.5.8.ebuild24
4 files changed, 30 insertions, 5 deletions
diff --git a/media-video/vobcopy/Manifest b/media-video/vobcopy/Manifest
index 4cfb80637297..e409f8078333 100644
--- a/media-video/vobcopy/Manifest
+++ b/media-video/vobcopy/Manifest
@@ -1,5 +1,5 @@
-MD5 82556b1e6a2f561accf520581b50044f ChangeLog 416
-MD5 04ceded9fec2de31dbbdb1889a7035b7 vobcopy-0.5.7.ebuild 674
-MD5 04ceded9fec2de31dbbdb1889a7035b7 vobcopy-0.5.8.ebuild 674
+MD5 e7c1c59a527f21a3d6f6796853f1090d ChangeLog 537
+MD5 f92786cdb5a859156d2e1e759af20cb2 vobcopy-0.5.7.ebuild 676
+MD5 e7b85de4752f7a511491dafda0461de2 vobcopy-0.5.8.ebuild 677
MD5 ea95d3472987c5f15a2ffb5598df9bbf files/digest-vobcopy-0.5.7 65
MD5 b1c360ab585503adcd49993902e57f7d files/digest-vobcopy-0.5.8 65
diff --git a/media-video/vobcopy/files/digest-vobcopy-0.5.8 b/media-video/vobcopy/files/digest-vobcopy-0.5.8
new file mode 100644
index 000000000000..148c777de2f1
--- /dev/null
+++ b/media-video/vobcopy/files/digest-vobcopy-0.5.8
@@ -0,0 +1 @@
+MD5 a282523f14aebada41ffbf28c49dae0c vobcopy-0.5.8.tar.bz2 35437
diff --git a/media-video/vobcopy/vobcopy-0.5.7.ebuild b/media-video/vobcopy/vobcopy-0.5.7.ebuild
index 2954f09703c2..de68214ccab2 100644
--- a/media-video/vobcopy/vobcopy-0.5.7.ebuild
+++ b/media-video/vobcopy/vobcopy-0.5.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-0.5.7.ebuild,v 1.3 2003/07/12 21:12:57 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-0.5.7.ebuild,v 1.4 2003/09/06 19:59:59 mholzer Exp $
DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way"
HOMEPAGE="http://lpn.rnbhq.org/"
@@ -20,5 +20,5 @@ src_compile() {
src_install() {
dodir /usr/bin
make PREFIX=${D}/usr/ install || die
- dodoc Changelog README TODO Release-Notes
+ dodoc Changelog README TODO Release-Notes
}
diff --git a/media-video/vobcopy/vobcopy-0.5.8.ebuild b/media-video/vobcopy/vobcopy-0.5.8.ebuild
new file mode 100644
index 000000000000..af562ae1e802
--- /dev/null
+++ b/media-video/vobcopy/vobcopy-0.5.8.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/vobcopy/vobcopy-0.5.8.ebuild,v 1.1 2003/09/06 19:59:59 mholzer Exp $
+
+DESCRIPTION="copies DVD .vob files to harddisk, decrypting them on the way"
+HOMEPAGE="http://lpn.rnbhq.org/"
+SRC_URI="http://lpn.rnbhq.org/download/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=media-libs/libdvdread-0.9.4"
+
+S=${WORKDIR}/${P}
+
+src_compile() {
+ emake CFLAGS=-DHAVE_GETOPT_LONG || die
+}
+
+src_install() {
+ dodir /usr/bin
+ make PREFIX=${D}/usr/ install || die
+ dodoc Changelog README TODO Release-Notes
+}