rpms/oggvideotools/devel oggSlideshow-noargs.patch, NONE, 1.1 import.log, 1.1, 1.2 oggvideotools.spec, 1.5, 1.6

Adam Miller maxamillion at fedoraproject.org
Fri May 15 17:18:58 UTC 2009


Author: maxamillion

Update of /cvs/extras/rpms/oggvideotools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32006/devel

Modified Files:
	import.log oggvideotools.spec 
Added Files:
	oggSlideshow-noargs.patch 
Log Message:
- oggSlideshow fix for proper help menu printing
- added gd-devel to build oggSlideshow, oggResize, and oggThumb



oggSlideshow-noargs.patch:

--- NEW FILE oggSlideshow-noargs.patch ---
--- src/oggSlideshow.cpp	2009-03-22 08:38:36.000000000 -0500
+++ src/oggSlideshow_patched.cpp	2009-05-15 06:41:05.000000000 -0500
@@ -478,7 +478,7 @@
   argv += optind;
 
   if ((argc < 1)) {
-    std::cerr << "usage: "<<argv[0]<<" <pic.bmp> ... \n";
+    printHelpScreen(programName);
     return (-1);
   }
 


Index: import.log
===================================================================
RCS file: /cvs/extras/rpms/oggvideotools/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	29 Jul 2008 04:43:32 -0000	1.1
+++ import.log	15 May 2009 17:18:27 -0000	1.2
@@ -1 +1,2 @@
 oggvideotools-0_4-1_fc9:HEAD:oggvideotools-0.4-1.fc9.src.rpm:1217306529
+oggvideotools-0_7a-3_fc10:HEAD:oggvideotools-0.7a-3.fc10.src.rpm:1242407337


Index: oggvideotools.spec
===================================================================
RCS file: /cvs/extras/rpms/oggvideotools/devel/oggvideotools.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- oggvideotools.spec	16 Apr 2009 03:09:01 -0000	1.5
+++ oggvideotools.spec	15 May 2009 17:18:27 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           oggvideotools
 Version:        0.7a
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Toolbox for manipulating Ogg video files
 
 Group:          Applications/Multimedia
@@ -10,6 +10,9 @@ Source0:        http://dev.streamnik.de/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  pkgconfig
 BuildRequires:  libogg-devel libvorbis-devel libtheora-devel SDL-devel
+BuildRequires:	gd-devel
+
+Patch0:		oggSlideshow-noargs.patch
 
 %description
 A toolbox for manipulating Ogg video files, which usually consist of a
@@ -19,6 +22,7 @@ such as for splitting the different stre
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure
@@ -41,6 +45,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Fri May 15 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.7a-3
+- Patched a bug in oggSlideshow no showing help menu if no args passed
+
+* Fri May 15 2009 Adam Miller <maxamillion [AT] gmail.com> - 0.7a-2
+- Added gd-devel to requires as there was an issue with dependencies of:
+	oggSlideshow, oggResize, and oggThumb
+
 * Wed Apr 15 2009 Matt Domsch <mdomsch at fedoraproject.org> - 0.7a-1
 - update to 0.7a
   dropped upstreamed cstring patch




More information about the fedora-extras-commits mailing list