diff --git a/dvd+rw-tools/.footprint b/dvd+rw-tools/.footprint deleted file mode 100644 index d59c959bf..000000000 --- a/dvd+rw-tools/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/dvd+rw-booktype --rwxr-xr-x root/root usr/bin/dvd+rw-format --rwxr-xr-x root/root usr/bin/dvd+rw-mediainfo --rwxr-xr-x root/root usr/bin/dvd-ram-control --rwxr-xr-x root/root usr/bin/growisofs -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/growisofs.1.gz diff --git a/dvd+rw-tools/.signature b/dvd+rw-tools/.signature deleted file mode 100644 index a30dc0679..000000000 --- a/dvd+rw-tools/.signature +++ /dev/null @@ -1,8 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/aYJ+ttiTnV5iChR/CWd1mMFXIOGm8BxhX8LaRzVtSAfmXAg73N/Tr8X5ZPFyalnpPD73QbNQcHvnZLwJ9R69Qk= -SHA256 (Pkgfile) = ed925ab99d69c20c7babd17de69c5ab5257f16f1799e88748c58bb040f66723b -SHA256 (.footprint) = d552bf5274355c323808431fecb4187d9c013584a75ea5af5468e5588098de88 -SHA256 (dvd+rw-tools-7.1.tar.gz) = f8d60f822e914128bcbc5f64fbe3ed131cbff9045dca7e12c5b77b26edde72ca -SHA256 (dvd+rw-tools.patch) = 2e533e7b2c98c56e8bbcca61caf99b6c783d806ef7d6f069282e069ec4c58249 -SHA256 (dvd+rw-tools-gcc43.patch) = eec216afbd55c62401cee285bfe5585e48d235a2e871005636d0cc7c517dc40a -SHA256 (crux-3.5.patch) = 7f3af786917888a9521be051e8afdcdc380eff675fc8c9cc000e292385feea9b diff --git a/dvd+rw-tools/Pkgfile b/dvd+rw-tools/Pkgfile deleted file mode 100644 index 5aa9e6c7e..000000000 --- a/dvd+rw-tools/Pkgfile +++ /dev/null @@ -1,31 +0,0 @@ -# Description: Tools to write DVDs -# URL: http://fy.chalmers.se/~appro/linux/DVD+RW/ -# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu -# Depends on: cdrkit - -name=dvd+rw-tools -version=7.1 -release=5 -source=(http://fy.chalmers.se/~appro/linux/DVD+RW/tools/$name-$version.tar.gz \ - $name.patch $name-gcc43.patch crux-3.5.patch) - -build() { - cd $name-$version - - patch -p1 -i $SRC/$name.patch - patch -p0 -i $SRC/$name-gcc43.patch - patch -p1 -i $SRC/crux-3.5.patch - make - - mkdir -p $PKG/usr/bin $PKG/usr/share/man/man1 - for exec in \ - dvd+rw-booktype \ - dvd+rw-format \ - dvd+rw-mediainfo \ - dvd-ram-control \ - growisofs - do - install -m 755 $exec $PKG/usr/bin/ - done - install -m 644 growisofs.1 $PKG/usr/share/man/man1/ -} diff --git a/dvd+rw-tools/crux-3.5.patch b/dvd+rw-tools/crux-3.5.patch deleted file mode 100644 index 4d52281c0..000000000 --- a/dvd+rw-tools/crux-3.5.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -rupN dvd+rw-tools-7.1-orig/growisofs.c dvd+rw-tools-7.1/growisofs.c ---- dvd+rw-tools-7.1-orig/growisofs.c 2008-03-04 10:15:03.000000000 +0100 -+++ dvd+rw-tools-7.1/growisofs.c 2019-06-19 23:25:00.642683888 +0200 -@@ -444,6 +444,10 @@ - #include - #include "mp.h" - -+#if defined(__GNU_LIBRARY__) -+# include -+#endif -+ - #if defined(__unix) || defined(__unix__) - # include - # include -diff -rupN dvd+rw-tools-7.1-orig/transport.hxx dvd+rw-tools-7.1/transport.hxx ---- dvd+rw-tools-7.1-orig/transport.hxx 2008-03-01 11:34:43.000000000 +0100 -+++ dvd+rw-tools-7.1/transport.hxx 2019-06-19 23:25:00.642683888 +0200 -@@ -52,6 +52,10 @@ inline long getmsecs() - #define ENV_LOCALE ".OCP" - #endif - -+#if defined(__GNU_LIBRARY__) -+# include -+#endif -+ - #include "asctable.h" - - #define CREAM_ON_ERRNO_NAKED(s) \ -@@ -145,6 +149,7 @@ extern "C" char *plusminus_locale() - #include - #include - #include -+#include - #if !defined(SG_FLAG_LUN_INHIBIT) - # if defined(SG_FLAG_UNUSED_LUN_INHIBIT) - # define SG_FLAG_LUN_INHIBIT SG_FLAG_UNUSED_LUN_INHIBIT diff --git a/dvd+rw-tools/dvd+rw-tools-gcc43.patch b/dvd+rw-tools/dvd+rw-tools-gcc43.patch deleted file mode 100644 index cdded745f..000000000 --- a/dvd+rw-tools/dvd+rw-tools-gcc43.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- transport.hxx.orig 2008-10-19 12:50:57.000000000 +0200 -+++ transport.hxx 2008-10-19 12:51:13.000000000 +0200 -@@ -16,6 +16,7 @@ - #include - #include - #include -+#include - - inline long getmsecs() - { struct timeval tv; diff --git a/dvd+rw-tools/dvd+rw-tools.patch b/dvd+rw-tools/dvd+rw-tools.patch deleted file mode 100644 index 9b6a86501..000000000 --- a/dvd+rw-tools/dvd+rw-tools.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru dvd+rw-tools-7.1/growisofs.c dvd+rw-tools-7.1-new/growisofs.c ---- dvd+rw-tools-7.1/growisofs.c 2008-03-04 10:15:03.000000000 +0100 -+++ dvd+rw-tools-7.1-new/growisofs.c 2008-10-18 21:29:51.000000000 +0200 -@@ -2964,7 +2964,7 @@ - - #if defined(__unix) || defined(__unix__) - env = getenv ("MKISOFS"); -- mkisofs_argv[0] = (env?env:"mkisofs"); -+ mkisofs_argv[0] = (env?env:"genisoimage"); - #elif defined(_WIN32) - /* - * On Windows I insist on mkisofs.exe to reside in very same