SUNWgnome-media.spec revision 19911
10139N/A#
10139N/A# spec file for packages SUNWgnome-media
10139N/A#
16362N/A# includes module(s): gst, gst-plugins-base, gst-plugins-good
10139N/A#
10139N/A# Copyright 2009 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
17185N/A# package are under the same license as the package itself.
10139N/A#
17178N/A%define owner yippi
18603N/A#
17178N/A%include Solaris.inc
10139N/A
15291N/A%define with_hal %(pkginfo -q SUNWhal && echo 1 || echo 0)
10139N/A
18536N/A%ifarch amd64 sparcv9
10139N/A%include arch64.inc
10139N/A%use gst64 = gst.spec
18615N/A%use gst_plugins_base64 = gst-plugins-base.spec
15298N/A%use gst_plugins_good64 = gst-plugins-good.spec
18185N/A%endif
18536N/A
12773N/A%include base.inc
15298N/A%use gst = gst.spec
12773N/A%use gst_plugins_base = gst-plugins-base.spec
16480N/A%use gst_plugins_good = gst-plugins-good.spec
18269N/A
10139N/A%define gst_minmaj %(echo %{gst.version} | cut -f1,2 -d.)
10139N/A
10139N/AName: SUNWgnome-media
10139N/AIPS_package_name: library/audio/gstreamer
10139N/AMeta(info.classification): %{classification_prefix}:System/Multimedia Libraries
10139N/ASummary: GNOME streaming media framework
10139N/AVersion: %{default_pkg_version}
10139N/ASource: %{name}-manpages-0.1.tar.gz
10139N/ASUNW_BaseDir: %{_basedir}
10139N/ASUNW_Copyright: %{name}.copyright
10139N/ALicense: LGPL v2, LGPL v2.1, GPL v2, BSD, MIT, Public Domain
10139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
10139N/A
10139N/A%include default-depend.inc
10139N/A%include gnome-consolidation.inc
10139N/ABuildRequires: SUNWgtk2-devel
10139N/ABuildRequires: SUNWgnome-libs-devel
10139N/ABuildRequires: SUNWbison
10139N/ABuildRequires: SUNWmkcd
10139N/ABuildRequires: SUNWPython26
10139N/ABuildRequires: SUNWmusicbrainz-devel
10139N/ABuildRequires: SUNWspeex-devel
10139N/ABuildRequires: SUNWflac-devel
10139N/ABuildRequires: SUNWlibtheora-devel
10139N/ABuildRequires: SUNWogg-vorbis-devel
10139N/ABuildRequires: SUNWPython26-extra
10139N/ABuildRequires: SUNWliboil-devel
10139N/ABuildRequires: SUNWgnome-audio-devel
10139N/ABuildRequires: SUNWgnome-config-devel
10139N/ABuildRequires: SUNWgnome-vfs-devel
10139N/ABuildRequires: SUNWjpg-devel
10139N/ABuildRequires: SUNWpng-devel
10139N/ABuildRequires: SUNWlibsoup-devel
10139N/ABuildRequires: SUNWlibvisual-devel
10139N/ABuildRequires: SUNWaalib
10139N/ABuildRequires: SUNWlibgnome-keyring
10139N/ABuildRequires: SUNWgobject-introspection
10139N/ARequires: SUNWgtk2
10139N/ARequires: SUNWgnome-libs
10139N/ARequires: SUNWgnome-media-root
10139N/ARequires: SUNWmusicbrainz
10139N/A# The package SUNWmkcd not in SUNWCuser metacluster
10139N/A# Comment out this line until we work it out(CR6840919)
10139N/A#Requires: SUNWmkcd
10139N/ARequires: SUNWspeex
15370N/ARequires: SUNWflac
10139N/ARequires: SUNWlibtheora
10139N/ARequires: SUNWogg-vorbis
10139N/ARequires: SUNWliboil
10139N/ARequires: SUNWlibms
10139N/ARequires: SUNWgnome-audio
10139N/ARequires: SUNWgnome-config
10139N/ARequires: SUNWgnome-vfs
10139N/ARequires: SUNWlibsoup
10139N/ARequires: SUNWjpg
10139N/ARequires: SUNWlibms
10139N/ARequires: SUNWlxml
10139N/ARequires: SUNWperl584core
10139N/ARequires: SUNWpng
10139N/ARequires: SUNWxorg-clientlibs
10139N/ARequires: SUNWzlib
12773N/ARequires: SUNWlibvisual
12773N/ARequires: SUNWdesktop-cache
12773N/ARequires: SUNWaalib
12773N/A%if %with_hal
12773N/ARequires: SUNWhal
10139N/A%endif
10139N/A
10139N/A%package root
10139N/ASummary: %{summary} - / filesystem
10139N/ASUNW_BaseDir: /
17297N/A%include default-depend.inc
10139N/A%include gnome-consolidation.inc
10139N/A
10139N/A%package devel
11204N/ASummary: %{summary} - development files
10139N/ASUNW_BaseDir: %{_basedir}
10139N/A%include default-depend.inc
10139N/A%include gnome-consolidation.inc
10139N/A
10139N/A%if %build_l10n
10139N/A%package l10n
10139N/AIPS_package_name: library/audio/gstreamer/l10n
10139N/ASummary: %{summary} - l10n files
15298N/ASUNW_BaseDir(relocate_from:%{_prefix}): %{_gnome_il10n_basedir}
15298N/A%include default-depend.inc
15298N/A%include gnome-consolidation.inc
15298N/ARequires: %{name}
15298N/A%endif
15909N/A
10139N/A%prep
12889N/Arm -rf %name-%version
12889N/Amkdir %name-%version
12889N/A
10139N/A%ifarch amd64 sparcv9
10139N/Amkdir %name-%version/%_arch64
10139N/A%gst64.prep -d %name-%version/%_arch64
10139N/A%gst_plugins_base64.prep -d %name-%version/%_arch64
10139N/A%gst_plugins_good64.prep -d %name-%version/%_arch64
10139N/A%endif
10139N/A
10139N/Amkdir %name-%version/%{base_arch}
10139N/A%gst.prep -d %name-%version/%{base_arch}
10139N/A%gst_plugins_base.prep -d %name-%version/%{base_arch}
10139N/A%gst_plugins_good.prep -d %name-%version/%{base_arch}
10139N/A
10139N/Acd %{_builddir}/%name-%version
10139N/Agzcat %SOURCE0 | tar xf -
10139N/A
10139N/A%build
10139N/A# There seems to be an issue with the version of libtool that GStreamer is
10139N/A# now using. The libtool script uses the echo and RM variables but does not
10139N/A# define them, so setting them here addresses this.
10139N/Aexport echo="/usr/bin/echo"
10139N/Aexport RM="/usr/bin/rm"
18536N/A
18536N/Aexport ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
18442N/A
18442N/A# The taglib gst-plugins-good plugin does not build without setting this since
18269N/A# AC_PROG_PATH does not work with CXX set to the full-path of the C++ compiler.
18269N/A# So, overriding the setting fixes this.
18269N/A#
18269N/Aexport HAVE_CXX=yes
18269N/A
18185N/A%ifarch amd64 sparcv9
18185N/Aexport CXXFLAGS="%cxx_optflags64"
18185N/A
18185N/Aexport CFLAGS="%optflags64 -I/usr/sfw/include -DANSICPP"
18185N/Aexport RPM_OPT_FLAGS="$CFLAGS"
18185N/Aexport PKG_CONFIG_PATH="%{_pkg_config_path64}"
18185N/A
18185N/A%gst64.build -d %name-%version/%_arch64
18185N/A
17554N/Aexport CFLAGS="%optflags64 -I/usr/sfw/include -I/usr/X11/include -DANSICPP"
17554N/Aexport LDFLAGS="%{_ldflags} -lresolv"
17358N/Aexport PKG_CONFIG_PATH="%{_builddir}/%name-%version/%{_arch64}/gstreamer-%{gst.version}/pkgconfig:%{_pkg_config_path64}"
17358N/A
17297N/A# Need to disable building with these libraries since there is no 64-bit
17297N/A# version available yet.
17297N/A#
16980N/Aexport GST_EXTRA_CONFIG="--disable-gnome_vfs"
16982N/A
16982N/A%gst_plugins_base64.build -d %name-%version/%_arch64
16982N/A
16980N/Aunset LDFLAGS
16899N/A
16899N/Aexport CFLAGS="%optflags64 -I/usr/sfw/include -DANSICPP"
16769N/Aexport PKG_CONFIG_PATH="%{_builddir}/%name-%version/%{_arch64}/gstreamer-%{gst.version}/pkgconfig:%{_builddir}/%name-%version/%{_arch64}/gst-plugins-base-%{gst_plugins_base.version}/pkgconfig:%{_pkg_config_path64}"
16769N/A
16362N/A# Need to disable building with these libraries since there is no 64-bit
16362N/A# version available yet. We do not ship taglib, but the spec-file in SFE
16146N/A# does not build 64-bit yet.
16146N/A#
16146N/Aexport GST_EXTRA_CONFIG="--disable-soup --disable-taglib"
16146N/A
16146N/A%gst_plugins_good64.build -d %name-%version/%_arch64
16146N/A
16026N/Aexport GST_EXTRA_CONFIG=""
16034N/A%endif
16034N/A
16034N/Aexport CXXFLAGS="%cxx_optflags"
16026N/A
16026N/Aexport CFLAGS="%optflags -I/usr/sfw/include -DANSICPP"
15909N/Aexport RPM_OPT_FLAGS="$CFLAGS"
15909N/Aexport PKG_CONFIG_PATH="%{_pkg_config_path}"
15909N/A
15837N/A%gst.build -d %name-%version/%{base_arch}
15837N/A
15837N/Aexport CFLAGS="%optflags -I/usr/sfw/include -I/usr/X11/include -DANSICPP"
15837N/Aexport LDFLAGS="%_ldflags -lresolv"
15830N/Aexport PKG_CONFIG_PATH="%{_builddir}/%name-%version/%{base_arch}/gstreamer-%{gst.version}/pkgconfig:%{_pkg_config_path}"
15830N/A
15759N/A%gst_plugins_base.build -d %name-%version/%{base_arch}
15759N/A
15692N/Aunset LDFLAGS
15692N/A
15692N/Aexport CFLAGS="%optflags -I/usr/sfw/include -DANSICPP"
15637N/Aexport PKG_CONFIG_PATH="%{_builddir}/%name-%version/%{base_arch}/gstreamer-%{gst.version}/pkgconfig:%{_builddir}/%name-%version/%{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/pkgconfig:%{_pkg_config_path}"
15637N/A
15637N/A%gst_plugins_good.build -d %name-%version/%{base_arch}
15515N/A
15515N/A%install
15515N/A# There seems to be an issue with the version of libtool that GStreamer is
15515N/A# now using. The libtool script uses the echo and RM variables but does not
15478N/A# define them, so setting them here addresses this.
15478N/Aexport echo="/usr/bin/echo"
15478N/Aexport RM="/usr/bin/rm"
15424N/A
15424N/Arm -rf $RPM_BUILD_ROOT
15370N/A
15370N/A%ifarch amd64 sparcv9
15319N/A# Rebuilding the gobject-introspection files requires resetting.
15319N/Aexport PKG_CONFIG_PATH="%{_pkg_config_path64}"
15298N/Aexport CFLAGS="%optflags64 -DANSICPP"
15298N/A
15298N/A%gst64.install -d %name-%version/%_arch64
15291N/A%gst_plugins_base64.install -d %name-%version/%_arch64
15291N/A%gst_plugins_good64.install -d %name-%version/%_arch64
15219N/A
15219N/Amkdir -p $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/tools
14457N/Acd $RPM_BUILD_ROOT%{_bindir}/%{_arch64}
14457N/Afor prog in gst-feedback gst-inspect gst-launch gst-typefind \
14185N/A gst-xmlinspect gst-xmllaunch; do
14185N/A mv $prog-%{gst_minmaj} ../../lib/%{_arch64}/gstreamer-%{gst_minmaj}/tools
14188N/A rm -f $prog
14163N/A ln -s ../../lib/%{_arch64}/gstreamer-%{gst_minmaj}/tools/$prog-%{gst_minmaj} $prog
14163N/Adone
14163N/A
14015N/Aperl -pi -e 's,^toolsdir=.*,toolsdir=\${exec_prefix}/%{_arch64}/lib/gstreamer-%{gst_minmaj}/tools,' $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/pkgconfig/gstreamer-%{gst_minmaj}.pc
14015N/A%endif
13908N/A
13908N/Acd %{_builddir}
13908N/A
13889N/A# Rebuilding the gobject-introspection files requires resetting.
13889N/Aexport PKG_CONFIG_PATH="%{_pkg_config_path}"
13889N/Aexport CFLAGS="%optflags -DANSICPP"
13758N/A
13767N/A%gst.install -d %name-%version/%{base_arch}
13767N/A%gst_plugins_base.install -d %name-%version/%{base_arch}
13767N/A%gst_plugins_good.install -d %name-%version/%{base_arch}
13767N/A
13758N/Amkdir -p $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_minmaj}/tools
13758N/Acd $RPM_BUILD_ROOT%{_bindir}
13624N/Afor prog in gst-feedback gst-inspect gst-launch gst-typefind \
13624N/A gst-xmlinspect gst-xmllaunch; do
13624N/A mv $prog-%{gst_minmaj} ../lib/gstreamer-%{gst_minmaj}/tools
13439N/A rm -f $prog
13439N/A ln -s ../lib/gstreamer-%{gst_minmaj}/tools/$prog-%{gst_minmaj} $prog
13624N/Adone
12889N/A
12889N/Aperl -pi -e 's,^toolsdir=.*,toolsdir=\${exec_prefix}/lib/gstreamer-%{gst_minmaj}/tools,' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gstreamer-%{gst_minmaj}.pc
13624N/A
12379N/Arm -rf $RPM_BUILD_ROOT%{_mandir}
12379N/Acd %{_builddir}/%name-%version/sun-manpages
12379N/Amake install DESTDIR=$RPM_BUILD_ROOT
12379N/A
12303N/Achmod 755 $RPM_BUILD_ROOT%{_mandir}/man1/*.1
12303N/Achmod 755 $RPM_BUILD_ROOT%{_mandir}/man3/*.3
12303N/Achmod 755 $RPM_BUILD_ROOT%{_mandir}/man5/*.5
12294N/A
12294N/Afind $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" -exec rm -f {} ';'
12303N/Afind $RPM_BUILD_ROOT%{_libdir} -type f -name "*.a" -exec rm -f {} ';'
12288N/Arm -rf $RPM_BUILD_ROOT%{_datadir}/doc
12288N/A
12288N/A# RBAC related
12231N/Amkdir -p $RPM_BUILD_ROOT/etc/security/prof_attr.d
12231N/A
12231N/A# prof_attr(4)
12288N/Acat >> $RPM_BUILD_ROOT/etc/security/prof_attr.d/library-audio-gstreamer <<EOF
12229N/ADesktop Removable Media User:::Access removable media for desktop user:
12229N/AConsole User::::profiles=Desktop Removable Media User
12229N/AEOF
12219N/A
12219N/A%if %{!?_without_gtk_doc:0}%{?_without_gtk_doc:1}
12219N/Arm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc
12219N/A%endif
12147N/A
12147N/A%if %build_l10n
12082N/A%else
12082N/A# REMOVE l10n FILES
12082N/Arm -rf $RPM_BUILD_ROOT%{_datadir}/locale
12147N/A%endif
12071N/A
12071N/A%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
12071N/A
11989N/A%clean
11989N/Arm -rf $RPM_BUILD_ROOT
11989N/A
11416N/A%post
11417N/A%restart_fmri gconf-cache
11416N/A
11257N/A%files
11257N/A%defattr (-, root, bin)
11257N/A%dir %attr (0755, root, bin) %{_bindir}
11234N/A%{_bindir}/gst*
11234N/A%dir %attr (0755, root, bin) %{_libdir}
11234N/A%{_libdir}/libgst*.so*
11257N/A%{_libdir}/gstreamer-%{gst_minmaj}/lib*.so*
11191N/A%{_libdir}/gstreamer-%{gst_minmaj}/tools
11191N/A%{_libdir}/gstreamer-%{gst_minmaj}/gst-plugin-scanner
11191N/A%{_libdir}/girepository-1.0/*
11191N/A%ifarch amd64 sparcv9
11191N/A%dir %attr(0755, root, bin) %{_bindir}/%{_arch64}
11085N/A%{_bindir}/%{_arch64}/gst*
11085N/A%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
11085N/A%{_libdir}/%{_arch64}/libgst*.so*
11066N/A%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/lib*.so*
11066N/A%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/tools
11066N/A%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/gst-plugin-scanner
11066N/A%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}/girepository-1.0
10977N/A%{_libdir}/%{_arch64}/girepository-1.0/*
10977N/A%endif
10977N/A%dir %attr (0755, root, sys) %{_datadir}
10977N/A%doc %{base_arch}/gstreamer-%{gst.version}/AUTHORS
10975N/A%doc %{base_arch}/gstreamer-%{gst.version}/README
10975N/A%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/COPYING
10975N/A%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/NEWS
10972N/A%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/ChangeLog
10972N/A%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/common/ChangeLog
10972N/A%doc %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/AUTHORS
10909N/A%doc %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/README
10909N/A%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/COPYING
10909N/A%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/COPYING.LIB
10909N/A%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/NEWS
10821N/A%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/ChangeLog
10821N/A%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/common/ChangeLog
10821N/A%doc %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/AUTHORS
10810N/A%doc %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/README
10810N/A%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/COPYING
10810N/A%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/NEWS
10645N/A%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/ChangeLog
10645N/A%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/common/ChangeLog
10645N/A%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/docs/random/ChangeLog-0.8
10645N/A%dir %attr (0755, root, other) %{_datadir}/doc
10435N/A%{_datadir}/gir-1.0/*.gir
10435N/A%dir %attr (0755, root, other) %{_datadir}/gstreamer-0.10
10435N/A%{_datadir}/gstreamer-0.10/*
10371N/A%dir %attr (0755, root, other)
10371N/A%dir %attr(0755, root, bin) %{_mandir}
10371N/A%dir %attr(0755, root, bin) %{_mandir}/man1
10270N/A%dir %attr(0755, root, bin) %{_mandir}/man5
10271N/A%{_mandir}/man1/gst*
10270N/A%{_mandir}/man5/*
10200N/A
10200N/A%files root
10200N/A%defattr (-, root, sys)
10139N/A%attr (0755, root, sys) %dir %{_sysconfdir}
10139N/A%{_sysconfdir}/gconf/schemas/gstreamer-%{gst_minmaj}.schemas
10139N/A%attr (0755, root, sys) %dir /etc/security
10139N/A%attr (0755, root, sys) %dir /etc/security/prof_attr.d
10139N/A%config %ips_tag(restart_fmri=svc:/system/rbac:default) %attr (0444, root, sys) /etc/security/prof_attr.d/*
10139N/A
10139N/A%files devel
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, bin) %{_libdir}
10139N/A%dir %attr (0755, root, other) %{_libdir}/pkgconfig
10139N/A%{_libdir}/pkgconfig/*
10139N/A%ifarch amd64 sparcv9
10139N/A%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
10139N/A%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
10139N/A%{_libdir}/%{_arch64}/pkgconfig/*
10139N/A%endif
10139N/A%dir %attr (0755, root, bin) %{_includedir}
10139N/A%{_includedir}/gstreamer-%{gst_minmaj}/gst
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%dir %attr (0755, root, other) %{_datadir}/aclocal
10139N/A%{_datadir}/aclocal/*
10139N/A%if %{!?_without_gtk_doc:1}%{?_without_gtk_doc:0}
10139N/A%{_datadir}/gtk-doc
10139N/A%endif
10139N/A%dir %attr(0755, root, bin) %{_mandir}
10139N/A%dir %attr(0755, root, bin) %{_mandir}/man3
10139N/A%{_mandir}/man3/*
10139N/A
10139N/A%if %build_l10n
10139N/A%files l10n
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%attr (-, root, other) %{_datadir}/locale
10139N/A%endif
10139N/A
10139N/A%changelog
10139N/A* Thu Apr 15 2010 - christian.kelly@oracle.com
10139N/A- Re-enable dependency on liboil.
10139N/A* Thu Feb 11 2010 - brian.cameron@sun.com
10139N/A- Fix packaging after bumping GStreamer to 0.10.26.
10139N/A* Fri Jan 15 2009 - lin.ma@sun.com
10139N/A- Move the definition of 'Desktop Removable Media User' from
10139N/A SUNWgnome-cd-burner to here - doo 13911.
10139N/A* Mon May 18 2009 - dave.lin@sun.com
10139N/A- Comment out the line 'Requires: SUNWmkcd' until we work out the bug CR6840919.
10139N/A* Fri Apr 3 2009 - laca@sun.com
10139N/A- use desktop-cache instead of postrun
10139N/A* Fri Feb 20 2009 - brian.cameron@sun.com
10139N/A- Update packaging as needed for gst-plugins-good 0.10.14.
10139N/A* Fri Sep 12 2008 - brian.cameron@sun.com
10139N/A- Add new copyright files.
10139N/A* Wed Jun 18 2008 - damien.carbery@sun.com
10139N/A- Add Build/Requires SUNWlibsoup/-devel after check-deps.pl run.
10139N/A* Wed May 07 2008 - damien.carbery@sun.com
10139N/A- Remove PERL5LIB setting as it is not necessary.
10139N/A* Tue Apr 01 2008 - brian.cameron@sun.com
10139N/A- Add SUNW_Copyright.
10139N/A* Thu Jan 3 2008 - laca@sun.com
10139N/A- use gconf-install.script instead of an inline script
10139N/A* Fri Sep 28 2007 - laca@sun.com
10139N/A- delete SUNWxwrtl dep
10139N/A* Thu Aug 02 2007 - damien.carbery@sun.com
10139N/A- Add -lresolv to LDFLAGS for gst-plugins-base for hstrerror function.
10139N/A* Thu Aug 02 2007 - damien.carbery@sun.com
10139N/A- Delete gtk-doc files in %install when built using --without-gtk-doc. The root
10139N/A cause is in the gst/gst-plugins modules but this fix works for now.
10139N/A* Tue Jun 26 2007 - irene.huang@sun.com
10139N/A- remove libcdio as dependency
10139N/A* Fri Oct 20 2006 - damien.carbery@sun.com
10139N/A- Remove SUNWhalh BuildRequires because header files are in SUNWhea in snv_51.
10139N/A* Mon Sep 18 2006 - Brian.Cameron@sun.com
10139N/A- Add SUNWhalh BuildRequires.
10139N/A* Mon Sep 04 2006 - Matt.Keenan@sun.com
10139N/A- New Manpage tarball
10139N/A* Thu Aug 24 2006 - brian.cameron@sun.com
10139N/A- Remove pointless libgstgetbits.3, libgstdataprotocol.3 manpage and move
10139N/A libgstreamer-0.8.3 manpage to libgstreamer-0.10.3.
10139N/A* Tue Aug 22 2006 - brian.cameron@sun.com
10139N/A- Remove gst-md5sum man page since this is no longer a part of GStreamer.
10139N/A* Mon Aug 14 2006 - damien.carbery@sun.com
10139N/A- Add Build/Requires SUNWhal after check-deps.pl run.
10139N/A* Fri Jul 14 2006 - laca@sun.com
10139N/A- update %post/%postun/etc scripts to support diskless client setup,
10139N/A part of 6448317
10139N/A* Thu Jun 29 2006 - laca@sun.com
10139N/A- update postrun scripts
10139N/A* Fri Jun 23 2006 - christopher.hanna@sun.com
10139N/A- Removed all of the 0.8 version manpages and the following
10139N/A manpages which are no longer needed:
10139N/A gst-complete, gst-compprep, gst-launch-ext, gst-register
10139N/A* Wed Jun 14 2006 - brian.cameron@sun.com
10139N/A- Changes from bumping to new versions of modules.
10139N/A* Sun Jun 11 2006 - laca@sun.com
10139N/A- change group from other to bin/sys
10139N/A* Thu Jun 1 2006 - laca@sun.com
10139N/A- use post/preun scripts to install schemas into the merged gconf files
10139N/A* Wed May 10 2006 - laca@sun.com
10139N/A- merge -share pkg(s) into the base pkg(s)
- add the versioned binaries back in %{_libdir}/gstreamer-0.10/tools
otherwise gnome-media (SUNWgnome-media-apps) fails
* Tue Mar 28 2006 - brian.cameron@sun.com
- Added libcdio dependency.
* Mon Feb 20 2006 - damien.carbery@sun.com
- Complete update of Build/Requires after running check-deps.pl script.
* Fri Feb 17 2006 - damien.carbery@sun.com
- Update Build/Requires after running check-deps.pl script.
* Tue Jan 24 2006 - damien.carbery@sun.com
- Add Build/Requires SUNWliboil/-devel as required by liboil.
* Fri Jan 19 2006 - brian.cameron@sun.com
- Bump to GStreamer 0.10.
* Tue Nov 29 2005 - laca@sun.com
- remove javahelp stuff
* Mon Nov 07 2005 - brian.cameron@sun.com
- Fix spec file so it builds xvimagesink. This requires adding
/usr/X11/lib to LDFLAGS and /usr/X11/include to CFLAGS when building
gst-plugins. xvimagesink is faster than ximagesink since it uses
the XVideo Xserver extension, so its nice to have. This only works
when using the Xorg Xserver, so users who are using Xsun will need
to continue using the ximagesink plugin for video output.
* Tue Sep 27 2005 - laca@sun.com
- add python build dep for gstreamer-plugins gtk docs (mangle-tmpl.py)
* Mon Sep 12 2005 - laca@sun.com
- remove unpackaged files
* Fri Aug 12 2005 - balamurali.viswanathan@wipro.com
- Add dependency of SUNWflac
* Tue Jul 26 2005 - balamurali.viswanathan@wipro.com
- Add dependency of SUNWspeex and SUNWlibtheora
* Mon Jul 11 2005 - balamurali.viswanathan@wipro.com
- Add BuildRequires: SUNWmusicbrainz
* Wed Jun 01 2005 - brian.cameron@sun.com
- remove nautilus-media since it no longer works with nautilus. Nautilus
no longer supports extensions like nautilus-media. Remove gnome-media
since it needs to be split into a separate package. This is because
gnome-panel requires gstreamer and gnome-media requires gnome-panel.
* Tue Feb 22 2005 - brian.cameron@sun.com
- moved l10n package to last built since it tends to fail on re-install.
* Fri Jan 28 2005 - matt.keenan@sun.com
- #6222302 : Remove gstreamer properties from yelp TOC
* Tue Nov 23 2004 - damien.carbery@sun.com
- Fix 6197917: Restore files 'lost' when SUNWgnome-media packages reorganised
to restore 'lost' Gnome 2.0 packages. Reviewed by Laca.
* Fri Nov 12 2004 - laca@sun.com
- Use the original GNOME 2.0 packaging structure: add SUNWgnome-cd*
SUNWgnome-freedb-libs* and SUNWgnome-sound-recorder*
* Thu Oct 21 2004 - laca@sun.com
- change registry.xml to volatile, fixes 6180895
* Thu Oct 14 2004 - brian.cameron@sun.com
- Added gst-launch-ext* man pages.
* Wed Oct 06 2004 - vinay.mandyakoppal@wipro.com
- Added code to install javahelp documents.
Fixes  bugs #5096655,5096658.
* Mon Oct 04 2004 - matt.keenan@sun.com
- Added javahelp files for share package #5108690
* Sat Oct 02 2004 - laca@sun.com
- added %pkgbuild_postprocess
* Mon Sep 27 2004 - arvind.samptur@wipro.com
- Get GNOME_Media_CDDBSlave2.server to be installed
* Fri Sep 24 2004 - brian.cameron
- Added %post section so that programs that use GStreamer will work
properly. The timestamp of the registry file must be later than
the libraries for programs to work.
* Thu Sep 09 2004 - matt.keenan@sun.com
- Added a heap of manpages
* Thu Aug 26 2004 - Brian.Cameron@sun.com
- Now package gtk-docs.
* Wed Aug 25 2004 - Kazuhiko.Maekawa@sun.com
- Added l10n javahelp entry in l10n pkg files
* Tue Aug 24 2004 - laca@sun.com
- move l10n files to the l10n package
* Fri Aug 20 2004 brian.cameron@sun.com
- No longer package Nautilus_View server files since they aren't being
installed by the nautilus-media.spec file.
* Mon Aug 16 2004 shirley.woo@sun.com
- change .../sman1/*.1 permissions to 0755 for Solaris integration error
* Thu Jul 29 2004 brian.cameron@sun.com
- Fixed setting of PKG_CONFIG_PATH and CPPFLAGS so that they work when
gstreamer and gst-plugins have different version #'s.
* Sat Jun 26 2004 shirley.woo@sun.com
- Changed install location to /usr/...
* Mon Jun 07 2004 - brian.cameron@sun.com
- Added ogg/vorbis dependancy. Now including registry.xml.
* Wed Jun 02 2004 - brian.cameron@sun.com
- Removed SUNWgnome-pilot-link dependancy which was wrong.
* Wed Jun 2 2004 - takao.fujiwara@sun.com
- Added %{_datadir}/locale to install l10n messages
* Wed May 26 2004 - brian.cameron@sun.com
- Fixed CFLAGS so that Kpic flag gets properly recognized, allowing
gstreamer to actually work in addition to just compiling.
* Tue May 25 2004 - brian.cameron@sun.com
- Updated dependencies to include SUNWgnome-file-mgr.
* Wed May 12 2004 - brian.cameron@sun.com
- Add nautilus-media. Made changes so that this works with
gstreamer and gst-plugins 0.8.1.
* Sun Mar 28 2004 - brian.cameron@sun.com
- Corrected PKG_CONFIG_PATH so it will find gst-plugins properly.
* Fri Mar 26 2004 - laca@sun.com
- buildrequires CBEbison instead of SUNWbison
* Wed Mar 24 2004 - brian.cameron@sun.com
- Added SGML man page integration
* Thu Feb 26 2004 - niall.power@sun.com
- Initial spec-file created