Projects
Multimedia
gmerlin
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 15
View file
gmerlin.spec
Changed
@@ -22,6 +22,9 @@ Source90: %{name}-rpmlintrc Patch: %{name}-configure.ac.diff Patch0: gmerlin.compile.patch +%if %suse_version > 1140 +Patch1: ld_build_fix.patch +%endif URL: http://gmerlin.sourceforge.net/ PreReq: %install_info_prereq BuildRequires: alsa-devel >= 1.0.0 @@ -451,6 +454,9 @@ #%endif %patch0 -p1 +%if %suse_version > 1140 +%patch1 -p1 +%endif %build export SUSE_ASNEEDED=0
View file
ld_build_fix.patch
Added
@@ -0,0 +1,11 @@ +--- gmerlin-1.0.0/lib/Makefile.am 2010-09-30 15:59:04.000000000 +0200 ++++ new/lib/Makefile.am 2011-10-18 19:29:43.604218618 +0200 +@@ -44,7 +44,7 @@ + + libgmerlin_la_LDFLAGS = -version-info @LTVERSION_CURRENT@:@LTVERSION_REVISION@:@LTVERSION_AGE@ -export-symbols-regex ^bg_ + +-libgmerlin_la_LIBADD = $(x11_libadd) @FONTCONFIG_LIBS@ @FREETYPE_LIBS@ @XML2_LIBS@ @ICONV_LIBS@ @LIBINTL@ $(lv_libs) -ldl -lpthread ++libgmerlin_la_LIBADD = $(x11_libadd) @FONTCONFIG_LIBS@ @FREETYPE_LIBS@ @XML2_LIBS@ @ICONV_LIBS@ @LIBINTL@ $(lv_libs) -ldl -lpthread -ldl + + bin_PROGRAMS = gmerlin_visualizer_slave +
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
.