Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
vobcopy
> vobcopy.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File vobcopy.spec of Package vobcopy (Revision 19)
Currently displaying revision
19
,
show latest
%define name vobcopy %define version 1.2.0 %define release 1 Name: %{name} Summary: Vobcopy copies DVD .vob files to harddisk Summary(de): Vobcopy kopiert DVD .vob Dateien auf die Festplatte License: GPL Group: Applications/Multimedia URL: http://vobcopy.org/ Version: %{version} Release: %{release} Source0: %{name}-%{version}.tar.bz2 #Patch0: %{name}-fopen.diff BuildRoot: %{_tmppath}/%{name}-root Requires: glibc Requires: libdvdread >= 0.9.7 BuildRequires: glibc-devel BuildRequires: gcc BuildRequires: libdvdread >= 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. %description -l de vobcopy, ohne Parameter aufgerufen, sucht nach einer gemounteten dvd und kopiert den Titel mit den meisten Kapitteln ins aktuelle Verzeichnis (das Verzeichnis, aus dem sie vobcopy aufgrufen habne). Es führt die Untervobs jedes Titelvobs zusammen (vts_xx_yy.vob => wobei xx der Titelvob und yy die Untervobs von jeweils einem GByte länge sind) und kopiert sie auf die Festplatte in jeweils 2 GByte Teilen. Es ermittelt den Titel des Films von der DVD und kopiert die Date mit Namen name-des-filmsxx-1.vob, name-des-filmsxx-2.vob (wobei xx die Titelnummer darstellt). Es ist ebenso möglich, den kompletten Video DVD Inhalt oder einzelne Dateien zu kopieren. %debug_package %prep %setup -q #%patch0 ./configure.sh --prefix=%{_prefix} --bindir=%{_bindir} \ --mandir=%{_mandir} --with-dvdread-libs=%{_prefix} \ --with-lfs %build export CFLAGS="$RPM_OPT_FLAGS" %{__make} %{?jobs:-j%{jobs}} %install [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %__make DESTDIR=%{buildroot} install %{__rm} -rf %{buildroot}/usr/share/doc/%{name} %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} %files %defattr(-, root, root) %doc Changelog README TODO alternative_programs.txt %{_bindir}/vobcopy %{_mandir}/man1/vobcopy.1* %{_mandir}/de/man1/vobcopy.1* %changelog * Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com> - import for SLE_10 build