Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
vobcopy
> vobcopy.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File vobcopy.spec of Package vobcopy
# vim: set sw=4 ts=4 et: Name: vobcopy Summary: Vobcopy copies DVD .vob files to harddisk Summary(de): Vobcopy kopiert DVD .vob Dateien auf die Festplatte License: GPL Group: Productivity/Multimedia/Video/Editors and Convertors URL: http://vobcopy.org/ Version: 1.2.0 Release: 3 Source0: vobcopy-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-root BuildRequires: glibc-devel BuildRequires: gcc #BuildRequires: libdvdread3 >= 0.9.7 #BuildRequires: libdvdread3-devel >= 0.9.7 BuildRequires: libdvdread-devel >= 0.9.7 %description vobcopy called without arguments will find the mounted dvd and copy the title with the most chapters to the current working directory (thats the directory you're invoking vobcopy from). It will merge together the sub-vobs of each title-vob (vts_xx_yy.vob => the xx is the title-vob, the yy and friends are the sub-vobs, mostly of 1 GB size) and copy them to harddisk in 2 GB chunks. It will get the title of the movie from the dvd and copy the data to name-of-moviexx-1.vob, name-of-moviexx-2.vob (the xx being the title number). Also possible is to mirror the whole video dvd content and single files can also be copied. %prep %setup -q %build export CFLAGS="${RPM_OPT_FLAGS}" ./configure.sh \ --prefix="%{_prefix}" \ --bindir="%{_bindir}" \ --mandir="%{_mandir}" \ --with-dvdread-libs="%{_prefix}" \ --with-lfs %__make %{?_smp_flags} %install %makeinstall %{__rm} -rf %{buildroot}%{_datadir}/doc %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files %defattr(-, root, root) %doc alternative_programs.txt Changelog COPYING README Release-Notes TODO %{_bindir}/vobcopy %doc %{_mandir}/man1/vobcopy.1* %doc %{_mandir}/de/man1/vobcopy.1* %changelog