Projects
Multimedia
oggvideotools
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
oggvideotools.spec
Changed
@@ -24,6 +24,7 @@ Group: Productivity/Multimedia/Video/Editors and Convertors Url: http://dev.streamnik.de/oggvideotools.html Source: http://prdownloads.sourceforge.net/oggvideotools/oggvideotools-%{version}.tar.bz2 +Patch0: oggvideotools.patch Patch2: oggvideotools-paths.patch Patch3: oggvideotools-gcc6.patch BuildRequires: SDL-devel @@ -49,6 +50,7 @@ %prep %setup -q +%patch0 -p1 %patch2 -p1 %patch3 -p1
View file
oggvideotools.patch
Added
@@ -0,0 +1,20 @@ +--- a/src/main/audioHook.cpp ++++ b/src/main/audioHook.cpp +@@ -97,6 +97,7 @@ HookHandler& AudioHook::operator<<(OggPa + logger.error() << "Exception: " << error.what(); + } + } ++ return *this; + } + + void AudioHook::flush() +--- a/src/effect/lowpassEffect.cpp ++++ b/src/effect/lowpassEffect.cpp +@@ -70,6 +70,7 @@ Effector & LowpassEffect::operator >>(RG + } + + ++ return *this; + } + + void LowpassEffect::doBlindIn(RGBPlane & plane)
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
.