DVD::RIP: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://www.exit1.org/dvdrip/dist/dvdrip-0.98.9.tar.gz |} ---- {{Package-Introduction|dvd::rip is a full f... |
No edit summary |
||
| Line 34: | Line 34: | ||
Compile the package: | Compile the package: | ||
export USE_ARCH=32 && | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" perl Makefile.PL && | |||
make && | |||
make test | |||
Install the package | Install the package | ||
make install && | |||
unset USE_ARCH | |||
=== N32 === | === N32 === | ||
Compile the package: | Compile the package: | ||
export USE_ARCH=n32 && | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" perl Makefile.PL && | |||
make && | |||
make test | |||
Install the package | Install the package | ||
make install && | |||
unset USE_ARCH | |||
=== 64Bit === | === 64Bit === | ||
| Line 51: | Line 61: | ||
Compile the package: | Compile the package: | ||
export USE_ARCH=64 && | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" perl Makefile.PL && | |||
make && | |||
make test | |||
Install the package | Install the package | ||
make install && | |||
unset USE_ARCH | |||
Revision as of 13:21, 24 December 2008
| Download Source: | http://www.exit1.org/dvdrip/dist/dvdrip-0.98.9.tar.gz |
|---|
Introduction to DVD::RIP
dvd::rip is a full featured DVD copy program written in Perl. It provides an easy to use but feature-rich Gtk+ GUI to control almost all aspects of the ripping and transcoding process. It uses the widely known video processing swissknife transcode and many other Open Source tools. dvd::rip itself is licensed under GPL / Perl Artistic License.
Project Homepage: Unknown
Dependencies
This Package uses many different packages in different ways. Check this website and it will tell you all of them. http://exit1.org/dvdrip/doc/install.cipp#source_download
Required
Non-Multilib
Compile the package:
perl Makefile.PL make
Install the package
make install
Multilib
32Bit
Compile the package:
export USE_ARCH=32 &&
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" perl Makefile.PL &&
make &&
make test
Install the package
make install && unset USE_ARCH
N32
Compile the package:
export USE_ARCH=n32 &&
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" perl Makefile.PL &&
make &&
make test
Install the package
make install && unset USE_ARCH
64Bit
Compile the package:
export USE_ARCH=64 &&
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" perl Makefile.PL &&
make &&
make test
Install the package
make install && unset USE_ARCH