Revision: 25759 http://sourceforge.net/p/gar/code/25759 Author: lblume Date: 2016-06-06 18:26:12 +0000 (Mon, 06 Jun 2016) Log Message: ----------- gstplugins_bad/trunk: Add ld bug workaround
Modified Paths: -------------- csw/mgar/pkg/gstplugins_bad/trunk/Makefile Modified: csw/mgar/pkg/gstplugins_bad/trunk/Makefile =================================================================== --- csw/mgar/pkg/gstplugins_bad/trunk/Makefile 2016-06-06 15:40:12 UTC (rev 25758) +++ csw/mgar/pkg/gstplugins_bad/trunk/Makefile 2016-06-06 18:26:12 UTC (rev 25759) @@ -231,6 +231,22 @@ RUNTIME_DEP_PKGS_CSWgstplugins-bad-dev += CSWlibgstinsertbin1-0-0 RUNTIME_DEP_PKGS_CSWgstplugins-bad-dev += CSWlibgstadaptivedemux1-0-0 +### +# Needed for the Solaris ld bug +ifeq ($(shell /usr/bin/uname -p),sparc) +RUNTIME_DEP_PKGS_CSWlibgstbasecamerabinsrc1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstcodecparsers1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstphotography1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstbadvideo1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstplayer1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstmpegts1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstinsertbin1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstbadbase1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgstbadaudio1-0-0 += CSWlibintl8 +RUNTIME_DEP_PKGS_CSWlibgsturidownloader1-0-0 += CSWlibintl8 +endif +### + CHECKPKG_OVERRIDES_CSWgstplugins-bad += file-with-bad-content|/usr/local|root/opt/csw/lib/gstreamer-1.0/libgstfrei0r.so CHECKPKG_OVERRIDES_CSWgstplugins-bad += file-with-bad-content|/usr/local|root/opt/csw/lib/amd64/gstreamer-1.0/libgstfrei0r.so CHECKPKG_OVERRIDES_CSWgstplugins-bad += file-with-bad-content|/usr/local|root/opt/csw/lib/sparcv9/gstreamer-1.0/libgstfrei0r.so This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.