[MacPorts] #37081: gst-plugins-ugly 1.0.3
#37081: gst-plugins-ugly 1.0.3 ----------------------------+-------------------------------- Reporter: thijsvermeir@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: ----------------------------+-------------------------------- I updated the port file for gst-plugins-ugly 1.0.3 -- Ticket URL: <https://trac.macports.org/ticket/37081> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37081: gst-plugins-ugly 1.0.3 -------------------------------+----------------------------- Reporter: thijsvermeir@… | Owner: rmstonecipher@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gst-plugins-ugly | -------------------------------+----------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => rmstonecipher@… * version: 2.1.2 => * port: => gst-plugins-ugly Comment: Please attach a unified diff of the portfile against trunk so we can see what changes you made. -- Ticket URL: <https://trac.macports.org/ticket/37081#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37081: gst-plugins-ugly 1.0.3 -------------------------------+----------------------------- Reporter: thijsvermeir@… | Owner: rmstonecipher@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gst-plugins-ugly | -------------------------------+----------------------------- Comment (by matt.snoby@…): This new version breaks the build of port 2.1.2. Looking at this link from gstreamer do a search for "cdtext_get_const": {{{ http://cgit.freedesktop.org/gstreamer/gst-plugins- ugly/diff/?id2=0c7c50fff21cecafc1ab0a1d53603a2b09bd9fa4}}} It looks like we need a different version of LIBCDIO or we need this get- plugins-ugly patch: {{{ +#if LIBCDIO_VERSION_NUM > 83 + txt = cdtext_get_const (cdtext, field, track); +#else txt = cdtext_get_const (field, cdtext); +#endif }}} {{{ info:build make[3]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_gnome_gst-plugins-ugly/gst-plugins-ugly/work /gst-plugins-ugly-0.10.19/ext/mad' :info:build clang: warning: argument unused during compilation: '-L/opt/local/lib' :info:build gstcdio.c:38:40: error: too few arguments to function call, expected 3, have 2 :info:build txt = cdtext_get_const (field, cdtext); :info:build ~~~~~~~~~~~~~~~~ ^ :info:build /opt/local/include/cdio/cdtext.h:262:1: note: 'cdtext_get_const' declared here :info:build const char *cdtext_get_const (const cdtext_t *p_cdtext, cdtext_field_t field, :info:build ^ :info:build gstcdio.c:65:30: error: too many arguments to function call, expected 1, have 2 :info:build t = cdio_get_cdtext (cdio, track); :info:build ~~~~~~~~~~~~~~~ ^~~~~ :info:build /opt/local/include/cdio/disc.h:77:3: note: 'cdio_get_cdtext' declared here :info:build cdtext_t *cdio_get_cdtext (CdIo_t *p_cdio); :info:build ^ :info:build gstcdio.c:71:38: error: use of undeclared identifier 'CDTEXT_PERFORMER' :info:build gst_cdio_add_cdtext_field (src, t, CDTEXT_PERFORMER, GST_TAG_ARTIST, &tags); :info:build ^ :info:build gstcdio.c:72:38: error: use of undeclared identifier 'CDTEXT_TITLE' :info:build gst_cdio_add_cdtext_field (src, t, CDTEXT_TITLE, GST_TAG_TITLE, &tags); :info:build ^ :info:build gstcdio.c:82:30: error: too many arguments to function call, expected 1, have 2 :info:build t = cdio_get_cdtext (cdio, 0); :info:build ~~~~~~~~~~~~~~~ ^ :info:build /opt/local/include/cdio/disc.h:77:3: note: 'cdio_get_cdtext' declared here :info:build cdtext_t *cdio_get_cdtext (CdIo_t *p_cdio); :info:build ^ :info:build gstcdio.c:89:38: error: use of undeclared identifier 'CDTEXT_TITLE' :info:build gst_cdio_add_cdtext_field (src, t, CDTEXT_TITLE, GST_TAG_ALBUM, &tags); :info:build ^ :info:build gstcdio.c:90:38: error: use of undeclared identifier 'CDTEXT_GENRE' :info:build gst_cdio_add_cdtext_field (src, t, CDTEXT_GENRE, GST_TAG_GENRE, &tags); :info:build ^ :info:build 7 errors generated. }}} -- Ticket URL: <https://trac.macports.org/ticket/37081#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37081: gst-plugins-ugly 1.0.3 -------------------------------+----------------------------- Reporter: thijsvermeir@… | Owner: rmstonecipher@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gst-plugins-ugly | -------------------------------+----------------------------- Comment (by rmstonecipher@…): Per discussion with gstreamer developers the 0.10.x release will no longer be maintained. The solution will be to upgrade all gstreamer ports to 1.x (current stable). -- Ticket URL: <https://trac.macports.org/ticket/37081#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37081: gst-plugins-ugly 1.0.3 -------------------------------+----------------------------- Reporter: thijsvermeir@… | Owner: rmstonecipher@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gst-plugins-ugly | -------------------------------+----------------------------- Comment (by thijsvermeir@…): version 1.0.4 is released, updating diff ... -- Ticket URL: <https://trac.macports.org/ticket/37081#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37081: gst-plugins-ugly 1.0.3 -------------------------------+----------------------------- Reporter: thijsvermeir@… | Owner: rmstonecipher@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gst-plugins-ugly | -------------------------------+----------------------------- Comment (by thijsvermeir@…): updated to 1.0.5 -- Ticket URL: <https://trac.macports.org/ticket/37081#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#37081: gst-plugins-ugly 1.0.3 -------------------------------+----------------------------- Reporter: thijsvermeir@… | Owner: rmstonecipher@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: gst-plugins-ugly | -------------------------------+----------------------------- Changes (by rmstonecipher@…): * status: new => closed * resolution: => fixed Comment: This port was added in r103325. -- Ticket URL: <https://trac.macports.org/ticket/37081#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts