I managed to build FOSSgstreamer with a hack, since it was a lib link
problem... :
Index: GSTREAMER/0.10.17/Solaris/configure.sh
===================================================================
--- ../GSTREAMER/0.10.17/Solaris/configure.sh (revision 2062)
+++ ../GSTREAMER/0.10.17/Solaris/configure.sh (working copy)
@@ -61,3 +61,5 @@
#--disable-examples \
#--program-suffix="" \
#--with-check=no
+
+find . -name Makefile | xargs -i perl -pi000 -e 's/-L\/usr\/lib//g' {}
I'm sure somebody will provide a much better solution :)
To pack you might need to extend the _arch64 part (I'm on IA32):
Index: SPECS/gstreamer.pspc
===================================================================
--- gstreamer.pspc (revision 2062)
+++ gstreamer.pspc (working copy)
@@ -22,7 +22,11 @@
%dir %attr (0755, root, bin) %{_includedir}
%{_includedir}/*
%dir %attr (0755, root, bin) %{_libdir}
+%{_libdir}/*
%dir %attr (0755, root, bin) %{_bindir}
+%{_bindir}/*
+%dir %attr (0755, root, sys) %{_datadir}
+%{_datadir}/*
#
%ifarch amd64 sparcv9
%dir %attr (0755, root, bin) %{_libdir}/%_arch64
Good luck.
--
This message posted from opensolaris.org