2008-02-11 Brian Cameron <[email protected]> VERMILLION_84
authoryippi
Mon, 11 Feb 2008 19:18:40 +0000
changeset 11616 ee93433bb77e
parent 11615 fbdfc4a4eddf
child 11617 47d957c5d33b
2008-02-11 Brian Cameron <[email protected]> * SUNWgnome-media-mp3.spec, base-specs/gst-fluendo-mp3.spec: Remove mp3 GStreamer spec file.
ChangeLog
SUNWgnome-media-mp3.spec
base-specs/gst-fluendo-mp3.spec
--- a/ChangeLog	Mon Feb 11 19:09:05 2008 +0000
+++ b/ChangeLog	Mon Feb 11 19:18:40 2008 +0000
@@ -1,3 +1,8 @@
+2008-02-11  Brian Cameron  <[email protected]>
+
+	* SUNWgnome-media-mp3.spec, base-specs/gst-fluendo-mp3.spec:
+	  Remove mp3 GStreamer spec file.
+
 2008-02-11  Brian Cameron  <[email protected]>
 
 	* base-libs/mousetweaks.spec, patches/mousetweaks-01-cflags.diff: Bump
--- a/SUNWgnome-media-mp3.spec	Mon Feb 11 19:09:05 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,79 +0,0 @@
-#
-# spec file for package SUNWgnome-media-mp3
-#
-# includes module(s): gst-fluendo-mp3
-#
-# Copyright (c) 2006 Sun Microsystems, Inc.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
-#
-# Owner: yippi
-#
-
-%include Solaris.inc
-
-%use mp3 = gst-fluendo-mp3.spec
-
-Name:                    SUNWgnome-media-mp3
-Summary:                 GStreamer MP3 audio decoder plugin
-Version:                 %{default_pkg_version}
-SUNW_BaseDir:            %{_basedir}
-BuildRoot:               %{_tmppath}/%{name}-%{version}-build
-%include default-depend.inc
-
-Requires:       SUNWlibms
-Requires:       SUNWgnome-media
-Requires:       SUNWgnome-base-libs
-BuildRequires:  SUNWgnome-media-devel
-BuildRequires:  SUNWgnome-base-libs-devel
-
-%prep
-rm -rf %name-%version
-mkdir %name-%version
-%mp3.prep -d %name-%version
-
-
-%build
-export RPM_OPT_FLAGS="$CFLAGS"
-export LDFLAGS="-z ignore -z combreloc -Bdirect -norunpath"
-
-%mp3.build -d %name-%version
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%mp3.install -d %name-%version
-%if %cc_is_gcc
-%else
-export CXX="${CXX} -norunpath"
-%endif
-export LDFLAGS="%_ldflags"
-
-rm -rf $RPM_BUILD_ROOT%{_datadir}
-
-%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
-
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr (-, root, bin)
-%dir %attr (0755, root, bin) %{_libdir}
-%{_libdir}/*
-
-%changelog
-* Fri Sep 28 2007 - [email protected]
-- delete some unneeded env vars
-* Thu Oct 19 2006 - [email protected]
-- Delete $RPM_BUILD_ROOT at top of %install. Move .a/.la removal to base spec.
-* Sun Jun 11 2006 - [email protected]
-- change group from other to bin/sys
-* Sat May 13 2006 - [email protected]
-- Remove /usr/lib/jds-private from LDFLAGS
-* Mon May 01 2006 - [email protected]
-- Rename to SUNWgnome-media-mp3.spec
-* Fri Feb 17 2006 - [email protected]
-- Remove *.a and *.la.
-* Thu Jan 05 2006 - [email protected]
-- Complete the Build/Requires lists.
--- a/base-specs/gst-fluendo-mp3.spec	Mon Feb 11 19:09:05 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,124 +0,0 @@
-#
-# spec file for package gst-fluendo-mp3
-#
-# Copyright (c) 2006 Sun Microsystems, Inc.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
-#
-# Owner: yippi
-#
-
-Name:           gst-fluendo-mp3
-License:        MIT
-Version:        0.10.6
-Release:        3
-Distribution:   Java Desktop System
-Vendor:         Sun Microsystems, Inc.
-Group:          Libraries/Multimedia
-Summary:        GStreamer Streaming-media framework plug-ins.
-URL:            http://core.fluendo.com/
-Source:         http://core.fluendo.com/gstreamer/src/%{name}/%{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/gst-fluendo-mp3-%{version}-root
-Docdir:         %{_defaultdocdir}/doc
-Autoreqprov:    on
-Prereq:         /sbin/ldconfig
-
-%define 	majorminor	0.10
-
-%define         _glib2          1.3.12
-
-BuildRequires:  glibc-devel
-BuildRequires:  glib2-devel >= %_glib2
-BuildRequires: 	gstreamer-devel >= 0.10.0
-BuildRequires:	gstreamer-tools >= 0.10.0
-BuildRequires: 	gst-plugins-base-devel >= 0.10.0
-
-Requires:       glib2 >= %_glib2
-Requires: 	gstreamer >= 0.10.0
-Requires:       gst-plugins-base >= 0.10.0
-
-%description
-GStreamer MP3 Plugin.
-
-%prep
-%setup -n gst-fluendo-mp3-%{version} -q
-
-%build
-
-%ifos linux
-export PATH=%{JDS_CBE_prefix}/bin:$PATH
-export ACLOCAL_FLAGS="-I %{JDS_CBE_prefix}/share/aclocal -I %{_datadir}/aclocal"
-%endif
-
-CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
-CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
-FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
-glib-gettextize -f
-aclocal -I ./common/m4 $ACLOCAL_FLAGS
-libtoolize --copy --force
-autoheader
-autoconf
-automake -a -c -f
-./configure \
-  --prefix=%{_prefix} \
-  --sysconfdir=%{_sysconfdir}   \
-  --mandir=%{_mandir}
-
-if [ "$SMP" != "" ]; then
-  (make "MAKE=make -k -j $SMP"; exit 0)
-  make
-else
-  make
-fi
-
-%install
-[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ]
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
-make DESTDIR=$RPM_BUILD_ROOT install
-
-# Clean out files that should not be part of the rpm.
-# This is the recommended way of dealing with it for RH8
-rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
-rm $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
-
-%clean
-[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(-, root, root)
-%doc AUTHORS COPYING README REQUIREMENTS
-%{_libdir}/gstreamer-%{majorminor}/lib*.so
-
-%changelog
-* Wed Jun 27 2007 - [email protected]
-- Bump to 0.10.6. 
-
-* Thu Dec 21 2006 - [email protected]
-- Bump to 0.10.5. Remove upstream patch, gst-fluendo-mp3-01-attrib-unused.diff.
-
-* Wed Dec 13 2006 - [email protected]
-- Add patch, 01-attrib-unused, to change __attribute__ ((unused)) to the
-  portable G_GNUC_UNUSED.
-
-* Thu Dec 06 2006 - [email protected]
-- Bump to 0.10.3.
-
-* Fri Oct 20 2006 - [email protected]
-- Update 'majorminor' to 0.10 to delete .a/.la files.
-
-* Mon Oct 16 2006 - [email protected]
-- Remove the '-f' from the 'rm *.la *.a' lines so that any changes to the
-  module source will be seen as a build error and action can be taken.
-
-* Wed Jul 12 2006 - [email protected]
-- Revert back to 0.10.2.  I accidently changed this spec to use the
-  mpegdemux plugin, which we don't want to ship.
-
-* Mon Jul 10 2006 - [email protected]
-- Bump to 0.10.7.
-
-* Thu Apr 27 2006 - [email protected]
-- Bump to 0.10.2.
-
-* Thu Jan 12 2006 - [email protected]
-- Created.