[csw-devel] SF.net SVN: gar:[18826] csw/mgar/pkg/gstplugins/trunk

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Fri Jul 20 15:18:11 CEST 2012


Revision: 18826
          http://gar.svn.sourceforge.net/gar/?rev=18826&view=rev
Author:   cgrzemba
Date:     2012-07-20 13:18:10 +0000 (Fri, 20 Jul 2012)
Log Message:
-----------
gstplugins/trunk: builds, but links only if old gst packages are deinstalled
> wrong library search path order...

Modified Paths:
--------------
    csw/mgar/pkg/gstplugins/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/gstplugins/trunk/files/0001-Makefile.in.patch

Modified: csw/mgar/pkg/gstplugins/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gstplugins/trunk/Makefile	2012-07-20 11:22:22 UTC (rev 18825)
+++ csw/mgar/pkg/gstplugins/trunk/Makefile	2012-07-20 13:18:10 UTC (rev 18826)
@@ -24,15 +24,19 @@
 PACKAGING_PLATFORMS = Solaris10-sparc Solaris10-i386
 GARCOMPILER = SOS12U3
 
-BUILD_DEP_PKGS +=  CSWpkgconfig CSWgstreamer-dev CSWliboildevel CSWlibglib2-dev 
+BUILD_DEP_PKGS += CSWpkgconfig CSWgstreamer-dev CSWliboildevel CSWlibglib2-dev 
 BUILD_DEP_PKGS += CSWgnomevfs2-dev CSWlibogg-dev CSWlibgtk2-dev CSWlibatk-dev
-BUILD_DEP_PKGS += CSWlibgconf-dev CSWggettextrt CSWlibxml2-dev CSWlibtheora-dev
+BUILD_DEP_PKGS += CSWlibgconf-dev CSWggettextrt CSWlibxml2-dev CSWlibz-dev
+BUILD_DEP_PKGS += CSWlibtheora-dev
 BUILD_DEP_PKGS += CSWlibice CSWlibx11 CSWlibxvdevel CSWx11videoproto
 BUILD_DEP_PKGS += CSWlibsm CSWlibxext
 BUILD_DEP_PKGS += CSWlibvorbis-dev CSWpangodevel CSWlibpixman-dev 
 BUILD_DEP_PKGS += CSWfconfig-dev CSWlibpng-dev CSWx11xproto CSWx11renderproto 
 BUILD_DEP_PKGS += CSWlibx11devel CSWlibxcbdevel CSWlibxaudevel CSWlibxdmcpdevel
 
+PATCHFILES += 0001-Makefile.in.patch
+REINPLACE_USRSHARE += docs/plugins/html/*.html docs/libs/html/*.html
+
 CONFIGURE_ARGS += $(DIRPATHS)
 CONFIGURE_ARGS += --disable-debug
 CONFIGURE_ARGS += --disable-alsa
@@ -54,6 +58,9 @@
 
 include gar/category.mk
 
+# I want see whats going on
+AM_DEFAULT_VERBOSITY:=1
+
 # sigh, portable code?
 # post-configure-modulated:
 # 	gsed -i 's/\(LIBS = -lnsl -lsocket\)/\1 -lresolv/' \

Added: csw/mgar/pkg/gstplugins/trunk/files/0001-Makefile.in.patch
===================================================================
--- csw/mgar/pkg/gstplugins/trunk/files/0001-Makefile.in.patch	                        (rev 0)
+++ csw/mgar/pkg/gstplugins/trunk/files/0001-Makefile.in.patch	2012-07-20 13:18:10 UTC (rev 18826)
@@ -0,0 +1,22 @@
+--- a/docs/libs/Makefile.in
++++ b/docs/libs/Makefile.in
+@@ -945,7 +945,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
+ 	-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
+ 	-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+ 	cd $(distdir) && rm -f $(DISTCLEANFILES)
+-        -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
++	-gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+ 
+ .PHONY : dist-hook-local docs
+
+--- a/docs/plugins/Makefile.in
++++ b/docs/plugins/Makefile.in
+@@ -1111,7 +1111,7 @@ dist-hook: dist-check-gtkdoc dist-hook-local
+ 	-cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
+ 	-cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+ 	cd $(distdir) && rm -f $(DISTCLEANFILES)
+-        -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
++	-gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+ 
+ .PHONY : dist-hook-local docs
+ 

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list