SOURCES: libvisual-link.patch - updated for 0.4.0

qboosh qboosh at pld-linux.org
Wed Mar 22 19:41:28 CET 2006


Author: qboosh                       Date: Wed Mar 22 18:41:28 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.4.0

---- Files affected:
SOURCES:
   libvisual-link.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/libvisual-link.patch
diff -u SOURCES/libvisual-link.patch:1.1 SOURCES/libvisual-link.patch:1.2
--- SOURCES/libvisual-link.patch:1.1	Sun Mar 20 18:05:31 2005
+++ SOURCES/libvisual-link.patch	Wed Mar 22 19:41:23 2006
@@ -1,19 +1,19 @@
---- libvisual-0.2.0/libvisual/Makefile.am.orig	2005-01-25 20:58:14.000000000 +0100
-+++ libvisual-0.2.0/libvisual/Makefile.am	2005-03-20 17:16:07.237749296 +0100
-@@ -16,8 +16,6 @@
+--- libvisual-0.4.0/libvisual/Makefile.am.orig	2006-02-20 09:20:58.000000000 +0100
++++ libvisual-0.4.0/libvisual/Makefile.am	2006-03-22 19:25:47.953499500 +0100
+@@ -19,8 +19,6 @@
  
  DEFS = @DEFS@
  
--LIBS += -L. -L$(libdir)
+-LIBS += -L. -L$(libdir) $(LV_THREAD_LIBS) @LTLIBINTL@
 -
  PLUGPATH = $(libdir)/libvisual
  
- AM_CFLAGS = -DPLUGPATH="\"@LIBVISUAL_PLUGINS_BASE_DIR@\""
-@@ -26,6 +24,7 @@
+ AM_CFLAGS = -DPLUGPATH="\"$(LIBVISUAL_PLUGINS_BASE_DIR)\"" \
+@@ -30,6 +28,7 @@
  	   -I$(top_builddir) -I$(top_builddir)/libvisual
  
- libvisual_la_LDFLAGS = -export-dynamic -no-undefined
-+libvisual_la_LIBADD = -lpthread
+ libvisual_ at LIBVISUAL_VERSION_SUFFIX@_la_LDFLAGS = -export-dynamic -no-undefined
++libvisual_ at LIBVISUAL_VERSION_SUFFIX@_la_LIBADD = $(LV_THREAD_LIBS) @LTLIBINTL@
  
- libvisual_la_SOURCES = lv_actor.c lv_input.c lv_event.c \
- 		       lv_bin.c lv_plugin.c lv_video.c lv_video_mmx.c lv_mem.c \
+ libvisual_ at LIBVISUAL_VERSION_SUFFIX@_la_SOURCES = lv_actor.c lv_input.c lv_event.c \
+ 		       lv_bin.c lv_plugin.c lv_video.c lv_video_simd.c lv_mem.c \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/libvisual-link.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list