rpms/flvtool2/F-9 flvtool2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/flvtool2/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv891
Modified Files:
.cvsignore sources
Added Files:
flvtool2.spec
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE flvtool2.spec ---
Summary: Manipulation tool for Macromedia Flash Video (FLV) files
Name: flvtool2
Version: 1.0.6
Release: 2%{?dist}
License: BSD
Group: Applications/Multimedia
URL: http://www.inlet-media.de/flvtool2
Source: http://rubyforge.org/frs/download.php/17497/flvtool2-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: ruby
BuildRequires: ruby
BuildArch: noarch
%description
FLVTool2 is a manipulation tool for Macromedia Flash Video (FLV) files.
FLVTool2 can calculate a lot of meta data and insert a onMetaData tag. It can
cut FLV files and add cue Points (onCuePoint). A debug command lets you see
inside our FLV and the print command gives you meta data information in XML
or YAML format.
%prep
%setup
%build
ruby setup.rb config
ruby setup.rb setup
%install
%{__rm} -rf %{buildroot}
ruby setup.rb install --prefix=%{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc CHANGELOG LICENSE README examples/
%{_bindir}/flvtool2
%{_prefix}/lib/ruby/site_ruby/*/flv.rb
%{_prefix}/lib/ruby/site_ruby/*/flvtool2.rb
%{_prefix}/lib/ruby/site_ruby/*/mixml.rb
%{_prefix}/lib/ruby/site_ruby/*/miyaml.rb
%{_prefix}/lib/ruby/site_ruby/*/flv/
%{_prefix}/lib/ruby/site_ruby/*/flvtool2/
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.6-2
- rebuild for RPM Fusion
* Wed Feb 14 2007 Matthias Saou <http://freshrpms.net/> 1.0.6-1
- Update to 1.0.6 (final).
* Wed Feb 7 2007 Matthias Saou <http://freshrpms.net/> 1.0.5-0.1.rc6
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/flvtool2/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:44:10 -0000 1.1
+++ .cvsignore 18 Oct 2008 14:29:00 -0000 1.2
@@ -0,0 +1 @@
+flvtool2-1.0.6.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/flvtool2/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:44:10 -0000 1.1
+++ sources 18 Oct 2008 14:29:00 -0000 1.2
@@ -0,0 +1 @@
+08e5f6f10c06903447d97d7ba10cec67 flvtool2-1.0.6.tgz
16 years
rpms/flvtool2/devel flvtool2.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/flvtool2/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv769
Modified Files:
flvtool2.spec
Log Message:
remove hardcoded disttag
Index: flvtool2.spec
===================================================================
RCS file: /cvs/free/rpms/flvtool2/devel/flvtool2.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flvtool2.spec 18 Oct 2008 13:59:07 -0000 1.1
+++ flvtool2.spec 18 Oct 2008 14:28:15 -0000 1.2
@@ -1,10 +1,7 @@
-# $Id$
-# Authority: matthias
-
Summary: Manipulation tool for Macromedia Flash Video (FLV) files
Name: flvtool2
Version: 1.0.6
-Release: 2.fc7
+Release: 2%{?dist}
License: BSD
Group: Applications/Multimedia
URL: http://www.inlet-media.de/flvtool2
@@ -53,7 +50,7 @@
%changelog
-* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.6-2.fc7
+* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0.6-2
- rebuild for RPM Fusion
* Wed Feb 14 2007 Matthias Saou <http://freshrpms.net/> 1.0.6-1
16 years
rpms/gmameui/F-8 gmameui.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/gmameui/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv339
Modified Files:
.cvsignore sources
Added Files:
gmameui.spec
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE gmameui.spec ---
Summary: Frontend for MAME
Name: gmameui
Version: 0.2.2
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Emulators
URL: http://gmameui.sourceforge.net/
Source: http://downloads.sf.net/gmameui/gmameui-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gtk2-devel
BuildRequires: expat-devel
BuildRequires: libglade2-devel
BuildRequires: gettext, bison
BuildRequires: perl(XML::Parser)
%description
GMAMEUI is a front-end program that helps you run MAME (either xmame or
sdlmame), allowing you to run your arcade games quickly and easily.
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot} _docs
%{__make} install DESTDIR=%{buildroot}
#find_lang %{name}
# Put the docs back into place
%{__mkdir} _docs
%{__mv} %{buildroot}%{_docdir}/%{name}*/* _docs/
%clean
%{__rm} -rf %{buildroot}
%files
# -f %{name}.lang
%defattr(-,root,root,-)
%doc _docs/*
%{_bindir}/gmameui
%{_datadir}/applications/gmameui.desktop
%{_datadir}/pixmaps/gmameui.png
%{_datadir}/gmameui/
%{_mandir}/man6/gmameui.6*
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.2.2-2
- rebuild for RPM Fusion
* Fri May 16 2008 Matthias Saou <http://freshrpms.net/> 0.2.2-1
- Initial RPM package, based on the gxmame spec file.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/gmameui/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:43:09 -0000 1.1
+++ .cvsignore 18 Oct 2008 14:26:48 -0000 1.2
@@ -0,0 +1 @@
+gmameui-0.2.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/gmameui/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:43:09 -0000 1.1
+++ sources 18 Oct 2008 14:26:48 -0000 1.2
@@ -0,0 +1 @@
+2da4f06c3ade3c4d6c1356465925816d gmameui-0.2.2.tar.gz
16 years
rpms/gmameui/F-9 gmameui.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/gmameui/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32678
Modified Files:
.cvsignore sources
Added Files:
gmameui.spec
Log Message:
sync with devel (after importing from freshrpms there)
--- NEW FILE gmameui.spec ---
Summary: Frontend for MAME
Name: gmameui
Version: 0.2.2
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Emulators
URL: http://gmameui.sourceforge.net/
Source: http://downloads.sf.net/gmameui/gmameui-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gtk2-devel
BuildRequires: expat-devel
BuildRequires: libglade2-devel
BuildRequires: gettext, bison
BuildRequires: perl(XML::Parser)
%description
GMAMEUI is a front-end program that helps you run MAME (either xmame or
sdlmame), allowing you to run your arcade games quickly and easily.
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot} _docs
%{__make} install DESTDIR=%{buildroot}
#find_lang %{name}
# Put the docs back into place
%{__mkdir} _docs
%{__mv} %{buildroot}%{_docdir}/%{name}*/* _docs/
%clean
%{__rm} -rf %{buildroot}
%files
# -f %{name}.lang
%defattr(-,root,root,-)
%doc _docs/*
%{_bindir}/gmameui
%{_datadir}/applications/gmameui.desktop
%{_datadir}/pixmaps/gmameui.png
%{_datadir}/gmameui/
%{_mandir}/man6/gmameui.6*
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.2.2-2
- rebuild for RPM Fusion
* Fri May 16 2008 Matthias Saou <http://freshrpms.net/> 0.2.2-1
- Initial RPM package, based on the gxmame spec file.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/gmameui/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:43:09 -0000 1.1
+++ .cvsignore 18 Oct 2008 14:26:30 -0000 1.2
@@ -0,0 +1 @@
+gmameui-0.2.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/gmameui/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:43:09 -0000 1.1
+++ sources 18 Oct 2008 14:26:30 -0000 1.2
@@ -0,0 +1 @@
+2da4f06c3ade3c4d6c1356465925816d gmameui-0.2.2.tar.gz
16 years
rpms/BasiliskII/devel BasiliskII.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/BasiliskII/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32553
Modified Files:
BasiliskII.spec
Log Message:
fix release
Index: BasiliskII.spec
===================================================================
RCS file: /cvs/free/rpms/BasiliskII/devel/BasiliskII.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BasiliskII.spec 18 Oct 2008 14:21:26 -0000 1.2
+++ BasiliskII.spec 18 Oct 2008 14:22:46 -0000 1.3
@@ -29,7 +29,7 @@
Summary: 68k Macintosh emulator
Name: BasiliskII
Version: 1.0
-Release: 0.%{date}.1.fc7.1
+Release: 0.%{date}.2
License: GPL
Group: Applications/Emulators
URL: http://gwenole.beauchesne.info/projects/basilisk2/
@@ -116,7 +116,7 @@
%changelog
-* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0-0.20060501.1.fc7.1
+* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0-0.20060501.2
- rebuild for RPM Fusion
- _default_patch_fuzz 2
16 years
rpms/BasiliskII/devel BasiliskII.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/BasiliskII/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32248
Modified Files:
BasiliskII.spec
Log Message:
_default_patch_fuzz 2
Index: BasiliskII.spec
===================================================================
RCS file: /cvs/free/rpms/BasiliskII/devel/BasiliskII.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BasiliskII.spec 18 Oct 2008 13:57:38 -0000 1.1
+++ BasiliskII.spec 18 Oct 2008 14:21:26 -0000 1.2
@@ -1,6 +1,8 @@
# $Id$
# Authority: dag
+%define _default_patch_fuzz 2
+
%define date 20060501
%define inv_date 01052006
%define mon_version 3.1
@@ -116,6 +118,7 @@
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.0-0.20060501.1.fc7.1
- rebuild for RPM Fusion
+- _default_patch_fuzz 2
* Wed Mar 7 2007 Matthias Saou <http://freshrpms.net/> 1.0-0.20060501.1
- Update to 01052006.
16 years
rpms/xmms-wma/devel xmms-wma-1.0.5-build.patch, NONE, 1.1 xmms-wma.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xmms-wma/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31506
Modified Files:
.cvsignore sources
Added Files:
xmms-wma-1.0.5-build.patch xmms-wma.spec
Log Message:
import from freshrpms
xmms-wma-1.0.5-build.patch:
--- NEW FILE xmms-wma-1.0.5-build.patch ---
diff -Naupr xmms-wma-1.0.5.orig/ffmpeg-strip-wma/config.h xmms-wma-1.0.5/ffmpeg-strip-wma/config.h
--- xmms-wma-1.0.5.orig/ffmpeg-strip-wma/config.h 2004-02-19 01:08:56.000000000 +0100
+++ xmms-wma-1.0.5/ffmpeg-strip-wma/config.h 2005-12-02 17:09:41.000000000 +0100
@@ -1,8 +1,8 @@
/* Automatically generated by configure - do not modify */
-#define ARCH_X86 1
+#undef ARCH_X86
#define TUNECPU generic
#undef HAVE_MMX
-#define __CPU__ 586
+#undef __CPU__
#define HAVE_BUILTIN_VECTOR 1
#define HAVE_LOCALTIME_R 1
#define HAVE_LRINTF 1
diff -Naupr xmms-wma-1.0.5.orig/ffmpeg-strip-wma/Makefile xmms-wma-1.0.5/ffmpeg-strip-wma/Makefile
--- xmms-wma-1.0.5.orig/ffmpeg-strip-wma/Makefile 2004-02-23 01:47:06.000000000 +0100
+++ xmms-wma-1.0.5/ffmpeg-strip-wma/Makefile 2005-12-02 17:12:19.000000000 +0100
@@ -6,7 +6,7 @@
include config.mak
# NOTE: -I.. is needed to include config.h
-CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE
+CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -fPIC
OBJS= common.o utils.o mem.o allcodecs.o futils.o cutils.o os_support.o allformats.o parser.o \
avio.o aviobuf.o file.o simple_idct.o dsputil.o fft.o mdct.o asf.o
diff -Naupr xmms-wma-1.0.5.orig/Makefile xmms-wma-1.0.5/Makefile
--- xmms-wma-1.0.5.orig/Makefile 2004-03-03 15:47:58.000000000 +0100
+++ xmms-wma-1.0.5/Makefile 2005-12-02 17:10:48.000000000 +0100
@@ -1,6 +1,6 @@
.PHONY: all install install-home uninstall uninstall-home clean
-INSTALL_DIR := /usr/lib/xmms/Input
+INSTALL_DIR := $(xmms-config --input-plugin-dir)
INSTALL_DIR_HOME := ~/.xmms/Plugins/Input
export PLUGIN_FILE := libwma.so
@@ -13,7 +13,6 @@ export DEPS := $(SOURCES:%.c=$(DEPDIR)/%
all:
@cd ffmpeg-strip-wma; make; cd ..
@$(MAKE) --no-print-directory -f Makefile.inc
- @strip $(PLUGIN_FILE)
@echo "The plug-in has been compiled. Run one of the following:"
@echo "make install - for global (root) installation to $(INSTALL_DIR)"
@echo "make install-home - for installation to home directory $(INSTALL_DIR_HOME)"
diff -Naupr xmms-wma-1.0.5.orig/Makefile.inc xmms-wma-1.0.5/Makefile.inc
--- xmms-wma-1.0.5.orig/Makefile.inc 2005-09-05 14:48:20.000000000 +0200
+++ xmms-wma-1.0.5/Makefile.inc 2005-12-02 17:16:01.000000000 +0100
@@ -7,7 +7,7 @@ CFLAGS += `xmms-config --cflags`
LIBS := `xmms-config --libs` -L ffmpeg-strip-wma -lffwma
$(PLUGIN_FILE): $(OBJECTS)
- $(CC) -o $@ $^ $(LIBS) -shared
+ $(CC) -o $@ $^ $(LIBS) -shared -fPIC
$(OBJDIR)/%.o: %.c
$(CC) -c -o $@ $(CFLAGS) $<
***** Error reading new file: [Errno 2] No such file or directory: 'xmms-wma.spec'
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xmms-wma/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:45:30 -0000 1.1
+++ .cvsignore 18 Oct 2008 14:10:36 -0000 1.2
@@ -0,0 +1 @@
+xmms-wma-1.0.5.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xmms-wma/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:45:30 -0000 1.1
+++ sources 18 Oct 2008 14:10:36 -0000 1.2
@@ -0,0 +1 @@
+5d62a0f969617aeb40096362c7a8a506 xmms-wma-1.0.5.tar.bz2
16 years
rpms/xvid4conf/devel xvid4conf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xvid4conf/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31332
Modified Files:
.cvsignore sources
Added Files:
xvid4conf.spec
Log Message:
import from freshrpms
***** Error reading new file: [Errno 2] No such file or directory: 'xvid4conf.spec'
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xvid4conf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:45:46 -0000 1.1
+++ .cvsignore 18 Oct 2008 14:07:54 -0000 1.2
@@ -0,0 +1,2 @@
+xvid4conf-1.12.tar.bz2
+xvid4conf.png
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xvid4conf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:45:46 -0000 1.1
+++ sources 18 Oct 2008 14:07:54 -0000 1.2
@@ -0,0 +1,2 @@
+46e0a7bc28ee47a03a72eacfd31411d2 xvid4conf-1.12.tar.bz2
+f4209631eb525234c209d113757421c8 xvid4conf.png
16 years
rpms/vobcopy/devel vobcopy-1.0.1-Makefile.patch, NONE, 1.1 vobcopy-1.1.1-gcc43.patch, NONE, 1.1 vobcopy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/vobcopy/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30898
Modified Files:
.cvsignore sources
Added Files:
vobcopy-1.0.1-Makefile.patch vobcopy-1.1.1-gcc43.patch
vobcopy.spec
Log Message:
import from freshrpms
vobcopy-1.0.1-Makefile.patch:
--- NEW FILE vobcopy-1.0.1-Makefile.patch ---
diff -Naupr vobcopy-1.0.1.orig/Makefile vobcopy-1.0.1/Makefile
--- vobcopy-1.0.1.orig/Makefile 2006-11-13 22:55:51.000000000 +0100
+++ vobcopy-1.0.1/Makefile 2006-11-27 11:12:57.000000000 +0100
@@ -7,11 +7,10 @@ CC = gcc
#BINDIR = ${PREFIX}/bin
#MANDIR = ${PREFIX}/man
PREFIX += /usr/local
-BINDIR = ${PREFIX}/bin
-MANDIR = ${PREFIX}/man
+BINDIR ?= ${PREFIX}/bin
+MANDIR ?= ${PREFIX}/man
LFS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-CFLAGS += -I/usr//include
-LDFLAGS += -ldvdread -L/usr//lib
+LDFLAGS += -ldvdread
#This specifies the conversion from .c to .o
.c.o:
vobcopy-1.1.1-gcc43.patch:
--- NEW FILE vobcopy-1.1.1-gcc43.patch ---
diff -Naupr vobcopy-1.1.1.orig/vobcopy.c vobcopy-1.1.1/vobcopy.c
--- vobcopy-1.1.1.orig/vobcopy.c 2008-02-19 06:27:04.000000000 +0100
+++ vobcopy-1.1.1/vobcopy.c 2008-05-13 00:19:18.000000000 +0200
@@ -519,7 +519,7 @@ and potentially fatal." - Thanks Leigh!
strcpy( tmp_path, pwd );
strcat( tmp_path, "vobcopy.bla" );
fprintf( stderr, "[Hint] Quiet mode - All messages will now end up in %s\n", tmp_path );
- if ( ( temp = open( tmp_path , O_CREAT | O_EXCL ) ) == -1 )
+ if ( ( temp = open( tmp_path , O_CREAT | O_EXCL , 0644 ) ) == -1 )
{
printf( "[Error] Error: %s\n", strerror( errno ) );
if ( errno == EEXIST )
@@ -575,7 +575,7 @@ and potentially fatal." - Thanks Leigh!
strcat( logfile_name, VERSION );
strcat( logfile_name, ".log" );
strcat( logfile_path, logfile_name );
- if ( ( temp = open ( logfile_path , O_CREAT | O_EXCL ) ) == -1 )
+ if ( ( temp = open ( logfile_path , O_CREAT | O_EXCL , 0644 ) ) == -1 )
{
printf( "[Error] Error: %s\n", strerror( errno ) );
if ( errno == EEXIST )
--- NEW FILE vobcopy.spec ---
Summary: Utility to copy DVD .vob files to disk
Name: vobcopy
Version: 1.1.1
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://vobcopy.org/projects/c/c.shtml
Source: http://vobcopy.org/download/vobcopy-%{version}.tar.bz2
Patch0: vobcopy-1.0.1-Makefile.patch
Patch1: vobcopy-1.1.1-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libdvdread-devel
%description
Vobcopy copies DVD .vob files to disk, decrypting them on the way (thanks to
libdvdread and libdvdcss) and merges them into file(s) with the name extracted
from the DVD. There is one drawback though: at the moment vobcopy doesn't deal
with multi-angle-dvd's. But since these are rather sparse this shouldn't
matter much.
%prep
%setup -q
%patch0 -p1 -b .Makefile
%patch1 -p1 -b .gcc43
%build
%{__make} \
CFLAGS="%{optflags}" \
BINDIR="%{_bindir}" \
MANDIR="%{_mandir}"
%install
%{__rm} -rf %{buildroot}
%{__make} install \
BINDIR="%{buildroot}%{_bindir}" \
MANDIR="%{buildroot}%{_mandir}"
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changelog FAQ README THANKS TODO
%doc alternative_programs.txt
%{_bindir}/vobcopy
%{_mandir}/man1/vobcopy.1*
%lang(de) %{_mandir}/de/man1/vobcopy.1*
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1.1-2
- rebuild for RPM Fusion
* Tue May 13 2008 Matthias Saou <http://freshrpms.net/> 1.1.1-1
- Update to 1.1.1.
- Include gcc 4.3 patch.
* Mon Jan 14 2008 Matthias Saou <http://freshrpms.net/> 1.1.0-1
- Update to 1.1.0.
* Sun Jun 24 2007 Dag Wieers <dag(a)wieers.com> - 1.0.2-1
- Updated to release 1.0.2.
* Mon Nov 27 2006 Matthias Saou <http://freshrpms.net/> 1.0.1-1
- Update to 1.0.1.
- Remove no longer needed gcc change in the Makefile patch.
* Tue Apr 18 2006 Matthias Saou <http://freshrpms.net/> 1.0.0-1
- Update to 1.0.0.
- Add s/gcc-3.4/gcc/ to the Makefile patch.
* Mon Mar 27 2006 Matthias Saou <http://freshrpms.net/> 0.5.16-1
- Major spec file cleanup.
* Fri Jan 6 2006 Robos <robos(a)muon.de>
- 0.5.16: -see changelog
* Fri Jul 29 2005 Robos <robos(a)muon.de>
- 0.5.15: -option to skip already present files with -m.
copying of dvd's with files ending in ";?" should work now.
* Sun Oct 24 2004 Robos <robos(a)muon.de>
- 0.5.14-rc1: - misc *bsd fixes and first straight OSX support
* Mon Mar 7 2004 Robos <robos(a)muon.de>
- 0.5.12-1: -m off-by-one error fixed
* Mon Jan 19 2004 Robos <robos(a)muon.de>
- 0.5.10-1: -O now works
cleanup
* Wed Nov 13 2003 Robos <robos(a)muon.de>
- 0.5.9-1: -F now accepts factor number
cleanups and small bugfix
new vobcopy.spec
* Sun Nov 09 2003 Florin Andrei <florin(a)andrei.myip.org>
- 0.5.8-2: libdvdread is now a pre-requisite
* Sun Nov 09 2003 Florin Andrei <florin(a)andrei.myip.org>
- first package, 0.5.8-1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vobcopy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:45:14 -0000 1.1
+++ .cvsignore 18 Oct 2008 14:06:10 -0000 1.2
@@ -0,0 +1 @@
+vobcopy-1.1.1.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vobcopy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:45:14 -0000 1.1
+++ sources 18 Oct 2008 14:06:10 -0000 1.2
@@ -0,0 +1 @@
+f3331ff362c8f271731944b1a9dea108 vobcopy-1.1.1.tar.bz2
16 years
rpms/thoggen/devel thoggen.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/thoggen/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30750
Modified Files:
.cvsignore sources
Added Files:
thoggen.spec
Log Message:
import from freshrpms
--- NEW FILE thoggen.spec ---
Summary: DVD backup utility
Name: thoggen
Version: 0.7.1
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://thoggen.net/
Source: http://downloads.sf.net/thoggen/thoggen-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: gstreamer-plugins-good
Requires: gstreamer-plugins-ugly
BuildRequires: gettext
BuildRequires: perl(XML::Parser)
BuildRequires: gtk2-devel
BuildRequires: libglade2-devel
BuildRequires: gstreamer-devel >= 0.10.14
BuildRequires: gstreamer-plugins-base-devel >= 0.10.14
BuildRequires: hal-devel >= 0.5.7
BuildRequires: dbus-glib-devel >= 0.71
BuildRequires: libdvdread-devel
# The videobox plugin is here
BuildRequires: gstreamer-plugins-good
# The mpeg2dec plugin is here
BuildRequires: gstreamer-plugins-ugly
%description
Thoggen is a DVD backup utility ('DVD ripper') for Linux, based on GStreamer
and Gtk+.
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR=%{buildroot}
%find_lang %{name}
# Extra gettext files...
%find_lang thoggen_iso_639
%{__cat} thoggen_iso_639.lang >> %{name}.lang
# Remove installed docs which we include as %%doc here
%{__rm} -rf %{buildroot}%{_docdir}/thoggen/
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/thoggen
%{_datadir}/applications/thoggen.desktop
%{_datadir}/pixmaps/thoggen.png
%{_datadir}/thoggen/
%{_mandir}/man1/thoggen.1*
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.7.1-2
- rebuild for RPM Fusion
* Tue Jul 1 2008 Matthias Saou <http://freshrpms.net/> 0.7.1-1
- Update to 0.7.1.
* Sun May 18 2008 Matthias Saou <http://freshrpms.net/> 0.7.0-1
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/thoggen/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:44:58 -0000 1.1
+++ .cvsignore 18 Oct 2008 14:05:19 -0000 1.2
@@ -0,0 +1 @@
+thoggen-0.7.1.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/thoggen/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:44:58 -0000 1.1
+++ sources 18 Oct 2008 14:05:19 -0000 1.2
@@ -0,0 +1 @@
+e36c1ceb098f8ed51ca6c0d1e7ae8279 thoggen-0.7.1.tar.gz
16 years