Opened 6 months ago

Last modified 10 days ago

#69707 assigned defect

rygel: broken due to gstreamer and gupnp update

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: Alex11N, cooljeanius (Eric Gallager)
Port: rygel

Description

sudo port rev-upgrade reports that rygel is broken because it links with libgupnp-dlna-gst-2.0.3.dylib:

Could not open /opt/local/lib/libgupnp-dlna-gst-2.0.3.dylib: Error opening or reading file (referenced from /opt/local/lib/rygel-2.6/plugins/librygel-media-export.so)

The gstreamer suite of ports and things related to them including gupnp-dlna were recently updated to a new version and libgupnp-dlna-gst.dylib's major version is now 2.0.4, therefore rygel's revision needed to have been increased at the time that that update was committed but wasn't.

rygel doesn't build against the new versions of these ports:

checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gobject-introspection... yes
checking for LIBRYGEL_CORE_DEPS... no
configure: error: Package requirements (gupnp-1.0 >= 0.20.14 gee-0.8 >= 0.8.0
                   gssdp-1.0 >= 0.14.15
                   gio-2.0 >= 2.26
                   gmodule-2.0
                   libxml-2.0 >= 2.7) were not met:
No package 'gupnp-1.0' found
No package 'gssdp-1.0' found

rygel is outdated; maybe updating it would help.

Change History (1)

comment:1 Changed 10 days ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.