Trying to build rygel on Denian Jessie - problem with sqlite3



Hi,

I'm trying to build rygel on Debian Jessie, but getting the following
error:
-----------------------------------------------------------------------
configure: error: Package requirements (gupnp-1.0 >= 0.19.0 gee-0.8 >= 0.8.0 gupnp-av-1.0 >= 0.12.4 gio-2.0 >= 2.26
                               gupnp-dlna-2.0 >= 0.9.4
                               gupnp-dlna-gst-2.0 >= 0.9.4
                               gstreamer-app-1.0 >= 1.0
                               gstreamer-tag-1.0 >= 1.0
                               gstreamer-pbutils-1.0 >= 1.0
                               libsoup-2.4 >= 2.44.0
                               sqlite3 >= 3.5
                               libmediaart-2.0 >= 0.7.0
                               uuid) were not met:

No package 'sqlite3' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables RYGEL_PLUGIN_MEDIA_EXPORT_DEPS_CFLAGS and RYGEL_PLUGIN_MEDIA_EXPORT_DEPS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
[2]+  Done                    gedit configure
-----------------------------------------------------------------------

But both sqlite3 and libsqlite3-0 are installed:
-----------------------------------------------------------------------
kraush Skua:~/work/rygel$ dpkg -l sqlite3
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================================-=======================-=======================-================================================================================
ii sqlite3 3.8.7.1-1 amd64 Command line interface for SQLite 3
kraush Skua:~/work/rygel$
kraush Skua:~/work/rygel$ dpkg -l libsqlite3-0
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=====================================-=======================-=======================-================================================================================
ii libsqlite3-0:amd64 3.8.7.1-1 amd64 SQLite 3 shared library
kraush Skua:~/work/rygel$
-----------------------------------------------------------------------
What is wrong here?

By the way: the reason for compiling is that I'd like to change the
behavior of the 'MediaExport' plugin:

1. Sort the entries in dirs according to their 'Disc number' and
   'Track number' instead of their 'Title'.

2. As I'm a fan of classical music I would like to be able to select
   in addition to 'Artist' the entries for 'Composer' and 'Conductor'
   too.

3. For later: parse the Artist entries for multiple entries. I've
   adopted the syntax: <role name>: <artist>, <register|instrument>; ...

Any hints or tips welcomed,
Hans


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]