rpms/sdlmess/F-9 .cvsignore, 1.8, 1.9 sdlmess.spec, 1.9, 1.10 sources, 1.8, 1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11043
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
- Dropped the no longer necessary line ending fixes
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-9/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 4 May 2009 21:37:35 -0000 1.8
+++ .cvsignore 21 Jun 2009 01:32:03 -0000 1.9
@@ -1,3 +1,3 @@
-ctrlr.rar
ui.bdc
-sdlmess0131.zip
+ctrlr.rar
+sdlmess0132.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-9/sdlmess.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sdlmess.spec 4 May 2009 21:37:36 -0000 1.9
+++ sdlmess.spec 21 Jun 2009 01:32:03 -0000 1.10
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0131
+Version: 0132
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -98,20 +98,21 @@
joystick 1
EOF
-# Fix end-of-line encoding
-rm -fr docs/win*
-find docs -type f -exec sed -i 's/\r//' {} \;
-mv docs/imgtool.txt .
-
-#Fix newvideo.txt encoding
+# Fix newvideo.txt encoding
pushd docs
/usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
/bin/mv -f newvideo.txt.conv newvideo.txt
popd
-# remove extraneous file in installed artwork
+# Remove extraneous file in installed artwork
rm -f artwork/dir.txt
+# Remove windows-specific documentation
+rm -fr docs/win*
+
+# Move the imgtool documentation to the top dir for better visibility
+mv docs/imgtool.txt .
+
%build
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
@@ -201,6 +202,10 @@
%changelog
+* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
+- Updated to 0.132
+- Dropped the no longer necessary line ending fixes
+
* Mon May 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
- Updated to 0.131
- Added castool to the -tools package
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-9/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 4 May 2009 21:37:36 -0000 1.8
+++ sources 21 Jun 2009 01:32:03 -0000 1.9
@@ -1,3 +1,3 @@
-d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
b64914c2a5589f6d5b00361464152acd ui.bdc
-6e6c2ed1e39064d74188009f1a22f435 sdlmess0131.zip
+d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
+0015cf42f279e35b58cf2ba94d7f1700 sdlmess0132.zip
15 years, 5 months
rpms/sdlmess/F-10 .cvsignore, 1.8, 1.9 sdlmess.spec, 1.9, 1.10 sources, 1.8, 1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10942
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
- Dropped the no longer necessary line ending fixes
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 4 May 2009 21:37:23 -0000 1.8
+++ .cvsignore 21 Jun 2009 01:31:53 -0000 1.9
@@ -1,3 +1,3 @@
-ctrlr.rar
ui.bdc
-sdlmess0131.zip
+ctrlr.rar
+sdlmess0132.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/sdlmess.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sdlmess.spec 4 May 2009 21:37:23 -0000 1.9
+++ sdlmess.spec 21 Jun 2009 01:31:53 -0000 1.10
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0131
+Version: 0132
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -98,20 +98,21 @@
joystick 1
EOF
-# Fix end-of-line encoding
-rm -fr docs/win*
-find docs -type f -exec sed -i 's/\r//' {} \;
-mv docs/imgtool.txt .
-
-#Fix newvideo.txt encoding
+# Fix newvideo.txt encoding
pushd docs
/usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
/bin/mv -f newvideo.txt.conv newvideo.txt
popd
-# remove extraneous file in installed artwork
+# Remove extraneous file in installed artwork
rm -f artwork/dir.txt
+# Remove windows-specific documentation
+rm -fr docs/win*
+
+# Move the imgtool documentation to the top dir for better visibility
+mv docs/imgtool.txt .
+
%build
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
@@ -201,6 +202,10 @@
%changelog
+* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
+- Updated to 0.132
+- Dropped the no longer necessary line ending fixes
+
* Mon May 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
- Updated to 0.131
- Added castool to the -tools package
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-10/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 4 May 2009 21:37:23 -0000 1.8
+++ sources 21 Jun 2009 01:31:53 -0000 1.9
@@ -1,3 +1,3 @@
-d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
b64914c2a5589f6d5b00361464152acd ui.bdc
-6e6c2ed1e39064d74188009f1a22f435 sdlmess0131.zip
+d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
+0015cf42f279e35b58cf2ba94d7f1700 sdlmess0132.zip
15 years, 5 months
rpms/sdlmess/F-11 .cvsignore, 1.8, 1.9 sdlmess.spec, 1.10, 1.11 sources, 1.8, 1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10837
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
- Dropped the no longer necessary line ending fixes
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-11/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 4 May 2009 21:37:13 -0000 1.8
+++ .cvsignore 21 Jun 2009 01:31:44 -0000 1.9
@@ -1,3 +1,3 @@
-ctrlr.rar
ui.bdc
-sdlmess0131.zip
+ctrlr.rar
+sdlmess0132.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-11/sdlmess.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sdlmess.spec 4 May 2009 21:37:13 -0000 1.10
+++ sdlmess.spec 21 Jun 2009 01:31:44 -0000 1.11
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0131
+Version: 0132
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -98,20 +98,21 @@
joystick 1
EOF
-# Fix end-of-line encoding
-rm -fr docs/win*
-find docs -type f -exec sed -i 's/\r//' {} \;
-mv docs/imgtool.txt .
-
-#Fix newvideo.txt encoding
+# Fix newvideo.txt encoding
pushd docs
/usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
/bin/mv -f newvideo.txt.conv newvideo.txt
popd
-# remove extraneous file in installed artwork
+# Remove extraneous file in installed artwork
rm -f artwork/dir.txt
+# Remove windows-specific documentation
+rm -fr docs/win*
+
+# Move the imgtool documentation to the top dir for better visibility
+mv docs/imgtool.txt .
+
%build
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
@@ -201,6 +202,10 @@
%changelog
+* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
+- Updated to 0.132
+- Dropped the no longer necessary line ending fixes
+
* Mon May 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
- Updated to 0.131
- Added castool to the -tools package
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/F-11/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 4 May 2009 21:37:13 -0000 1.8
+++ sources 21 Jun 2009 01:31:44 -0000 1.9
@@ -1,3 +1,3 @@
-d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
b64914c2a5589f6d5b00361464152acd ui.bdc
-6e6c2ed1e39064d74188009f1a22f435 sdlmess0131.zip
+d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
+0015cf42f279e35b58cf2ba94d7f1700 sdlmess0132.zip
15 years, 5 months
rpms/sdlmess/devel .cvsignore, 1.8, 1.9 sdlmess.spec, 1.10, 1.11 sources, 1.8, 1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmess/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10723
Modified Files:
.cvsignore sdlmess.spec sources
Log Message:
* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
- Updated to 0.132
- Dropped the no longer necessary line ending fixes
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 4 May 2009 21:37:13 -0000 1.8
+++ .cvsignore 21 Jun 2009 01:31:34 -0000 1.9
@@ -1,3 +1,3 @@
-ctrlr.rar
ui.bdc
-sdlmess0131.zip
+ctrlr.rar
+sdlmess0132.zip
Index: sdlmess.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sdlmess.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sdlmess.spec 4 May 2009 21:37:13 -0000 1.10
+++ sdlmess.spec 21 Jun 2009 01:31:34 -0000 1.11
@@ -9,7 +9,7 @@
%endif
Name: sdlmess
-Version: 0131
+Version: 0132
Release: 1%{?dist}
Summary: SDL Multiple Emulator Super System
@@ -98,20 +98,21 @@
joystick 1
EOF
-# Fix end-of-line encoding
-rm -fr docs/win*
-find docs -type f -exec sed -i 's/\r//' {} \;
-mv docs/imgtool.txt .
-
-#Fix newvideo.txt encoding
+# Fix newvideo.txt encoding
pushd docs
/usr/bin/iconv -f cp1250 -t utf-8 newvideo.txt > newvideo.txt.conv
/bin/mv -f newvideo.txt.conv newvideo.txt
popd
-# remove extraneous file in installed artwork
+# Remove extraneous file in installed artwork
rm -f artwork/dir.txt
+# Remove windows-specific documentation
+rm -fr docs/win*
+
+# Move the imgtool documentation to the top dir for better visibility
+mv docs/imgtool.txt .
+
%build
make %{?_smp_mflags} %{?arch_flags} DEBUG=1 SYMBOLS=1 OPTIMIZE=2\
@@ -201,6 +202,10 @@
%changelog
+* Sun Jun 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0132-1
+- Updated to 0.132
+- Dropped the no longer necessary line ending fixes
+
* Mon May 04 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
- Updated to 0.131
- Added castool to the -tools package
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmess/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 4 May 2009 21:37:13 -0000 1.8
+++ sources 21 Jun 2009 01:31:34 -0000 1.9
@@ -1,3 +1,3 @@
-d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
b64914c2a5589f6d5b00361464152acd ui.bdc
-6e6c2ed1e39064d74188009f1a22f435 sdlmess0131.zip
+d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
+0015cf42f279e35b58cf2ba94d7f1700 sdlmess0132.zip
15 years, 5 months
rpms/rpmfusion-packager/F-11 .cvsignore, 1.3, 1.4 rpmfusion-packager.spec, 1.3, 1.4 sources, 1.3, 1.4
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/rpmfusion-packager/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10196/F-11
Modified Files:
.cvsignore rpmfusion-packager.spec sources
Log Message:
* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 0.4-1
- Update to 0.4 (configures ~/.plague-client-rpmfusion.cfg)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 4 Apr 2009 22:46:13 -0000 1.3
+++ .cvsignore 19 Jun 2009 20:36:59 -0000 1.4
@@ -1 +1 @@
-rpmfusion-packager-0.3.tar.bz2
+rpmfusion-packager-0.4.tar.bz2
Index: rpmfusion-packager.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-11/rpmfusion-packager.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmfusion-packager.spec 4 Apr 2009 22:46:13 -0000 1.3
+++ rpmfusion-packager.spec 19 Jun 2009 20:36:59 -0000 1.4
@@ -1,5 +1,5 @@
Name: rpmfusion-packager
-Version: 0.3
+Version: 0.4
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
@@ -51,6 +51,9 @@
%changelog
+* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 0.4-1
+- Update to 0.4 (configures ~/.plague-client-rpmfusion.cfg)
+
* Sat Apr 4 2009 Stewart Adam <s.adam at diffingo.com> - 0.3-1
- Update to 0.3 (use pycurl, display cvs output in realtime, add support for
anonymous CVS, add plague-client-rf wrapper)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 4 Apr 2009 22:46:13 -0000 1.3
+++ sources 19 Jun 2009 20:36:59 -0000 1.4
@@ -1 +1 @@
-95326026aa3620da8271f1c29b471587 rpmfusion-packager-0.3.tar.bz2
+5e3e6f7691808f59286a3a6d8afdc599 rpmfusion-packager-0.4.tar.bz2
15 years, 5 months
rpms/rpmfusion-packager/F-10 .cvsignore, 1.3, 1.4 rpmfusion-packager.spec, 1.2, 1.3 sources, 1.3, 1.4
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/rpmfusion-packager/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10196/F-10
Modified Files:
.cvsignore rpmfusion-packager.spec sources
Log Message:
* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 0.4-1
- Update to 0.4 (configures ~/.plague-client-rpmfusion.cfg)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 4 Apr 2009 22:46:12 -0000 1.3
+++ .cvsignore 19 Jun 2009 20:36:59 -0000 1.4
@@ -1 +1 @@
-rpmfusion-packager-0.3.tar.bz2
+rpmfusion-packager-0.4.tar.bz2
Index: rpmfusion-packager.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-10/rpmfusion-packager.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rpmfusion-packager.spec 4 Apr 2009 22:46:12 -0000 1.2
+++ rpmfusion-packager.spec 19 Jun 2009 20:36:59 -0000 1.3
@@ -1,5 +1,5 @@
Name: rpmfusion-packager
-Version: 0.3
+Version: 0.4
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
@@ -51,6 +51,9 @@
%changelog
+* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 0.4-1
+- Update to 0.4 (configures ~/.plague-client-rpmfusion.cfg)
+
* Sat Apr 4 2009 Stewart Adam <s.adam at diffingo.com> - 0.3-1
- Update to 0.3 (use pycurl, display cvs output in realtime, add support for
anonymous CVS, add plague-client-rf wrapper)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 4 Apr 2009 22:46:12 -0000 1.3
+++ sources 19 Jun 2009 20:36:59 -0000 1.4
@@ -1 +1 @@
-95326026aa3620da8271f1c29b471587 rpmfusion-packager-0.3.tar.bz2
+5e3e6f7691808f59286a3a6d8afdc599 rpmfusion-packager-0.4.tar.bz2
15 years, 5 months
rpms/rpmfusion-packager/devel .cvsignore, 1.3, 1.4 rpmfusion-packager.spec, 1.3, 1.4 sources, 1.3, 1.4
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/rpmfusion-packager/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10196/devel
Modified Files:
.cvsignore rpmfusion-packager.spec sources
Log Message:
* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 0.4-1
- Update to 0.4 (configures ~/.plague-client-rpmfusion.cfg)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 4 Apr 2009 22:46:13 -0000 1.3
+++ .cvsignore 19 Jun 2009 20:37:00 -0000 1.4
@@ -1 +1 @@
-rpmfusion-packager-0.3.tar.bz2
+rpmfusion-packager-0.4.tar.bz2
Index: rpmfusion-packager.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/devel/rpmfusion-packager.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmfusion-packager.spec 4 Apr 2009 22:46:13 -0000 1.3
+++ rpmfusion-packager.spec 19 Jun 2009 20:37:00 -0000 1.4
@@ -1,5 +1,5 @@
Name: rpmfusion-packager
-Version: 0.3
+Version: 0.4
Release: 1%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
@@ -51,6 +51,9 @@
%changelog
+* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 0.4-1
+- Update to 0.4 (configures ~/.plague-client-rpmfusion.cfg)
+
* Sat Apr 4 2009 Stewart Adam <s.adam at diffingo.com> - 0.3-1
- Update to 0.3 (use pycurl, display cvs output in realtime, add support for
anonymous CVS, add plague-client-rf wrapper)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-packager/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 4 Apr 2009 22:46:13 -0000 1.3
+++ sources 19 Jun 2009 20:37:00 -0000 1.4
@@ -1 +1 @@
-95326026aa3620da8271f1c29b471587 rpmfusion-packager-0.3.tar.bz2
+5e3e6f7691808f59286a3a6d8afdc599 rpmfusion-packager-0.4.tar.bz2
15 years, 5 months
rpms/dvdstyler/F-10 .cvsignore, 1.5, 1.6 dvdstyler.spec, 1.6, 1.7 sources, 1.6, 1.7
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/dvdstyler/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7920/F-10
Modified Files:
.cvsignore dvdstyler.spec sources
Log Message:
* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.3-0.1.beta3
- Update to 1.7.3 beta3
- Remove gcc44 patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 9 Mar 2009 01:11:35 -0000 1.5
+++ .cvsignore 19 Jun 2009 20:08:04 -0000 1.6
@@ -1 +1 @@
-DVDStyler-1.7.2.tar.bz2
+DVDStyler-1.7.3b3_1.tar.bz2
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-10/dvdstyler.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dvdstyler.spec 9 Mar 2009 01:11:35 -0000 1.6
+++ dvdstyler.spec 19 Jun 2009 20:08:04 -0000 1.7
@@ -1,13 +1,13 @@
Name: dvdstyler
Epoch: 1
-Version: 1.7.2
-Release: 1%{?dist}
+Version: 1.7.3
+Release: 0.1.beta3%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.dvdstyler.de/
-Source0: http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}.tar.bz2
+Source0: http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}b3_1.tar.bz2
Patch0: dvdstyler-make-desktopfile-valid.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# build
@@ -50,7 +50,7 @@
%prep
-%setup -q -n DVDStyler-%{version}
+%setup -q -n DVDStyler-%{version}b3_1
%patch0 -b .validdesktop
%{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem \\"dvd://$DIR\\"");|' src/Config.h
@@ -89,6 +89,9 @@
%{_mandir}/*/*.gz
%changelog
+* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.3-0.1.beta3
+- Update to 1.7.3 beta3
+
* Sun Mar 8 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.2-1
- Remove dependency on totem-backend (#366)
- Update to 1.7.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-10/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 9 Mar 2009 01:11:35 -0000 1.6
+++ sources 19 Jun 2009 20:08:04 -0000 1.7
@@ -1 +1 @@
-a4480a4193e6df0041215e07ccfefc3a DVDStyler-1.7.2.tar.bz2
+1169a01857ba35e1aac62dae9975ca35 DVDStyler-1.7.3b3_1.tar.bz2
15 years, 5 months
rpms/dvdstyler/F-11 .cvsignore, 1.5, 1.6 dvdstyler.spec, 1.8, 1.9 sources, 1.6, 1.7 dvdstyler-gcc44.patch, 1.1, NONE
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/dvdstyler/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7920/F-11
Modified Files:
.cvsignore dvdstyler.spec sources
Removed Files:
dvdstyler-gcc44.patch
Log Message:
* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.3-0.1.beta3
- Update to 1.7.3 beta3
- Remove gcc44 patch
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-11/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 9 Mar 2009 01:11:29 -0000 1.5
+++ .cvsignore 19 Jun 2009 20:08:04 -0000 1.6
@@ -1 +1 @@
-DVDStyler-1.7.2.tar.bz2
+DVDStyler-1.7.3b3_1.tar.bz2
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-11/dvdstyler.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- dvdstyler.spec 7 Apr 2009 18:41:07 -0000 1.8
+++ dvdstyler.spec 19 Jun 2009 20:08:04 -0000 1.9
@@ -1,15 +1,14 @@
Name: dvdstyler
Epoch: 1
-Version: 1.7.2
-Release: 3%{?dist}
+Version: 1.7.3
+Release: 0.1.beta3%{?dist}
Summary: Cross-platform DVD authoring application
Group: Applications/Multimedia
License: GPLv2+
URL: http://www.dvdstyler.de/
-Source0: http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}.tar.bz2
+Source0: http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}b3_1.tar.bz2
Patch0: dvdstyler-make-desktopfile-valid.patch
-Patch1: dvdstyler-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# build
BuildRequires: automake, autoconf, gettext
@@ -51,9 +50,8 @@
%prep
-%setup -q -n DVDStyler-%{version}
+%setup -q -n DVDStyler-%{version}b3_1
%patch0 -b .validdesktop
-%patch1 -b .gcc44
%{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem \\"dvd://$DIR\\"");|' src/Config.h
%build
@@ -91,6 +89,10 @@
%{_mandir}/*/*.gz
%changelog
+* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.3-0.1.beta3
+- Update to 1.7.3 beta3
+- Remove gcc44 patch
+
* Tue Apr 7 2009 Stewart Adam <s.adam at diffingo.com> - 1:1.7.2-3
- Add patch to fix gcc 4.4-related build errors
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 9 Mar 2009 01:11:29 -0000 1.6
+++ sources 19 Jun 2009 20:08:04 -0000 1.7
@@ -1 +1 @@
-a4480a4193e6df0041215e07ccfefc3a DVDStyler-1.7.2.tar.bz2
+1169a01857ba35e1aac62dae9975ca35 DVDStyler-1.7.3b3_1.tar.bz2
--- dvdstyler-gcc44.patch DELETED ---
15 years, 5 months
rpms/avidemux/F-11 avidemux-2.4-cmake264.patch, NONE, 1.1 avidemux-2.4-gcc44.patch, NONE, 1.1 avidemux-2.4-pulseaudio-default.patch, 1.1, 1.2 avidemux.spec, 1.21, 1.22 avidemux-2.4-gcc44-movq.patch, 1.2, NONE
by Stewart Adam
Author: firewing
Update of /cvs/free/rpms/avidemux/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7518/F-11
Modified Files:
avidemux-2.4-pulseaudio-default.patch avidemux.spec
Added Files:
avidemux-2.4-cmake264.patch avidemux-2.4-gcc44.patch
Removed Files:
avidemux-2.4-gcc44-movq.patch
Log Message:
* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 2.4.4-9
- Add patch to fix build with CMake 2.6.4
- Update gcc44 patch to match Gentoo upstream
- Update PulseAudio patch to work as expected with avidemux 2.4.4
avidemux-2.4-cmake264.patch:
--- NEW FILE avidemux-2.4-cmake264.patch ---
diff -uNr avidemux_2.4.4.orig/avidemux/CMakeLists.txt avidemux_2.4.4/avidemux/CMakeLists.txt
--- avidemux_2.4.4.orig/avidemux/CMakeLists.txt 2009-05-06 13:00:10.000000000 +0200
+++ avidemux_2.4.4/avidemux/CMakeLists.txt 2009-05-06 13:00:49.000000000 +0200
@@ -84,7 +84,6 @@
ADM_audio
ADM_script
ADM_videoFilter
-ADM_filter
ADM_video
ADM_audiodevice
ADM_ocr
@@ -93,6 +92,24 @@
FOREACH(_current ${ADM_SUBDIR})
ADD_SUBDIRECTORY(${_current})
+ENDFOREACH(_current ${ADM_SUBDIR})
+
+SET(ADM_SUBDIR
+ADM_filter
+ADM_audiofilter
+ADM_editor
+ADM_audiocodec
+ADM_audio
+ADM_script
+ADM_videoFilter
+ADM_filter
+ADM_video
+ADM_audiodevice
+ADM_ocr
+ADM_colorspace
+)
+
+FOREACH(_current ${ADM_SUBDIR})
add_libs_all_targets(${_current})
ENDFOREACH(_current ${ADM_SUBDIR})
avidemux-2.4-gcc44.patch:
--- NEW FILE avidemux-2.4-gcc44.patch ---
--- avidemux/ADM_colorspace/ADM_rgb.h
+++ avidemux/ADM_colorspace/ADM_rgb.h
@@ -19,6 +19,8 @@
#ifndef COLYUVRGB_H
#define COLYUVRGB_H
+#include <inttypes.h>
+
#define ADM_COLOR_IS_YUV 0x1000
typedef enum
{
--- avidemux/ADM_inputs/ADM_mpegdemuxer/dmx_io.cpp
+++ avidemux/ADM_inputs/ADM_mpegdemuxer/dmx_io.cpp
@@ -71,7 +71,7 @@
*/
uint8_t fileParser::open( const char *filename,FP_TYPE *multi )
{
- char *dot = NULL; // pointer to the last dot in filename
+ const char *dot = NULL; // pointer to the last dot in filename
uint8_t decimals = 0; // number of decimals
char *left = NULL, *number = NULL, *right = NULL; // parts of filename (after splitting)
--- avidemux/ADM_libraries/ADM_libmpeg2enc/yuv4mpeg_ratio.cc
+++ avidemux/ADM_libraries/ADM_libmpeg2enc/yuv4mpeg_ratio.cc
@@ -104,7 +104,7 @@
int y4m_parse_ratio(y4m_ratio_t *r, const char *s)
{
- char *t = strchr(s, ':');
+ const char *t = strchr(s, ':');
if (t == NULL) return Y4M_ERR_RANGE;
r->n = atoi(s);
r->d = atoi(t+1);
--- avidemux/ADM_libraries/ADM_mplex/lpcmstrm_in.cpp
+++ avidemux/ADM_libraries/ADM_mplex/lpcmstrm_in.cpp
@@ -53,7 +53,7 @@
bool LPCMStream::Probe(IBitStream &bs )
{
- char *last_dot = strrchr( bs.StreamName(), '.' );
+ const char *last_dot = strrchr( bs.StreamName(), '.' );
return
last_dot != NULL
&& strcmp( last_dot+1, "lpcm") == 0;
--- avidemux/ADM_osSupport/ADM_fileio.cpp
+++ avidemux/ADM_osSupport/ADM_fileio.cpp
@@ -543,7 +543,7 @@
*/
const char *GetFileName(const char *str)
{
- char *filename;
+ const char *filename;
char *filename2;
#ifndef ADM_WIN32
filename = strrchr(str, '/');
--- avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/DIA_color.cpp
+++ avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/DIA_color.cpp
@@ -1,6 +1,7 @@
#include <QtGui>
#include "../ADM_toolkit/qtToolkit.h"
+#include <stdint.h>
int DIA_colorSel(uint8_t *r, uint8_t *g, uint8_t *b)
{
@@ -17,4 +18,4 @@
}
return 0;
-}
\ No newline at end of file
+}
--- avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_cnr2.cpp
+++ avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_cnr2.cpp
@@ -16,6 +16,7 @@
***************************************************************************/
#include <math.h>
+#include <stdint.h>
#include "config.h"
#include "ui_cnr2.h"
--- avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_coloryuv.cpp
+++ avidemux/ADM_userInterfaces/ADM_QT4/ADM_dialog/Q_coloryuv.cpp
@@ -16,6 +16,7 @@
***************************************************************************/
#include "config.h"
+#include <stdint.h>
#include <QtGui/QDialog>
#include "ui_coloryuv.h"
--- avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.cpp
+++ avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.cpp
@@ -13,7 +13,7 @@
***************************************************************************/
#include "config.h"
-
+#include <cstdio>
#include <math.h>
#include <QPainter>
#include <QSlider>
--- avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.h
+++ avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/ADM_qslider.h
@@ -1,6 +1,6 @@
#ifndef ADM_Q_SLIDER_H
#define ADM_Q_SLIDER_H
-
+#include <inttypes.h>
class ADM_QSlider : public QSlider
{
protected:
--- avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/gui_none.cpp
+++ avidemux/ADM_userInterfaces/ADM_QT4/ADM_gui/gui_none.cpp
@@ -9,7 +9,7 @@
//
#include "config.h"
-
+#include <inttypes.h>
#include <QtGui/QApplication>
#include <QtGui/QDesktopWidget>
--- avidemux/ADM_video/mmx_macros.h
+++ avidemux/ADM_video/mmx_macros.h
@@ -353,7 +353,7 @@
#define mmx_m2r(op, mem, reg) \
__asm__ __volatile__ (#op " %0, %%" #reg \
: /* nothing */ \
- : "X" (mem))
+ : "m" (mem))
#define mmx_r2m(op, reg, mem) \
__asm__ __volatile__ (#op " %%" #reg ", %0" \
avidemux-2.4-pulseaudio-default.patch:
Index: avidemux-2.4-pulseaudio-default.patch
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-11/avidemux-2.4-pulseaudio-default.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- avidemux-2.4-pulseaudio-default.patch 20 Feb 2009 04:41:56 -0000 1.1
+++ avidemux-2.4-pulseaudio-default.patch 19 Jun 2009 20:04:34 -0000 1.2
@@ -1,5 +1,16 @@
---- avidemux_2.4.4.orig/avidemux/prefs.in 2008-07-23 12:47:32.000000000 -0400
-+++ avidemux_2.4.4/avidemux/prefs.in 2009-02-19 00:02:46.000000000 -0500
+--- ./avidemux/ADM_libraries/ADM_utilities/prefs.cpp.orig 2009-06-19 15:41:02.618558127 -0400
++++ ./avidemux/ADM_libraries/ADM_utilities/prefs.cpp 2009-06-19 15:41:08.552557321 -0400
+@@ -105,7 +105,7 @@
+ #else
+ {"device.audiodevice", STRING,"ALSA", NULL, NULL, NULL },
+ #endif
+- {"device.audio.alsa_device", STRING,"dmix", NULL, NULL, NULL },
++ {"device.audio.alsa_device", STRING,"pulse", NULL, NULL, NULL },
+ {"device.videodevice", UINT, "0", NULL, "0", "10" },
+ {"default.postproc_type", UINT, "3", NULL, "0", "7" },
+ {"default.postproc_value", UINT, "3", NULL, "0", "5" },
+--- avidemux/prefs.in.orig 2008-07-23 12:47:32.000000000 -0400
++++ avidemux/prefs.in 2009-06-19 15:23:43.656584530 -0400
@@ -55,7 +55,7 @@
#else
device.audiodevice, STRING, ALSA
Index: avidemux.spec
===================================================================
RCS file: /cvs/free/rpms/avidemux/F-11/avidemux.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- avidemux.spec 3 May 2009 18:31:33 -0000 1.21
+++ avidemux.spec 19 Jun 2009 20:04:34 -0000 1.22
@@ -2,7 +2,7 @@
Name: avidemux
Version: 2.4.4
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: Graphical video editing and transcoding tool
Group: Applications/Multimedia
@@ -19,9 +19,13 @@
Patch2: avidemux-2.4-i18n.patch
# http://ftp.ncnu.edu.tw/Linux/Gentoo/gentoo-portage/media-video/avidemux/f...
Patch3: avidemux-2.4-libdca.patch
-# https://bugzilla.rpmfusion.org/attachment.cgi?id=131
+# Our report: https://bugzilla.rpmfusion.org/attachment.cgi?id=131
# Upstream report: http://bugs.avidemux.org/index.php?do=details&task_id=592
-Patch4: avidemux-2.4-gcc44-movq.patch
+# Patch from: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/avidemux/file...
+Patch4: avidemux-2.4-gcc44.patch
+# Fix building with cmake 2.6.4+
+# Patch from: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/avidemux/file...
+Patch5: avidemux-2.4-cmake264.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -118,11 +122,12 @@
%prep
%setup -q -n avidemux_%{version}
-%patch0 -p1 -b .pulse
+%patch0 -b .pulse
%patch1 -p1 -b .qt4
%patch2 -p1 -b .i18n
%patch3 -p1 -b .libdca
-%patch4 -p1 -b .gcc44
+%patch4 -b .gcc44
+%patch5 -p1 -b .cmake
%build
%cmake
@@ -170,6 +175,11 @@
%{_datadir}/applications/*qt*.desktop
%changelog
+* Fri Jun 19 2009 Stewart Adam <s.adam at diffingo.com> - 2.4.4-9
+- Add patch to fix build with CMake 2.6.4
+- Update gcc44 patch to match Gentoo upstream
+- Update PulseAudio patch to work as expected with avidemux 2.4.4
+
* Sun May 03 2009 Rex Dieter <rdieter(a)fedoraproject.org> - 2.4.4-8
- skip %%_smp_mflags in po/
--- avidemux-2.4-gcc44-movq.patch DELETED ---
15 years, 5 months