[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fink-commits
Subject:    [cvs] dists/10.4/unstable/main/finkinfo/gnome gnome-media.info, 1.12,
From:       Daniel Macks <dmacks () users ! sourceforge ! net>
Date:       2010-04-29 7:28:02
Message-ID: E1O7OAE-000642-KW () sfp-cvsdas-3 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23249

Modified Files:
	gnome-media.info gnome-media.patch 
Log Message:
new version


Index: gnome-media.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-media.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gnome-media.patch	10 Jun 2009 21:09:25 -0000	1.2
+++ gnome-media.patch	29 Apr 2010 07:27:58 -0000	1.3
@@ -1,79 +1,37 @@
-diff -Nurd -x'*~' gnome-media-2.26.0.orig/cddb-slave2/Makefile.am \
                gnome-media-2.26.0/cddb-slave2/Makefile.am
---- gnome-media-2.26.0.orig/cddb-slave2/Makefile.am	2008-09-07 14:54:07.000000000 \
                -0400
-+++ gnome-media-2.26.0/cddb-slave2/Makefile.am	2009-06-10 16:21:09.000000000 -0400
-@@ -17,8 +17,9 @@
- 	GNOME_Media_CDDBSlave2-stubs.c
- 
- $(IDL_GENERATED): $(IDLS)
--	$(ORBIT_IDL) -I $(BONOBO_IDLDIR) -I $(BONOBO_ACT_IDLDIR)	\
-+	$(ORBIT_IDL) \
- 	-I $(srcdir) -I $(datadir)/idl 	\
-+	-I $(BONOBO_IDLDIR) -I $(BONOBO_ACT_IDLDIR)	\
- 		$(srcdir)/GNOME_Media_CDDBSlave2.idl
- 
- idldir = $(datadir)/idl
-diff -Nurd -x'*~' gnome-media-2.26.0.orig/configure.ac \
                gnome-media-2.26.0/configure.ac
---- gnome-media-2.26.0.orig/configure.ac	2009-03-04 19:55:59.000000000 -0500
-+++ gnome-media-2.26.0/configure.ac	2009-06-10 15:50:28.000000000 -0400
-@@ -111,18 +111,6 @@
- dnl The new gnome-volume-control needs a newer GTK+
- GTK_REQUIRED_VERSION=2.15.1
- 
--PKG_CHECK_MODULES(VOLUME_CONTROL,
--        gobject-2.0 >= $GLIB_REQUIRED_VERSION
--        gtk+-2.0 >= $GTK_REQUIRED_VERSION
--        gio-2.0
--        gconf-2.0 >= $GCONF_REQUIRED_VERSION
--        libcanberra-gtk >= $CANBERRA_REQUIRED_VERSION
--        unique-1.0
--        libxml-2.0
--)
--AC_SUBST(VOLUME_CONTROL_CFLAGS)
--AC_SUBST(VOLUME_CONTROL_LIBS)
--
- PKG_CHECK_MODULES(PULSEAUDIO,
-         libpulse >= $PA_REQUIRED_VERSION libpulse-mainloop-glib >= \
                $PA_REQUIRED_VERSION,
-         have_pulseaudio=yes,
-@@ -139,6 +127,17 @@
-   fi
+diff -Nurd -x'*~' gnome-media-2.28.5.orig/gst-mixer/src/Makefile.am \
gnome-media-2.28.5/gst-mixer/src/Makefile.am +--- \
gnome-media-2.28.5.orig/gst-mixer/src/Makefile.am	2010-01-11 17:40:32.000000000 -0500 \
++++ gnome-media-2.28.5/gst-mixer/src/Makefile.am	2010-04-28 21:34:56.000000000 -0400 \
+@@ -5,8 +5,8 @@ + endif
  
-   if test "x$have_pulseaudio" = "xyes" ; then
-+    PKG_CHECK_MODULES(VOLUME_CONTROL,
-+            gobject-2.0 >= $GLIB_REQUIRED_VERSION
-+            gtk+-2.0 >= $GTK_REQUIRED_VERSION
-+            gio-2.0
-+            gconf-2.0 >= $GCONF_REQUIRED_VERSION
-+            libcanberra-gtk >= $CANBERRA_REQUIRED_VERSION
-+            unique-1.0
-+            libxml-2.0
-+    )
-+    AC_SUBST(VOLUME_CONTROL_CFLAGS)
-+    AC_SUBST(VOLUME_CONTROL_LIBS)
-     AC_DEFINE(HAVE_PULSEAUDIO, [], [Define if we have pulseaudio])
-   fi
- else
-diff -Nurd -x'*~' gnome-media-2.26.0.orig/gnome-cd/access/Makefile.in \
                gnome-media-2.26.0/gnome-cd/access/Makefile.in
---- gnome-media-2.26.0.orig/gnome-cd/access/Makefile.in	2009-03-16 \
                15:33:37.000000000 -0400
-+++ gnome-media-2.26.0/gnome-cd/access/Makefile.in	2009-06-10 14:12:25.000000000 \
                -0400
-@@ -291,8 +291,8 @@
- top_srcdir = @top_srcdir@
  AM_CPPFLAGS = \
-         -I$(top_srcdir) \
--	$(MEDIA_CFLAGS)	\
- 	-I$(top_srcdir)/cddb-slave2	\
-+	$(MEDIA_CFLAGS)	\
- 	$(GAILUTIL_CFLAGS) \
- 	$(LIBXML2_CFLAGS)
+-	$(GSTMIXER_CFLAGS)				\
+ 	-I$(top_srcdir)/sound-theme			\
++	$(GSTMIXER_CFLAGS)				\
+ 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
+ 	-DDATA_DIR=\""$(pkgdatadir)"\"			\
+ 	-DPIX_DIR=\""$(pkgdatadir)/pixmaps"\"
+diff -Nurd -x'*~' gnome-media-2.28.5.orig/gstreamer-properties/Makefile.am \
gnome-media-2.28.5/gstreamer-properties/Makefile.am +--- \
gnome-media-2.28.5.orig/gstreamer-properties/Makefile.am	2010-01-11 \
17:40:32.000000000 -0500 ++++ \
gnome-media-2.28.5/gstreamer-properties/Makefile.am	2010-04-29 02:52:31.000000000 \
-0400 +@@ -1,7 +1,7 @@
+ SUBDIRS = . help
+ bin_PROGRAMS = gstreamer-properties
  
-diff -Nurd -x'*~' gnome-media-2.26.0.orig/profiles/Makefile.am \
                gnome-media-2.26.0/profiles/Makefile.am
---- gnome-media-2.26.0.orig/profiles/Makefile.am	2009-01-20 17:26:11.000000000 -0500
-+++ gnome-media-2.26.0/profiles/Makefile.am	2009-06-10 16:21:47.000000000 -0400
+-gstreamer_properties_LDADD = $(GSTPROPS_LIBS)
++gstreamer_properties_LDADD = $(GSTPROPS_LIBS) $(INTLLIBS)
+ gstreamer_properties_SOURCES = \
+ 	gstreamer-properties.c gstreamer-properties-structs.h \
+ 	pipeline-tests.h pipeline-tests.c \
+diff -Nurd -x'*~' gnome-media-2.28.5.orig/profiles/Makefile.am \
gnome-media-2.28.5/profiles/Makefile.am +--- \
gnome-media-2.28.5.orig/profiles/Makefile.am	2010-01-11 17:40:32.000000000 -0500 ++++ \
gnome-media-2.28.5/profiles/Makefile.am	2010-04-29 02:31:11.000000000 -0400  @@ -11,7 \
+11,7 @@  if HAVE_GSTREAMER
  noinst_PROGRAMS += gnome-audio-profiles-test
  gnome_audio_profiles_test_SOURCES = gnome-audio-profiles-test.c
 -gnome_audio_profiles_test_CFLAGS = $(GMP_CFLAGS) $(GSR_CFLAGS) $(defines) \
                -I$(top_srcdir)
-+gnome_audio_profiles_test_CFLAGS = -I$(top_srcdir) $(GMP_CFLAGS) $(GSR_CFLAGS) \
$(defines) ++gnome_audio_profiles_test_CPPFLAGS = -I$(top_srcdir) $(GMP_CFLAGS) \
$(GSR_CFLAGS) $(defines)  gnome_audio_profiles_test_LDADD = \
libgnome-media-profiles.la $(GMP_LIBS) $(GSR_LIBS)  endif
  
@@ -82,19 +40,54 @@
  
  gnome_audio_profiles_properties_SOURCES = gnome-audio-profiles-properties.c
 -gnome_audio_profiles_properties_CFLAGS = $(GMP_CFLAGS) $(defines) -I$(top_srcdir)
-+gnome_audio_profiles_properties_CFLAGS = -I$(top_srcdir) $(GMP_CFLAGS) $(defines)
++gnome_audio_profiles_properties_CPPFLAGS = -I$(top_srcdir) $(GMP_CFLAGS) $(defines)
  gnome_audio_profiles_properties_LDADD = libgnome-media-profiles.la $(GMP_LIBS)
  
  libgnome_media_profiles_la_SOURCES = \
-diff -Nurd -x'*~' gnome-media-2.26.0.orig/profiles/glade/Makefile.am \
                gnome-media-2.26.0/profiles/glade/Makefile.am
---- gnome-media-2.26.0.orig/profiles/glade/Makefile.am	2009-01-20 17:26:11.000000000 \
                -0500
-+++ gnome-media-2.26.0/profiles/glade/Makefile.am	2009-06-10 16:22:13.000000000 \
-0400 +@@ -49,8 +49,8 @@
+ 	audio-profiles-edit.h \
+ 	gnome-media-profiles.h
+ 
+-libgnome_media_profiles_la_CFLAGS = $(GMP_CFLAGS) $(defines) -I$(top_srcdir)
+-libgnome_media_profiles_la_LIBADD = $(GMP_LIBS)
++libgnome_media_profiles_la_CPPFLAGS = -I$(top_srcdir) $(GMP_CFLAGS) $(defines)
++libgnome_media_profiles_la_LIBADD = $(GMP_LIBS) $(INTLLIBS)
+ libgnome_media_profiles_la_LDFLAGS = -no-undefined
+ 
+ schemadir = $(GCONF_SCHEMA_FILE_DIR)
+diff -Nurd -x'*~' gnome-media-2.28.5.orig/profiles/glade/Makefile.am \
gnome-media-2.28.5/profiles/glade/Makefile.am +--- \
gnome-media-2.28.5.orig/profiles/glade/Makefile.am	2010-01-11 17:40:32.000000000 \
-0500 ++++ gnome-media-2.28.5/profiles/glade/Makefile.am	2010-04-29 \
01:57:32.000000000 -0400  @@ -6,7 +6,7 @@
  	-DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\"
  
  libgnome_media_profiles_la_SOURCES = gnome-media-profiles-glade.c
 -libgnome_media_profiles_la_CFLAGS = $(GMP_CFLAGS) $(defines) -I$(top_srcdir)
-+libgnome_media_profiles_la_CFLAGS = -I$(top_srcdir) $(GMP_CFLAGS) $(defines)
++libgnome_media_profiles_la_CPPFLAGS = -I$(top_srcdir) $(GMP_CFLAGS) $(defines)
  libgnome_media_profiles_la_LIBADD = $(GMP_LIBS) \
$(top_builddir)/profiles/libgnome-media-profiles.la  \
libgnome_media_profiles_la_LDFLAGS = -export-dynamic -module -avoid-version \
-no-undefined  
+diff -Nurd -x'*~' gnome-media-2.28.5.orig/profiles/gnome-media-profiles.pc.in \
gnome-media-2.28.5/profiles/gnome-media-profiles.pc.in +--- \
gnome-media-2.28.5.orig/profiles/gnome-media-profiles.pc.in	2010-01-11 \
17:40:32.000000000 -0500 ++++ \
gnome-media-2.28.5/profiles/gnome-media-profiles.pc.in	2010-04-29 01:50:44.000000000 \
-0400 +@@ -6,7 +6,7 @@
+                                                                                 
+ Name: GNOME Media Profiles
+ Description: Media Profiles describing audio codec settings for output
+-Requires: gconf-2.0, gtk+-2.0, libglade-2.0
++Requires: gconf-2.0, gtk+-2.0
+ Version: @VERSION@
+ Libs: -L${libdir} -lgnome-media-profiles
+ Cflags: -I${includedir}
+diff -Nurd -x'*~' gnome-media-2.28.5.orig/sound-theme/Makefile.am \
gnome-media-2.28.5/sound-theme/Makefile.am +--- \
gnome-media-2.28.5.orig/sound-theme/Makefile.am	2010-01-11 17:40:32.000000000 -0500 \
++++ gnome-media-2.28.5/sound-theme/Makefile.am	2010-04-29 02:40:57.000000000 -0400 \
+@@ -18,7 +18,7 @@ + 	sound-theme-file-utils.c		\
+ 	$(NULL)
+ 
+-libsoundtheme_la_LIBADD = $(SOUND_THEME_LIBS)
++libsoundtheme_la_LIBADD = $(SOUND_THEME_LIBS) $(INTLLIBS)
+ libsoundtheme_la_LDFLAGS = -no-undefined
+ 
+ BUILT_SOURCES =				\

Index: gnome-media.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/gnome/gnome-media.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gnome-media.info	20 Jan 2010 16:46:25 -0000	1.12
+++ gnome-media.info	29 Apr 2010 07:27:58 -0000	1.13
@@ -1,111 +1,66 @@
 Package: gnome-media
-Version: 2.26.0
-Revision: 2
+Version: 2.28.5
+Revision: 1
 Depends: <<
 	%N-shlibs (= %v-%r),
-	atk1-shlibs (>= 1.26.0-1),
-	audiofile-shlibs,
-	cairo-shlibs (>= 1.8-1),
-	dbus-shlibs (>= 1.2.1-1),
-	esound-shlibs,
-	expat1-shlibs,
-	fontconfig2-shlibs (>= 2.4.1-1),
-	freetype219-shlibs (>= 2.3.8-2),
-	gconf2 (>= 2.26.0-1),
-	gconf2-shlibs (>= 2.26.0-1),
-	glib2-shlibs (>= 2.20.0-1),
-	glitz-shlibs,
-	gnome-keyring-shlibs (>= 2.26.0-1),
-	gnome-vfs2-unified-shlibs (>= 1:2.24.1-1),
-	gst-plugins-base-0.10-shlibs (>= 0.10.24-1),
-	gstreamer-0.10-shlibs (>= 0.10.24-1),
-	gtk+2 (>= 2.16.0-1),
-	gtk+2-shlibs (>= 2.16.0-1),
-	libart2-shlibs (>= 2.3.16-1),
-	libavahi-client3-shlibs,
-	libavahi-common3-shlibs,
-	libavahi-glib1-shlibs,
-	libbonobo2 (>= 2.24.1-1),
-	libbonoboui2 (>= 2.24.1-1),
-	libcanberra-gtk0-shlibs (>= 0.13-1),
-	libcanberra0-shlibs (>= 0.13-1),
-	libgettext3-shlibs,
-	libglade2-shlibs (>= 2.6.4-1),
-	libgnome2 (>= 2.26.0-1),
-	libgnome2-shlibs (>= 2.26.0-1),
-	libgnomecanvas2 (>= 2.26.0-1),
-	libgnomecanvas2-shlibs (>= 2.26.0-1),
-	libgnomeui2-shlibs (>= 2.24.1-1),
-	libiconv,
-	libogg-shlibs,
-	libpng3-shlibs,
-	libtool2-shlibs,
-	libvorbis0-shlibs,
+	atk1-shlibs (>= 1.28.0-1),
+	cairo-shlibs (>= 1.8.8-3),
+	dpkg-base-files,
+	fontconfig2-shlibs (>= 2.8.0-4),
+	freetype219-shlibs (>= 2.3.12-1),
+	gconf2 (>= 2.28.0-1),
+	gconf2-shlibs (>= 2.28.0-1),
+	glib2-shlibs (>= 2.22.0-1),
+	gst-plugins-base-0.10-shlibs (>= 0.10.26-1),
+	gstreamer-0.10-shlibs (>= 0.10.26-1),
+	gtk+2 (>= 2.18.0-1),
+	gtk+2-shlibs (>= 2.18.0-1),
+	libcanberra-gtk0-shlibs (>= 0.23-1),
+	libcanberra0-shlibs (>= 0.23-1),
+	libgettext8-shlibs,
+	libglade2-shlibs (>= 2.6.4-7),
 	libxml2-shlibs (>= 2.6.30-1),
-	orbit2 (>= 2.14.17-1),
-	pango1-xft2-ft219-shlibs (>= 1.24.0-1),
-	pixman-shlibs (>= 0.16.0-1),
-	popt-shlibs,
-	rarian-compat,
-	x11-shlibs
+	pango1-xft2-ft219-shlibs (>= 1.24.5-4),
+	rarian-compat
 <<
 BuildDepends: <<
-	atk1 (>= 1.26.0-1),
-	audiofile,
-	autoconf,
+	atk1 (>= 1.28.0-1),
+	autoconf2.6,
 	automake1.11,
-	avahi-dev,
-	cairo (>= 1.8-1),
-	dbus-dev (>= 1.2.1-1),
+	cairo (>= 1.8.8-3),
 	docbook-dtd,
-	esound,
-	expat1,
 	fink (>= 0.24.12-1),
-	fontconfig2-dev (>= 2.4.1-1),
-	freetype219 (>= 2.3.8-2),
-	gconf2-dev (>= 2.26.0-1),
+	fink-package-precedence,
+	fontconfig2-dev (>= 2.8.0-4),
+	freetype219 (>= 2.3.12-1),
+	gconf2-dev (>= 2.28.0-1),
 	gettext-bin,
 	gettext-tools (>= 0.17),
-	glib2-dev (>= 2.20.0-1),
+	glib2-dev (>= 2.22.0-1),
 	glitz,
-	gnome-doc-utils (>= 0.16.0-1),
-	gnome-keyring-dev (>= 2.26.0-1),
-	gnome-vfs2-unified-dev (>= 1:2.24.1-1),
-	gst-plugins-base-0.10-dev (>= 0.10.24-1),
-	gstreamer-0.10-dev (>= 0.10.24-1),
-	gtk+2-dev (>= 2.16.0-1),
+	gnome-doc-utils (>= 0.18.0-1),
+	gst-plugins-base-0.10-dev (>= 0.10.26-1),
+	gstreamer-0.10-dev (>= 0.10.26-1),
+	gtk+2-dev (>= 2.18.0-1),
 	intltool40,
-	libart2 (>= 2.3.16-1),
-	libavahi-glib1-dev,
-	libbonobo2-dev (>= 2.24.1-1),
-	libbonoboui2-dev (>= 2.24.1-1),
-	libcanberra-gtk0 (>= 0.13-1),
-	libcanberra0 (>= 0.13-1),
-	libgettext3-dev,
-	libglade2 (>= 2.6.4-1),
-	libgnome2-dev (>= 2.26.0-1),
-	libgnomecanvas2-dev (>= 2.26.0-1),
-	libgnomeui2-dev (>= 2.24.1-1),
+	libcanberra-gtk0 (>= 0.23-1),
+	libcanberra0 (>= 0.23-1),
+	libgettext8-dev,
+	libglade2 (>= 2.6.4-7),
 	libiconv-dev,
-	libogg,
-	libpng3,
 	libtool2,
-	libvorbis0,
 	libxml2 (>= 2.6.30-1),
-	orbit2-dev (>= 2.14.17-1),
-	pango1-xft2-ft219-dev (>= 1.24.0-1),
+	pango1-xft2-ft219-dev (>= 1.24.5-4),
 	pixman (>= 0.16.0-1),
 	pkgconfig (>= 0.23),
-	popt,
-	x11-dev,
-	xft2-dev
+	x11-dev
 <<
 Replaces: control-center (<<2.26.0-1)
 
-Source: mirror:gnome:sources/%n/2.26/%n-%v.tar.bz2
-Source-MD5: 3d519bc7d812aed8f6e4288b6d3cdf26
+Source: mirror:gnome:sources/%n/2.28/%n-%v.tar.bz2
+Source-MD5: 8dbdd10388f1557da209d8aef7b85f0d
 PatchFile: %n.patch
-PatchFile-MD5: 0e79fb1d606067b79c9a98f8705a5796
+PatchFile-MD5: 32321e58543aa95c0380b500cf6a2cba
 PatchScript: <<
 #!/bin/sh -ev
 	%{default_script}
@@ -129,95 +84,69 @@
 	done
 <<
 ConfigureParams: <<
-	--disable-dependency-tracking --disable-static \
+	--enable-dependency-tracking --disable-static \
 	--disable-scrollkeeper --disable-schemas-install \
 	--mandir=%p/share/man --libexecdir=%p/lib/%n \
-	PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" \
-	--enable-cddbslave --enable-vumeter --disable-gnomecd
+	PKG_CONFIG_PATH="%p/lib/glib-2.0/pkgconfig-strict:%p/lib/fontconfig2/lib/pkgconfig:$PKG_CONFIG_PATH" \
\ +	--disable-pulseaudio
 <<
 CompileScript: <<
 	autoreconf -fi
 	./configure %c
 	make
+	fink-package-precedence --prohibit-bdep %n-dev .
 <<
 InstallScript: make -j1 install DESTDIR=%d
 PostInstScript: <<
-	. %p/bin/init.sh
 	if [ configure = "$1" ]; then
 		scrollkeeper-update
 		export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-		for s in CDDB-Slave2 gnome-audio-profiles gnome-sound-recorder \
gnome-volume-control; do +		for s in gnome-audio-profiles gnome-sound-recorder \
gnome-volume-control; do  gconftool-2 --makefile-install-rule \
%p/etc/gconf/schemas/$s.schemas >/dev/null  done   
 		%p/bin/gtk-update-icon-cache -f -t %p/share/icons/hicolor
 	fi
 <<
 PostRmScript: <<
-	. %p/bin/init.sh
 	if [ update != "$1" ]; then
 		scrollkeeper-update
 		%p/bin/gtk-update-icon-cache -f -t %p/share/icons/hicolor
 	fi
 <<
 ConfFiles: <<
-	%p/etc/gconf/schemas/CDDB-Slave2.schemas
 	%p/etc/gconf/schemas/gnome-audio-profiles.schemas
 	%p/etc/gconf/schemas/gnome-sound-recorder.schemas
 	%p/etc/gconf/schemas/gnome-volume-control.schemas
 <<
-DocFiles: AUTHORSs/* COPYING* cddb-slave2/COPYING.LIB:COPYING.LIB.cddb-slave2 \
ChangeLogs/* MAINTAINERS NEWS READMEs/* +DocFiles: AUTHORSs/* COPYING* ChangeLogs/* \
MAINTAINERS NEWS READMEs/*  SplitOff: <<
 	Package: %N-shlibs
 	Depends: <<
 		gnome-base,
-		atk1-shlibs (>= 1.26.0-1),
-		audiofile-shlibs,
-		cairo-shlibs (>= 1.8-1),
-		dbus-shlibs (>= 1.2.1-1),
-		esound-shlibs,
-		expat1-shlibs,
-		fontconfig2-shlibs (>= 2.4.1-1),
-		freetype219-shlibs (>= 2.3.8-2),
-		gconf2-shlibs (>= 2.26.0-1),
-		glib2-shlibs (>= 2.20.0-1),
-		glitz-shlibs,
-		gnome-keyring-shlibs (>= 2.26.0-1),
-		gnome-vfs2-unified-shlibs (>= 1:2.24.1-1),
-		gstreamer-0.10-shlibs (>= 0.10.24-1),
-		gtk+2-shlibs (>= 2.16.0-1),
-		libart2-shlibs (>= 2.3.16-1),
-		libavahi-client3-shlibs,
-		libavahi-common3-shlibs,
-		libavahi-glib1-shlibs,
-		libbonobo2-shlibs (>= 2.24.1-1),
-		libbonoboui2-shlibs (>= 2.24.1-1),
-		libgettext3-shlibs,
-		libglade2-shlibs (>= 2.6.4-1),
-		libgnome2-shlibs (>= 2.26.0-1),
-		libgnomecanvas2-shlibs (>= 2.26.0-1),
-		libgnomeui2-shlibs (>= 2.24.1-1),
-		libiconv,
-		libpng3-shlibs,
+		atk1-shlibs (>= 1.28.0-1),
+		cairo-shlibs (>= 1.8.8-3),
+		fontconfig2-shlibs (>= 2.8.0-4),
+		freetype219-shlibs (>= 2.3.12-1),
+		gconf2-shlibs (>= 2.28.0-1),
+		glib2-shlibs (>= 2.22.0-1),
+		gstreamer-0.10-shlibs (>= 0.10.26-1),
+		gtk+2-shlibs (>= 2.18.0-1),
+		libgettext8-shlibs,
+		libglade2-shlibs (>= 2.6.4-7),
 		libxml2-shlibs (>= 2.6.30-1),
-		orbit2-shlibs (>= 2.14.17-1),
-		pango1-xft2-ft219-shlibs (>= 1.24.0-1),
-		pixman-shlibs (>= 0.14.0-1),
-		popt-shlibs,
-		x11-shlibs
+		pango1-xft2-ft219-shlibs (>= 1.24.5-4)
 	<<
 	Replaces: %N (<< %v-%r), %N-dev (<< 2.26.0-1)
 	Description: Shared libraries for gnome-media
 	Files: <<
-		lib/libcddb-slave2.0*.dylib
 		lib/libglade
 		lib/libgnome-media-profiles.*.dylib
 		share/locale
 	<<
 	Shlibs: <<
-		%p/lib/libcddb-slave2.0.dylib          1.0.0 %N-shlibs (>= 2.4.0-1)
 		%p/lib/libgnome-media-profiles.0.dylib 1.0.0 %N-shlibs (>= 2.16.0-1)
 	<<
-	DocFiles: AUTHORSs/* COPYING* cddb-slave2/COPYING.LIB:COPYING.LIB.cddb-slave2 \
ChangeLogs/* MAINTAINERS NEWS READMEs/* +	DocFiles: AUTHORSs/* COPYING* ChangeLogs/* \
MAINTAINERS NEWS READMEs/*  <<
 SplitOff2: <<
 	Package: %N-dev
@@ -226,17 +155,23 @@
 	Description: Development headers and libraries for gnome-media
 	Files: include lib/*.la lib/*.dylib lib/pkgconfig
 	BuildDependsOnly: true
-	DocFiles: AUTHORSs/* COPYING* cddb-slave2/COPYING.LIB:COPYING.LIB.cddb-slave2 \
ChangeLogs/* MAINTAINERS NEWS READMEs/* +	DocFiles: AUTHORSs/* COPYING* ChangeLogs/* \
MAINTAINERS NEWS READMEs/*  <<
 DescPackaging: <<
-	Disable gnomecd because back-end isn't ported to darwin.
-
 	jw not used even if present, so don't need BDep:docbook-utils
 
 	sound applet was in control-center prior to 2.26
 
-	Don't require libunique because we don't have pulseaudio. See:
-	http://bugzilla.gnome.org/show_bug.cgi?id=585377
+	Clean up .pc Requires: don't need entries that are not
+	#included by public .h to avoid publishing useless and hidden
+	InheritedBuildDepends. See:
+
+	Runtime programs in %N share same gettext catalog as .dylib in
+	%N-shlibs, so need %N:Depends:%N-shlibs as "=" not ">=" to
+	keep catalog in sync.
+<<
+DescPort: <<
+	Recent glib doesn't publish -lintl, so pass it directly.
 <<
 Description: GNOME media (CD, etc.) tools
 License: GPL/LGPL


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic