OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Apr-2004 15:37:14
Branch: HEAD Handle: 2004040714371400
Modified files:
openpkg-src/xine-ui xine-ui.patch xine-ui.spec
Log:
Added linker flag to make statically linked symbols visible to objects
loaded dynamically via dlopen
Summary:
Revision Changes Path
1.2 +37 -0 openpkg-src/xine-ui/xine-ui.patch
1.19 +1 -1 openpkg-src/xine-ui/xine-ui.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xine-ui/xine-ui.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 xine-ui.patch
--- openpkg-src/xine-ui/xine-ui.patch 28 Dec 2003 12:47:21 -0000 1.1
+++ openpkg-src/xine-ui/xine-ui.patch 7 Apr 2004 13:37:14 -0000 1.2
@@ -9,3 +9,40 @@
#ifdef HAVE_X11
#include <X11/Xlib.h>
+--- src/xitk/Makefile.in.orig 2004-04-07 12:49:16.000000000 +0200
++++ src/xitk/Makefile.in 2004-04-07 12:49:50.000000000 +0200
+@@ -370,10 +370,10 @@
+ tvout.$(OBJEXT) tvset.$(OBJEXT) videowin.$(OBJEXT) \
+ viewlog.$(OBJEXT)
+ xine_OBJECTS = $(am_xine_OBJECTS)
+-xine_LDFLAGS =
++xine_LDFLAGS = -Wl,-E
+ am_xine_remote_OBJECTS = xine-remote.$(OBJEXT)
+ xine_remote_OBJECTS = $(am_xine_remote_OBJECTS)
+-xine_remote_LDFLAGS =
++xine_remote_LDFLAGS = -Wl,-E
+
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+--- src/aaui/Makefile.in.orig 2004-04-07 12:44:19.000000000 +0200
++++ src/aaui/Makefile.in 2004-04-07 12:45:56.000000000 +0200
+@@ -245,7 +245,7 @@
+
+ am_aaxine_OBJECTS = $(am__objects_1) main.$(OBJEXT)
+ aaxine_OBJECTS = $(am_aaxine_OBJECTS)
+-aaxine_LDFLAGS =
++aaxine_LDFLAGS = -Wl,-E
+
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+--- src/fb/Makefile.in.orig 2004-04-07 12:47:12.000000000 +0200
++++ src/fb/Makefile.in 2004-04-07 12:47:51.000000000 +0200
+@@ -249,7 +249,7 @@
+ stdctl.$(OBJEXT) post.$(OBJEXT) osd.$(OBJEXT) \
+ config_wrapper.$(OBJEXT)
+ fbxine_OBJECTS = $(am_fbxine_OBJECTS)
+-fbxine_LDFLAGS =
++fbxine_LDFLAGS = -Wl,-E
+
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/xine-ui/xine-ui.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 xine-ui.spec
--- openpkg-src/xine-ui/xine-ui.spec 7 Feb 2004 18:00:21 -0000 1.18
+++ openpkg-src/xine-ui/xine-ui.spec 7 Apr 2004 13:37:14 -0000 1.19
@@ -34,7 +34,7 @@
Group: Video
License: GPL
Version: 0.9.23
-Release: 20040207
+Release: 20040407
# list of sources
Source0: http://download.sourceforge.net/xine/xine-ui-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]