1
0
forked from ports/contrib

videotrans: dropped unmaintained port

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

View File

@ -1,35 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/movie-compare-dvd
-rwxr-xr-x root/root usr/bin/movie-fakewavspeed
-rwxr-xr-x root/root usr/bin/movie-make-title
-rwxr-xr-x root/root usr/bin/movie-make-title-simple
-rwxr-xr-x root/root usr/bin/movie-progress
-rwxr-xr-x root/root usr/bin/movie-rip-epg.data
-rwxr-xr-x root/root usr/bin/movie-title
-rwxr-xr-x root/root usr/bin/movie-to-dvd
-rwxr-xr-x root/root usr/bin/movie-zoomcalc
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/movie-compare-dvd.1.gz
-rw-r--r-- root/root usr/share/man/man1/movie-make-title-simple.1.gz
-rw-r--r-- root/root usr/share/man/man1/movie-make-title.1.gz
-rw-r--r-- root/root usr/share/man/man1/movie-rip-epg.data.1.gz
-rw-r--r-- root/root usr/share/man/man1/movie-title.1.gz
-rw-r--r-- root/root usr/share/man/man1/movie-to-dvd.1.gz
-rw-r--r-- root/root usr/share/man/man1/videotrans.1.gz
drwxr-xr-x root/root usr/share/videotrans/
-rw-r--r-- root/root usr/share/videotrans/info_chosen.png
-rw-r--r-- root/root usr/share/videotrans/info_normal.png
-rw-r--r-- root/root usr/share/videotrans/info_selected.png
-rw-r--r-- root/root usr/share/videotrans/library.sh
-rw-r--r-- root/root usr/share/videotrans/menu_chosen.png
-rw-r--r-- root/root usr/share/videotrans/menu_normal.png
-rw-r--r-- root/root usr/share/videotrans/menu_selected.png
-rw-r--r-- root/root usr/share/videotrans/null.png
-rw-r--r-- root/root usr/share/videotrans/play_chosen.png
-rw-r--r-- root/root usr/share/videotrans/play_normal.png
-rw-r--r-- root/root usr/share/videotrans/play_selected.png
-rw-r--r-- root/root usr/share/videotrans/silence.mp2
-rw-r--r-- root/root usr/share/videotrans/transparent.png

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33iuPZvDLckAFyhnQ8yJ3XN3c6Hx2IUY0Xwn8MPQIxsFxKz3qC3Gy4KAuJookZ9BChp3gKGgGSPPfIAK4n+tTws=
SHA256 (Pkgfile) = 34150b6f1a65df0c95a318367df1b7d100dfbab3dba3bfff8c0c883e00cd99d2
SHA256 (.footprint) = 2ffe5455b8c7a2dcd5b68fee8fd7a63a18fab85ef335868e99274fa063accfdc
SHA256 (videotrans-1.6.1.tar.bz2) = a6509efdf6cd22353217207b7004ec2b8d8c32feb248e06ff93f55e01af00c99

View File

@ -1,19 +0,0 @@
# Description: Set of scripts that convert a movie file in any format that mplayer understands to a DVD-compatible VOB file.
# URL: https://videotrans.sourceforge.net/
# Maintainer: unmaintained
# Depends on: dvdauthor imagemagick mjpegtools mplayer ffmpeg
name=videotrans
version=1.6.1
release=1
source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr
make
make DESTDIR=$PKG install
}