diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-16 12:02:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-16 12:02:16 +0000 |
commit | e30666b8b48c6183f152cbcd44bbeec0908ef43f (patch) | |
tree | f7ffa24bdf889ba9cd8bebf47220095fa9c3113f /sysutils/vobcopy | |
parent | 6946649d1cce40a3032a57f7449a3c8f8f048ad8 (diff) | |
download | pkgsrc-e30666b8b48c6183f152cbcd44bbeec0908ef43f.tar.gz |
Update to 1.2.0:
1.2.0: Some new features!
-Progress bar and speed enhancements/system load reduction
coming with it - many thanks to Eric Kilfoil!
-Vobcopy can now "rip" from an iso image on hdd or a directory
containing a VIDEO_TS directory. People seem to need this for
streaming dvd content to a ps3 via fuppes. That part seem to
be buggy though, works 50/50. Will look further into that.
-Option -M to rip the title with the longest playing time.
-Other small corrections I think.
Diffstat (limited to 'sysutils/vobcopy')
-rw-r--r-- | sysutils/vobcopy/Makefile | 4 | ||||
-rw-r--r-- | sysutils/vobcopy/distinfo | 12 | ||||
-rw-r--r-- | sysutils/vobcopy/patches/patch-aa | 16 | ||||
-rw-r--r-- | sysutils/vobcopy/patches/patch-ac | 51 |
4 files changed, 43 insertions, 40 deletions
diff --git a/sysutils/vobcopy/Makefile b/sysutils/vobcopy/Makefile index 2e4a70672b3..2925c817c7f 100644 --- a/sysutils/vobcopy/Makefile +++ b/sysutils/vobcopy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2008/07/13 16:14:00 tonnerre Exp $ +# $NetBSD: Makefile,v 1.13 2010/09/16 12:02:16 wiz Exp $ # -DISTNAME= vobcopy-1.1.1 +DISTNAME= vobcopy-1.2.0 CATEGORIES= sysutils MASTER_SITES= http://lpn.rnbhq.org/download/ diff --git a/sysutils/vobcopy/distinfo b/sysutils/vobcopy/distinfo index 61c7ae6a27c..6b8d66485ac 100644 --- a/sysutils/vobcopy/distinfo +++ b/sysutils/vobcopy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2009/05/03 16:44:41 hasso Exp $ +$NetBSD: distinfo,v 1.11 2010/09/16 12:02:16 wiz Exp $ -SHA1 (vobcopy-1.1.1.tar.gz) = 5e3c2609f605700e6d3f2cff225dbb4fa04d8b4b -RMD160 (vobcopy-1.1.1.tar.gz) = fa8fed54e7cd63322871caa3a357f518f40c8eb7 -Size (vobcopy-1.1.1.tar.gz) = 50779 bytes -SHA1 (patch-aa) = cf48506003c85e6875a79b1d3c93acf06e197a44 +SHA1 (vobcopy-1.2.0.tar.gz) = f48e84b225e79a5ad2e388230d8f6e2c5d754bff +RMD160 (vobcopy-1.2.0.tar.gz) = 6ce6f4b0f6bc136a20b689d03e672886e49b41c2 +Size (vobcopy-1.2.0.tar.gz) = 68214 bytes +SHA1 (patch-aa) = 2417722599cd22c63190cc364a37ae9066d8d1e3 SHA1 (patch-ab) = 923dcc3aa05a0c7670158b59b3a203d3349ab47d -SHA1 (patch-ac) = f910888df999bdcc7d5b0c4605c685b89cf8fb29 +SHA1 (patch-ac) = 0a8e6ce70ab3b3556e9369579a59ebabd50d9a26 diff --git a/sysutils/vobcopy/patches/patch-aa b/sysutils/vobcopy/patches/patch-aa index 54f2ef5bda7..ac588915c57 100644 --- a/sysutils/vobcopy/patches/patch-aa +++ b/sysutils/vobcopy/patches/patch-aa @@ -1,21 +1,21 @@ -$NetBSD: patch-aa,v 1.7 2009/04/28 13:01:39 hasso Exp $ +$NetBSD: patch-aa,v 1.8 2010/09/16 12:02:16 wiz Exp $ ---- vobcopy.c.orig 2008-02-19 07:27:04 +0200 -+++ vobcopy.c 2008-09-22 03:12:50 +0300 -@@ -53,7 +53,6 @@ +--- vobcopy.c.orig 2009-06-08 20:15:34.000000000 +0000 ++++ vobcopy.c +@@ -52,7 +52,6 @@ #include "vobcopy.h" -extern int errno; char name[300]; bool overwrite_flag = FALSE; - -@@ -2177,7 +2176,7 @@ char *safestrncpy(char *dest, const char + bool overwrite_all_flag = FALSE; +@@ -2308,7 +2307,7 @@ char *safestrncpy(char *dest, const char return strncpy(dest, src, n-1); } --#if defined(__APPLE__) && defined(__GNUC__) -+#if (defined(__APPLE__) && defined(__GNUC__)) || defined(__DragonFly__) +-#if defined(__APPLE__) && defined(__GNUC__) || defined(OpenBSD) ++#if defined(__APPLE__) && defined(__GNUC__) || defined(OpenBSD) || defined(__DragonFly__) int fdatasync( int value ) { return 0; diff --git a/sysutils/vobcopy/patches/patch-ac b/sysutils/vobcopy/patches/patch-ac index 6b1a5e1a504..3c014033504 100644 --- a/sysutils/vobcopy/patches/patch-ac +++ b/sysutils/vobcopy/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.3 2009/04/28 13:01:39 hasso Exp $ +$NetBSD: patch-ac,v 1.4 2010/09/16 12:02:16 wiz Exp $ ---- vobcopy.h.orig 2008-02-19 07:27:04 +0200 -+++ vobcopy.h 2009-04-28 15:31:42 +0300 -@@ -43,7 +43,11 @@ +--- vobcopy.h.orig 2009-06-08 20:15:39.000000000 +0000 ++++ vobcopy.h +@@ -54,7 +54,11 @@ #include <sys/mnttab.h> #include <sys/statvfs.h> @@ -14,29 +14,32 @@ $NetBSD: patch-ac,v 1.3 2009/04/28 13:01:39 hasso Exp $ # if ( _FILE_OFFSET_BITS == 64 ) #define HAS_LARGEFILE 1 -@@ -58,7 +62,7 @@ typedef enum { FALSE=0, TRUE=1 } bool; +@@ -67,7 +71,6 @@ typedef enum { FALSE=0, TRUE=1 } bool; + /*#define off_t __off64_t THIS HERE BREAKS OSX 10.5 */ + /* ////////// *BSD ////////// */ - #if ( defined( BSD ) && ( BSD >= 199306 ) ) +-#if ( defined( BSD ) && ( BSD >= 199306 ) ) --# if !defined( __NetBSD__ ) ) || \ -+# if ( !defined( __NetBSD__ ) ) || \ + #if !defined( __NetBSD__ ) || \ ( defined( __NetBSD__) && ( __NetBSD_Version__ < 200040000 ) ) - #include <sys/mount.h> - #define USE_STATFS 1 -@@ -88,15 +92,21 @@ typedef enum { FALSE=0, TRUE=1 } bool; +@@ -100,20 +103,23 @@ typedef enum { FALSE=0, TRUE=1 } bool; + #define GETMNTINFO_USES_STATVFS # endif +-#endif --# else -+# elif !defined(__DragonFly__) - + #if defined(__FreeBSD__) + #define USE_STATFS_FOR_DEV + #include <sys/statvfs.h> +-#else ++#elif !defined(__DragonFly__) && !defined(__NetBSD__) #include <sys/vfs.h> + #endif - # endif - -+#ifdef O_LARGEFILE +-# if !defined(OpenBSD) ++# if !defined(OpenBSD) && defined(O_LARGEFILE) #define HAS_LARGEFILE 1 -+#endif + #endif +#ifdef FALSE +typedef int bool; @@ -46,7 +49,7 @@ $NetBSD: patch-ac,v 1.3 2009/04/28 13:01:39 hasso Exp $ #else /* *BSD */ -@@ -117,8 +127,10 @@ typedef enum { FALSE=0, TRUE=1 } bool; +@@ -134,8 +140,10 @@ typedef enum { FALSE=0, TRUE=1 } bool; #define GETMNTINFO_USES_STATFS 1 #define USE_GETMNTINFO 1 @@ -57,7 +60,7 @@ $NetBSD: patch-ac,v 1.3 2009/04/28 13:01:39 hasso Exp $ typedef int bool; # endif -@@ -145,7 +157,11 @@ typedef int bool; +@@ -163,7 +171,11 @@ typedef int bool; #define HAVE_GETOPT_LONG 1 #define HAS_LARGEFILE 1 @@ -69,7 +72,7 @@ $NetBSD: patch-ac,v 1.3 2009/04/28 13:01:39 hasso Exp $ #elif defined( __GLIBC__ ) -@@ -156,13 +172,21 @@ typedef int bool; +@@ -174,13 +186,21 @@ typedef int bool; #define HAVE_GETOPT_LONG 1 #define HAS_LARGEFILE 1 @@ -91,9 +94,9 @@ $NetBSD: patch-ac,v 1.3 2009/04/28 13:01:39 hasso Exp $ #if defined( __USE_FILE_OFFSET64 ) # define HAS_LARGEFILE 1 -@@ -212,6 +236,6 @@ void watchdog_handler( int signal ); - void shutdown_handler( int signal ); - char *safestrncpy(char *dest, const char *src, size_t n); +@@ -232,6 +252,6 @@ char *safestrncpy(char *dest, const char + int check_progress( void ); /* this can be removed because the one below supersedes it */ + int progressUpdate( int starttime, int cur, int tot, int force ); -#if defined(__APPLE__) && defined(__GNUC__) +#if (defined(__APPLE__) && defined(__GNUC__)) || defined(__DragonFly__) |