diff --git a/package/avm/vobcopy/notinlocal.patch b/package/avm/vobcopy/notinlocal.patch new file mode 100644 index 000000000..a5f011273 --- /dev/null +++ b/package/avm/vobcopy/notinlocal.patch @@ -0,0 +1,71 @@ +diff -ruN vobcopy-0.5.14/Makefile vobcopy-0.5.14-new/Makefile +--- vobcopy-0.5.14/Makefile 2004-11-22 20:11:49.000000000 +0100 ++++ vobcopy-0.5.14-new/Makefile 2005-05-23 09:44:08.000000000 +0200 +@@ -6,7 +6,7 @@ + #PREFIX += /usr/local + #BINDIR = ${PREFIX}/bin + #MANDIR = ${PREFIX}/man +-PREFIX += /usr/local ++PREFIX += /usr + BINDIR = ${PREFIX}/bin + MANDIR = ${PREFIX}/man + LFS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE +diff -ruN vobcopy-0.5.14/configure.sh vobcopy-0.5.14-new/configure.sh +--- vobcopy-0.5.14/configure.sh 2004-11-22 20:10:37.000000000 +0100 ++++ vobcopy-0.5.14-new/configure.sh 2005-05-23 09:44:51.000000000 +0200 +@@ -48,7 +48,7 @@ + fi + + if [ "$1" != "${1%help}" ]; then +- echo "--prefix=PREFIX install architecture-independent files in PREFIX [/usr/local]" ++ echo "--prefix=PREFIX install architecture-independent files in PREFIX [/usr]" + echo "--bindir=DIR user executables in DIR [PREFIX/bin]" + echo "--mandir=DIR man documentation in DIR [PREFIX/bin]" + echo "--with-dvdread-libs=DIR directory where dvdread lib (dvd_reader.h) is installed" +@@ -61,7 +61,7 @@ + + if [ -z $prefix_provided ] + then +- prefix=/usr/local ++ prefix=/usr + fi + + if [ -z $mandir_provided ] +@@ -79,7 +79,7 @@ + if [ -z $libs_dir_provided ] + then + +- if [ ! -e /usr/local/include/dvdread ]; then ++ if [ ! -e /usr/include/dvdread ]; then + if [ ! -e /usr/include/dvdread ]; then #muss hier das then hin?? + echo "Do you have libdvdread installed? I (the script) can't + find it" +@@ -95,8 +95,8 @@ + fi + else + echo "libdvdread found" +- libs_dir=/usr/local/ +-# libs_dir=/usr/local/include ++ libs_dir=/usr/ ++# libs_dir=/usr/include + fi + else + # Remove the following if...fi if the program complains about non-existing +@@ -134,7 +134,7 @@ + # `sysctl -n kern.osreldate 2> /dev/null` -lt 500041 ]; then + if [ `uname -s` = FreeBSD ]; then + if [ `sysctl -n kern.osreldate 2> /dev/null` -lt 500041 ]; then +- LDFLAGS="LDFLAGS += -ldvdread -L/usr/local/lib -lgnugetopt" ++ LDFLAGS="LDFLAGS += -ldvdread -L/usr/lib -lgnugetopt" + else + LDFLAGS="LDFLAGS += -ldvdread -L$libs_dir/lib" + fi +@@ -155,7 +155,7 @@ + #below here are variable definitions. They get substituted in the (CC) and + #stuff places. + CC ?= gcc +-#PREFIX += /usr/local ++#PREFIX += /usr + #BINDIR = \${PREFIX}/bin + #MANDIR = \${PREFIX}/man + PREFIX += $prefix diff --git a/package/avm/vobcopy/vobcopy.desc b/package/avm/vobcopy/vobcopy.desc new file mode 100644 index 000000000..b6d145e08 --- /dev/null +++ b/package/avm/vobcopy/vobcopy.desc @@ -0,0 +1,45 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/avm/vobcopy/vobcopy.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] Copies DVD .vob files to harddisk. + +[T] Vobcopy copies DVD .vob files to hard disk (thanks to libdvdread), +[T] decrypting them on the way (if libdvdcss is installed) and merges them into +[T] 2 GB files (or larger) with the name extracted from the DVD. It checks for +[T] enough free space on the destination drive and compares the copied size to +[T] the size on DVD (in case something went wrong during the copying). It can +[T] also mirror a whole DVD video part and copy single files. + +[U] http://vobcopy.org/ + +[A] robos +[M] Andreas V. 'netrunner' Meier + +[C] extra/tool + +[L] GPL +[S] Stable +[V] 0.5.14 +[P] X -----5---9 800.000 + +[D] 3545838079 vobcopy-0.5.14.tar.bz2 http://vobcopy.org/download/