Projects
Multimedia
gmerlin
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 12
View file
gmerlin.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed May 18 01:02:50 UTC 2011 - brunciter@localhost.lan + +- Compile fix + +------------------------------------------------------------------- Fri Mar 10 00:00:00 UTC 2011 - detlef@links2linux.de - update to 1.0.0
View file
gmerlin.spec
Changed
@@ -21,6 +21,7 @@ Source0: %{name}-%{version}.tar.gz Source90: %{name}-rpmlintrc Patch: %{name}-configure.ac.diff +Patch0: gmerlin.compile.patch URL: http://gmerlin.sourceforge.net/ PreReq: %install_info_prereq BuildRequires: alsa-devel >= 1.0.0 @@ -47,6 +48,7 @@ BuildRequires: libvisual-devel >= 0.4.0 BuildRequires: libxml2-devel >= 2.4.0 BuildRequires: mjpegtools-devel +BuildRequires: libjack-devel BuildRequires: update-desktop-files BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -72,7 +74,7 @@ Requires: freetype2-devel Requires: gtk2-devel >= 2.8 Requires: libcddb-devel >= 1.2 -Requires: libcdio-devel >= 0.75 +#Requires: libcdio-devel >= 0.75 Requires: libgavl-devel >= %{_gavl_version} Requires: libgmerlin%{_SOnr} = %{version} Requires: libjpeg-devel >= 6b @@ -448,6 +450,8 @@ # lib/gtk/vumeter.c #%endif +%patch0 -p1 + %build export SUSE_ASNEEDED=0 export CPPFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
View file
gmerlin.compile.patch
Added
@@ -0,0 +1,12 @@ +diff -Naur gmerlin-1.0.0/lib/visualize_slave.c gmerlin-1.0.0-mine//lib/visualize_slave.c +--- gmerlin-1.0.0/lib/visualize_slave.c 2011-01-07 10:37:05.000000000 -0500 ++++ gmerlin-1.0.0-mine//lib/visualize_slave.c 2011-05-16 21:25:27.877689045 -0400 +@@ -782,7 +782,7 @@ + return write(STDOUT_FILENO, data, len); + } + +-static int write_message(msg) ++static int write_message(bg_msg_t * msg) + { + int result; + // fprintf(stderr, "Write message slave...\n");
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
.