summaryrefslogtreecommitdiff
path: root/videotrans
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-03-30 17:59:09 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-03-30 18:00:40 +1100
commitd1f631441d8a7f474074c233c2351f2e7168d128 (patch)
tree68a53c84282919cda3a54aedfdfbaf2972e6413c /videotrans
parente755bd6d7d75692098f32147727565417a3ae3e0 (diff)
downloadcontrib-d1f631441d8a7f474074c233c2351f2e7168d128.tar.gz
contrib-d1f631441d8a7f474074c233c2351f2e7168d128.tar.xz
videotrans: add missing dependency ffmpeg
Diffstat (limited to 'videotrans')
-rw-r--r--videotrans/.footprint18
-rw-r--r--videotrans/.signature6
-rw-r--r--videotrans/Pkgfile6
3 files changed, 14 insertions, 16 deletions
diff --git a/videotrans/.footprint b/videotrans/.footprint
index 5b45f8304..c7b768893 100644
--- a/videotrans/.footprint
+++ b/videotrans/.footprint
@@ -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
diff --git a/videotrans/.signature b/videotrans/.signature
index 3f8a423e2..db391252b 100644
--- a/videotrans/.signature
+++ b/videotrans/.signature
@@ -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
diff --git a/videotrans/Pkgfile b/videotrans/Pkgfile
index 6c51eaa99..7d244e615 100644
--- a/videotrans/Pkgfile
+++ b/videotrans/Pkgfile
@@ -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

Generated by cgit