rpms/gstreamer-plugins-good/devel gst-plugins-good-0.10.6-artist-sortname.patch, NONE, 1.1 gstreamer-plugins-good.spec, 1.47, 1.48

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Sat Jan 12 02:24:19 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/gstreamer-plugins-good/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7035

Modified Files:
	gstreamer-plugins-good.spec 
Added Files:
	gst-plugins-good-0.10.6-artist-sortname.patch 
Log Message:
* Fri Jan 11 2008 Adam Jackson <ajax at redhat.com> 0.10.6-7
- gst-plugins-good-0.10.6-v4l2-min-buffers.patch: Be sure to get at least
  GST_V4L2_MIN_BUFFERS from the source. (#316931)
- gst-plugins-good-0.10.6-artist-sortname.patch: Avoid using a deprecated
  #define.


gst-plugins-good-0.10.6-artist-sortname.patch:

--- NEW FILE gst-plugins-good-0.10.6-artist-sortname.patch ---
diff -up gst-plugins-good-0.10.6/ext/taglib/gstid3v2mux.cc.jx gst-plugins-good-0.10.6/ext/taglib/gstid3v2mux.cc
--- gst-plugins-good-0.10.6/ext/taglib/gstid3v2mux.cc.jx	2007-06-13 05:21:10.000000000 -0400
+++ gst-plugins-good-0.10.6/ext/taglib/gstid3v2mux.cc	2008-01-11 21:21:08.000000000 -0500
@@ -544,7 +544,7 @@ static const struct
   GST_TAG_MUSICBRAINZ_ALBUMARTISTID, add_musicbrainz_tag, "\002"}, {
   GST_TAG_MUSICBRAINZ_TRMID, add_musicbrainz_tag, "\003"}, {
   GST_TAG_MUSICBRAINZ_TRACKID, add_unique_file_id_tag, ""}, {
-  GST_TAG_MUSICBRAINZ_SORTNAME, add_text_tag, "TSOP"}, {
+  GST_TAG_ARTIST_SORTNAME, add_text_tag, "TSOP"}, {
   GST_TAG_TRACK_NUMBER, add_count_or_num_tag, "TRCK"}, {
   GST_TAG_TRACK_COUNT, add_count_or_num_tag, "TRCK"}, {
   GST_TAG_ALBUM_VOLUME_NUMBER, add_count_or_num_tag, "TPOS"}, {


Index: gstreamer-plugins-good.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-good/devel/gstreamer-plugins-good.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- gstreamer-plugins-good.spec	11 Jan 2008 22:52:33 -0000	1.47
+++ gstreamer-plugins-good.spec	12 Jan 2008 02:23:23 -0000	1.48
@@ -16,6 +16,7 @@
 Patch0:		gst-plugins-good-0.10.4-docs.patch
 Patch1:		gstreamer-0.10.6-id3demux-segment.patch
 Patch2:		gst-plugins-good-0.10.6-v4l2-min-buffers.patch
+Patch3:		gst-plugins-good-0.10.6-artist-sortname.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: 	%{gstreamer} >= %{_gst}
@@ -100,6 +101,7 @@
 %patch1 -p0 -b .segment
 popd
 %patch2 -p1 -b .min-buffers
+%patch3 -p1 -b .sortname
 
 %build
 
@@ -239,6 +241,8 @@
 * Fri Jan 11 2008 Adam Jackson <ajax at redhat.com> 0.10.6-7
 - gst-plugins-good-0.10.6-v4l2-min-buffers.patch: Be sure to get at least
   GST_V4L2_MIN_BUFFERS from the source. (#316931)
+- gst-plugins-good-0.10.6-artist-sortname.patch: Avoid using a deprecated
+  #define.
 
 * Mon Oct 08 2007 - Bastien Nocera <bnocera at redhat.com> - 0.10.6-6
 - Kill esound output, as we don't have esound installed anymore, just




More information about the fedora-extras-commits mailing list