vobcopy: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:53 +02:00
parent 3cab6530b2
commit b38ad04c3b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 48 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/vobcopy
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/vobcopy.1.gz

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36F8CBPprHzl5JZ4JtSJRZeC9fLlwEdjjqRKSfGXsFUPAw9uiNfA+QeyzoDgrK6DTnHkdSXT77PeKj3oJD77VQg=
SHA256 (Pkgfile) = 2431543b235898939f84ba1a798e49db47a38a3bbf0bb4aafa1eb61277ea4016
SHA256 (.footprint) = 18b62d43e0461bcd17506113344658a118dde951568ecd8eb999bbbff320819a
SHA256 (vobcopy-1.2.1.tar.gz) = f4737efaf5ad4f84b5c94ca82cda04dbb20c59cebc23588e3662e0c2813d6fde
SHA256 (vobcopy-1.2.0_hardcode-tries-to-1.patch) = 54464635c7ab9a56cd5fd87020fc09b70b7dfc001560210c07e077b176e4ee09

View File

@ -1,23 +0,0 @@
# Description: Extract DVD .vob files.
# URL: https://github.com/barak/vobcopy
# Maintainer: unmaintained
# Depends on: libdvdnav
name=vobcopy
version=1.2.1
release=1
source=(https://github.com/barak/vobcopy/archive/$version/$name-$version.tar.gz
vobcopy-1.2.0_hardcode-tries-to-1.patch)
build() {
cd $name-$version
patch -p 1 -i $SRC/vobcopy-1.2.0_hardcode-tries-to-1.patch
autoreconf --install --force --symlink
./configure --prefix=/usr
make
make DESTDIR="$PKG" PREFIX=/usr/ MANDIR=/usr/share/man install
rm -r $PKG/usr/share/{man/de,doc}
}

View File

@ -1,12 +0,0 @@
diff -pruN vobcopy-1.2.0.orig/vobcopy.c vobcopy-1.2.0/vobcopy.c
--- vobcopy-1.2.0.orig/vobcopy.c 2009-11-07 16:13:48.000426908 +1100
+++ vobcopy-1.2.0/vobcopy.c 2009-11-07 16:16:03.144426444 +1100
@@ -1812,7 +1812,7 @@ The man replies, "I was talking to the s
while( ( blocks = DVDReadBlocks( dvd_file,( offset + seek_start ), file_block_count, bufferin ) ) <= 0 && tries < 10 )
{
- if( tries == 9 )
+ if( tries == 1 )
{
offset += file_block_count;
skipped_blocks +=1;