2006-11-21 22:03:23 +11:00
|
|
|
# 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, romster at shortcircuit dot net dot au
|
|
|
|
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
|
2008-03-23 16:56:58 +11:00
|
|
|
# Depends on: dvdauthor imagemagick mjpegtools mplayer
|
2006-11-21 22:03:23 +11:00
|
|
|
|
|
|
|
name=videotrans
|
2007-08-14 12:09:43 +10:00
|
|
|
version=1.6.0
|
2006-11-21 22:03:23 +11:00
|
|
|
release=1
|
2007-08-14 12:09:43 +10:00
|
|
|
source=(http://dl.sourceforge.net/sourceforge/videotrans/videotrans-$version.tar.bz2)
|
2006-11-21 22:03:23 +11:00
|
|
|
|
|
|
|
build() {
|
2007-04-01 17:56:01 +10:00
|
|
|
cd videotrans-$version
|
2006-11-21 22:03:23 +11:00
|
|
|
./configure --prefix=/usr
|
2007-04-01 17:56:01 +10:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2006-11-21 22:03:23 +11:00
|
|
|
}
|
|
|
|
|