Projects
Multimedia
oggvideotools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
oggvideotools.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Sat May 19 11:57:58 UTC 2012 - seife+obs@b1-systems.com + +- fix build with gcc 4.7 (add missing includes) + +------------------------------------------------------------------- Sun Sep 6 00:00:00 UTC 2009 - pascal.bleser@opensuse.org - update to 0.8:
View file
oggvideotools.spec
Changed
@@ -7,6 +7,7 @@ # http://prdownloads.sourceforge.net/oggvideotools/oggvideotools-%{version}.tar.gz Source: oggvideotools-%{version}.tar.bz2 Patch1: oggvideotools-fix_nonvoid_return.patch +Patch2: oggvideotools-gcc47-includes.patch URL: http://dev.streamnik.de/oggvideotools.html Group: Productivity/Multimedia/Video/Editors and Convertors License: GNU General Public License version 2 (GPL v2) @@ -24,6 +25,7 @@ %prep %setup -q %patch1 +%patch2 -p1 %build %configure
View file
oggvideotools-gcc47-includes.patch
Added
@@ -0,0 +1,128 @@ +Index: b/src/oggDump.cpp +=================================================================== +--- a/src/oggDump.cpp ++++ b/src/oggDump.cpp +@@ -29,10 +29,11 @@ + #include <vector> + #include <sstream> + #include <fstream> + #include <ostream> + #include <cstdlib> ++#include <unistd.h> + + #include "fileRepository.h" + #include "rawMediaPacket.h" + #include "oggDecoder.h" + #include "oggEncoder.h" +Index: b/src/oggCut.cpp +=================================================================== +--- a/src/oggCut.cpp ++++ b/src/oggCut.cpp +@@ -27,10 +27,11 @@ + #include <iostream> + #include <sstream> + #include <map> + #include <cstdlib> + #include <ctime> ++#include <unistd.h> + + #include "fileRepository.h" + #include "streamSerializer.h" + #include "streamMux.h" + #include "oggEncoder.h" +Index: b/src/oggLength.cpp +=================================================================== +--- a/src/oggLength.cpp ++++ b/src/oggLength.cpp +@@ -25,10 +25,11 @@ + #endif + + #include <iostream> + #include <string> + #include <cstdlib> ++#include <unistd.h> + + #include "fileRepository.h" + #include "streamSerializer.h" + + void printHelpScreen(std::string& progName) +Index: b/src/oggScroll.cpp +=================================================================== +--- a/src/oggScroll.cpp ++++ b/src/oggScroll.cpp +@@ -20,10 +20,11 @@ + */ + + #include <iostream> + #include <map> + #include <termios.h> ++#include <unistd.h> + #include <SDL/SDL.h> + + #include "fileRepository.h" + #include "streamSerializer.h" + #include "theoraDecoder.h" +Index: b/src/oggSlideshow.cpp +=================================================================== +--- a/src/oggSlideshow.cpp ++++ b/src/oggSlideshow.cpp +@@ -31,10 +31,11 @@ + #include <sstream> + #include <cstdlib> + #include <cmath> + #include <cstring> + #include <ctime> ++#include <unistd.h> + //#include <cc++/slog.h> + + #include "th_helper.h" + + #include "definition.h" +Index: b/src/oggSilence.cpp +=================================================================== +--- a/src/oggSilence.cpp ++++ b/src/oggSilence.cpp +@@ -28,10 +28,11 @@ + #include <vector> + #include <iostream> + #include <sstream> + #include <cstdlib> + #include <ctime> ++#include <unistd.h> + + #include "vorbisEncoder.h" + #include "streamMux.h" + #include "fileRepository.h" + #include "oggComment.h" +Index: b/src/oggThumb.cpp +=================================================================== +--- a/src/oggThumb.cpp ++++ b/src/oggThumb.cpp +@@ -30,10 +30,11 @@ + #include <sstream> + #include <string> + #include <iostream> + #include <cstdlib> + #include <queue> ++#include <unistd.h> + + #include "fileRepository.h" + #include "streamSerializer.h" + #include "theoraDecoder.h" + #include "theoraStreamParameter.h" +Index: b/src/oggResize.cpp +=================================================================== +--- a/src/oggResize.cpp ++++ b/src/oggResize.cpp +@@ -32,10 +32,11 @@ + + #include <cstring> + #include <cstdlib> + #include <cmath> + #include <ctime> ++#include <unistd.h> + + #ifdef HAVE_CONFIG_H + #include "config.h" + #endif +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.