videotrans: add missing dependency ffmpeg

This commit is contained in:
Danny Rawlins 2018-03-30 17:59:09 +11:00
parent e755bd6d7d
commit d1f631441d
3 changed files with 14 additions and 16 deletions

View File

@ -9,16 +9,16 @@ drwxr-xr-x root/root usr/bin/
-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/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/movie-compare-dvd.1.gz
-rw-r--r-- root/root usr/man/man1/movie-make-title-simple.1.gz
-rw-r--r-- root/root usr/man/man1/movie-make-title.1.gz
-rw-r--r-- root/root usr/man/man1/movie-rip-epg.data.1.gz
-rw-r--r-- root/root usr/man/man1/movie-title.1.gz
-rw-r--r-- root/root usr/man/man1/movie-to-dvd.1.gz
-rw-r--r-- root/root usr/man/man1/videotrans.1.gz
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

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF358aig1RbdE7XnG0lbt6OQpPXGIQk91FEEzBPsTNDAYe8iFxKVhD7B/yTIcakQJN5WS84gIX1838mLr9qqhgBQ4=
SHA256 (Pkgfile) = b83cdaf99ae5ea9f4ef8ec0eeb8c40eec9a08c56cfd8bf6f804362f50841f546
SHA256 (.footprint) = 586a7172a0c7b9b2dc1aa64c1265cedc74da8dddab552f8e160e060031fe2802
RWSagIOpLGJF30/GfI5ukXMWqCbI43yjnKXcF5X0pGPfe4WdJE8Zd4DfHKjJjTwKKmB0wkr6RVfNdqf0GqFsmivbM4c4uX0EbAs=
SHA256 (Pkgfile) = d043aa062aa03fae87ff8f1bb7c817030ef635025bb7c8dae2a940c2fd09b76c
SHA256 (.footprint) = 2ffe5455b8c7a2dcd5b68fee8fd7a63a18fab85ef335868e99274fa063accfdc
SHA256 (videotrans-1.6.1.tar.bz2) = a6509efdf6cd22353217207b7004ec2b8d8c32feb248e06ff93f55e01af00c99

View File

@ -1,8 +1,7 @@
# Description: Set of scripts that convert a movie file in any format that mplayer understands to a DVD-compatible VOB file.
# URL: http://videotrans.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: dvdauthor imagemagick mjpegtools mplayer
# Depends on: dvdauthor imagemagick mjpegtools mplayer ffmpeg
name=videotrans
version=1.6.1
@ -13,8 +12,7 @@ build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
--prefix=/usr
make
make DESTDIR=$PKG install