Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David C. Haley (e2236eb830519c2f51eb3546e2327d3a92040e1a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "David C. Haley" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David C. Haley (e2236eb830519c2f51eb3546e2327d3a92040e1a)
  • Date: Thu, 15 Sep 2016 16:09:23 +0000

GIT changes to master grimoire by David C. Haley <khoralin AT gmail.com>:

video/dvdbackup/0.1.1-debian-FPE.patch | 11 ---------
video/dvdbackup/BUILD | 4 ---
video/dvdbackup/DETAILS | 12 +++++-----
video/dvdbackup/HISTORY | 10 ++++++++
video/dvdbackup/INSTALL | 1
video/dvdbackup/PRE_BUILD | 5 ----
video/dvdbackup/dvdbackup-0.1.1-dvdread.patch | 12 ----------
video/dvdbackup/dvdbackup-0.1.1-mkdir.patch | 29
--------------------------
8 files changed, 16 insertions(+), 68 deletions(-)

New commits:
commit e2236eb830519c2f51eb3546e2327d3a92040e1a
Author: David C. Haley <khoralin AT gmail.com>
Commit: David C. Haley <khoralin AT gmail.com>

dvdbackup: => 0.4.2

Patch files removed, no longer needed.
BUILD, INSTALL, PRE_BUILD removed. Default build process recommended
by upstream vendor.

diff --git a/video/dvdbackup/0.1.1-debian-FPE.patch
b/video/dvdbackup/0.1.1-debian-FPE.patch
deleted file mode 100644
index 0f1b9a3..0000000
--- a/video/dvdbackup/0.1.1-debian-FPE.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/dvdbackup.c.orig 2002-08-05 02:08:39.000000000 -0400
-+++ src/dvdbackup.c 2004-04-09 02:17:35.382913520 -0400
-@@ -782,7 +782,7 @@
- to consider the second one a feature title we are doing two checks
(biggest + biggest - second) /second == 1
- and biggest%second * 3 < biggest */
-
-- if ( CheckSizeArray(size_size_array, 0, 1) == 1 ) {
-+ if ( title_sets > 1 && CheckSizeArray(size_size_array, 0, 1) == 1 ) {
- /* We have a dual DVD with two feature films - now lets see
if they have the same amount of chapters*/
-
- chapters_1 = 0;
diff --git a/video/dvdbackup/BUILD b/video/dvdbackup/BUILD
deleted file mode 100755
index 76eacaa..0000000
--- a/video/dvdbackup/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-gcc -o dvdbackup \
--I/usr/include/dvdread/ \
- -ldvdread src/dvdbackup.c
-
diff --git a/video/dvdbackup/DETAILS b/video/dvdbackup/DETAILS
index 48cce9f..324920d 100755
--- a/video/dvdbackup/DETAILS
+++ b/video/dvdbackup/DETAILS
@@ -1,10 +1,10 @@
SPELL=dvdbackup
- VERSION=0.1.1
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://dvd-create.sourceforge.net/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
-
SOURCE_HASH=sha512:3f3c60d1dea7a45ddbc4d7db0ebdbb046b07716b32e34f052378ae3737d15b4eeb8d8d5a85775a1bb7e6f0aef92d3abe2c52f36526aea21b7184b9ac8d5275c9
- WEB_SITE=http://dvd-create.sourceforge.net/
+ VERSION=0.4.2
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_HASH=sha512:df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d
+ WEB_SITE=http://dvdbackup.sourceforge.net/
ENTERED=20060617
LICENSE[0]=GPL
KEYWORDS="dvd video backup"
diff --git a/video/dvdbackup/HISTORY b/video/dvdbackup/HISTORY
index f6aeb17..3165c29 100644
--- a/video/dvdbackup/HISTORY
+++ b/video/dvdbackup/HISTORY
@@ -1,3 +1,13 @@
+2016-09-14 David C. Haley <khoralin AT gmail.com>
+ * DETAILS: version bump 0.1.1 -> 0.4.2
+ Updated SOURCE_URL & WEB_SITE
+ * 0.1.1-debian-FPE.patch: Removed.
+ * dvdbackup-0.1.1-dvdread.patch: Removed.
+ * dvdbackup-0.1.1-mkdir.patch: Removed.
+ * BUILD: Removed.
+ * INSTALL: Removed.
+ * PRE_BUILD: Removed.
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/video/dvdbackup/INSTALL b/video/dvdbackup/INSTALL
deleted file mode 100755
index c10116b..0000000
--- a/video/dvdbackup/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-install -m 755 dvdbackup /usr/bin
diff --git a/video/dvdbackup/PRE_BUILD b/video/dvdbackup/PRE_BUILD
deleted file mode 100755
index efb4a21..0000000
--- a/video/dvdbackup/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-patch -p0 < $SCRIPT_DIRECTORY/0.1.1-debian-FPE.patch &&
-patch -p0 < $SCRIPT_DIRECTORY/dvdbackup-0.1.1-mkdir.patch &&
-patch -p0 < $SCRIPT_DIRECTORY/dvdbackup-0.1.1-dvdread.patch
diff --git a/video/dvdbackup/dvdbackup-0.1.1-dvdread.patch
b/video/dvdbackup/dvdbackup-0.1.1-dvdread.patch
deleted file mode 100644
index 863e2a2..0000000
--- a/video/dvdbackup/dvdbackup-0.1.1-dvdread.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: dvdbackup/src/dvdbackup.c
-===================================================================
---- src/dvdbackup.c
-+++ src/dvdbackup.c
-@@ -30,6 +30,7 @@
- #include <unistd.h>
- #include <string.h>
- #include <limits.h>
-+#include <stdint.h>
- #include <dvdread/dvd_reader.h>
- #include <dvdread/ifo_read.h>
- #include <dvdread/ifo_print.h>
diff --git a/video/dvdbackup/dvdbackup-0.1.1-mkdir.patch
b/video/dvdbackup/dvdbackup-0.1.1-mkdir.patch
deleted file mode 100644
index 0b16285..0000000
--- a/video/dvdbackup/dvdbackup-0.1.1-mkdir.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/dvdbackup.c.orig 2005-07-01 00:12:36.000000000 -0700
-+++ src/dvdbackup.c 2005-07-01 00:12:52.000000000 -0700
-@@ -2506,7 +2506,7 @@
- fprintf(stderr,"The target directory is not valid, it
may be a ordinary file\n");
- }
- } else {
-- if (mkdir(targetname, S_IRUSR | S_IWUSR | S_IXUSR) != 0) {
-+ if (mkdir(targetname, 0777) != 0) {
- fprintf(stderr,"Faild creating target directory\n");
- perror("");
- DVDClose(_dvd);
-@@ -2522,7 +2522,7 @@
- fprintf(stderr,"The title directory is not valid, it
may be a ordinary file\n");
- }
- } else {
-- if (mkdir(targetname, S_IRUSR | S_IWUSR | S_IXUSR) != 0) {
-+ if (mkdir(targetname, 0777) != 0) {
- fprintf(stderr,"Faild creating title directory\n");
- perror("");
- DVDClose(_dvd);
-@@ -2537,7 +2537,7 @@
- fprintf(stderr,"The VIDEO_TS directory is not valid,
it may be a ordinary file\n");
- }
- } else {
-- if (mkdir(targetname, S_IRUSR | S_IWUSR | S_IXUSR) != 0) {
-+ if (mkdir(targetname, 0777) != 0) {
- fprintf(stderr,"Faild creating VIDEO_TS directory\n");
- perror("");
- DVDClose(_dvd);



  • [SM-Commit] GIT changes to master grimoire by David C. Haley (e2236eb830519c2f51eb3546e2327d3a92040e1a), David C. Haley, 09/15/2016

Archive powered by MHonArc 2.6.24.

Top of Page