Projects
Multimedia
LiVES
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 17
View file
LiVES.spec
Changed
@@ -25,6 +25,7 @@ Source99: LiVES-rpmlintrc Patch1: LiVES-fix_missing_return.patch Patch2: lives-glee-gl.patch +Patch3: lives-fix_missing_return_in_non_void_function.patch URL: http://lives.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-root #BuildRequires: gtk1-compat-devel @@ -92,6 +93,7 @@ %setup -q -n lives-%{version} %patch1 %patch2 +%patch3 # fix wrong EOL %__sed -i 's/\r$//' weed-docs/*.txt
View file
lives-fix_missing_return_in_non_void_function.patch
Added
@@ -0,0 +1,10 @@ +--- lives-plugins/plugins/playback/video/openGL_trickery.cpp.orig 2013-04-11 00:51:40.534116649 +0200 ++++ lives-plugins/plugins/playback/video/openGL_trickery.cpp 2013-04-11 00:51:50.572139622 +0200 +@@ -2184,6 +2184,7 @@ + } + } + pthread_mutex_unlock(&dpy_mutex); ++ return true; + } + +
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
.