Hi Auro,
On 06/05/2013 07:02 PM, Auro Tripathy wrote:> [cross-posted on
rygel-list as well since I’m blocked by this issue]
I don't see this email on the Rygel mailing list
Hi rygel devs:
I’m building rygel with the instructions in
https://live.gnome.org/Rygel/Building on unbuntu 12.04
Actually, I can't find this page so I'm not sure what the instructions
recommend.
At the autogen step (./autogen.sh --enable-uninstalled), I get the
following error.
-----------------------
checking for gupnp-dlna-2.0 gstreamer-1.0 gstreamer-pbutils-1.0 vala
bindings... configure: error: Package requirements were not met:
gupnp-dlna-2.0 gstreamer-1.0
gstreamer-pbutils-1.0
error: Package `gupnp-dlna-2.0' not found in specified Vala API
directories or GObject-Introspection GIR directories
AFAIK, the Ubuntu 12.04 does not have the gupnp-dlna-2.0 package. It
also probably ships with versions of the other GUPnP libraries that are
too old, e.g., GUPnP, GSSDP, and GUPnP-AV to build the latest version of
Rygel. So you will need to download and compile these libraries
yourself. Before building these libraries you first need to make sure
that you have gobject introspection installed.
sudo apt-get install libgirepository1.0-dev
Best Regards,
Mark