# 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 # Depends on: dvdauthor multimux qt3 sox transcode name=videotrans version=1.5.2 release=1 source=(http://dl.sourceforge.net/sourceforge/videotrans/videotrans-$version.tar.bz2 \ videotrans-$version-configure_paths.patch) build() { patch -p0 -i $SRC/$name-$version-configure_paths.patch cd videotrans-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }