Hi,

I can't compile on Fedora 21.

Error:

configure: error: Package requirements (gupnp-1.0 >= 0.19.0 gee-0.8 >= 0.8.0 
gupnp-av-1.0 >= 0.12.4 uuid >=
                   1.41.3 gssdp-1.0 >= 0.13.0 gio-2.0 >=
                   2.26 gmodule-2.0 libxml-2.0 >= 2.7
                   libsoup-2.4 >= 2.44.0 libmediaart-2.0 >=
                   0.7.0) were not met:

No package 'libmediaart-2.0' found


More info:

$ pkg-config --modversion libmediaart-1.0
0.7.0


Workaround: replaced "libmediaart-2.0" with "libmediaart-1.0"


At this point, configure succeeds:

                    rygel 0.25.0
                    ============


        Prefix:                 /usr/local
        Source code location:   .
        Compiler:               gcc
        CFLAGS:                 -g -O2 -w
        VALAFLAGS:              --enable-deprecated --target-glib=2.32 
        uninstalled:            no
        preferences ui:         yes
        Media Engine:           gstreamer
        API documentation:      no
        GObject-Introspection:  no

    Plugins:
        examples:               no
        tracker:                yes
            version:            1.0
        mediathek:              no
        media-export            yes
        external:               yes
        MPRIS2:                 yes
        gst-launch:             no
        playbin:                yes


but make fails:

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh 
/home/kostya/packages/rygel-0.25.0/build-aux/missing aclocal-1.14 -I m4
 cd . && /bin/sh /home/kostya/packages/rygel-0.25.0/build-aux/missing 
automake-1.14 --gnu
src/librygel-core/Makefile.am:55: error: HAVE_INTROSPECTION does not appear in 
AM_CONDITIONAL
src/librygel-renderer/Makefile.am:40: error: HAVE_INTROSPECTION does not appear 
in AM_CONDITIONAL
src/librygel-server/Makefile.am:44: error: HAVE_INTROSPECTION does not appear 
in AM_CONDITIONAL
tests/Makefile.am:218: warning: source file 'plugins/media-export/regression.c' 
is in a subdirectory,
tests/Makefile.am:218: but option 'subdir-objects' is disabled
automake-1.14: warning: possible forward-incompatibility.
automake-1.14: At least a source file is in a subdirectory, but the 
'subdir-objects'
automake-1.14: automake option hasn't been enabled.  For now, the corresponding 
output
automake-1.14: object file(s) will be placed in the top-level directory.  
However,
automake-1.14: this behaviour will change in future Automake versions: they will
automake-1.14: unconditionally cause object files to be placed in the same 
subdirectory
automake-1.14: of the corresponding sources.
automake-1.14: You are advised to start using 'subdir-objects' option 
throughout your
automake-1.14: project, to avoid future incompatibilities.
Makefile:486: recipe for target 'Makefile.in' failed
make: *** [Makefile.in] Error 1



Not sure what to do next, please advise.



On 11/24/2014 12:50 PM, Jens Georg wrote:
> 0.25.0
> ======
>
> A new unstable release of Rygel!
>
> - (Presumably) Fix issue with generated version if downstream calls autoreconf
>   on the dist tarball.
> - Add Remote UI Server implementation.
> - Add EnergyManagement service implementation.
> - Bump ABI/API.
>
> Renderer:
>  - Make it possible to implement different play modes.
>
> Server:
>  - Several style fixes and code refactorings.
>  - Move the code for Samsung subtitles into Samsung device hack.
>
> MediaExport:
>  - Style and documentation fixes.
>
> GStreamer media engine:
>  - Fix warning about non-existent source id.
>
> Simple media engine:
>  - Fix locking.
>
> Tests:
>  - Reenable locking-affected engine tests.
>
> Dependencies:
>  - Bump libmediaart version to 0.7.0.
>
> Bugs fixed in this release:
>  - https://bugzilla.gnome.org/show_bug.cgi?id=737513
>  - https://bugzilla.gnome.org/show_bug.cgi?id=737522
>  - https://bugzilla.gnome.org/show_bug.cgi?id=737867
>
> All contributors to this release:
>  - Jens Georg <[email protected]>
>  - Richard Röjfors <[email protected]>
>  - Parthiban Balasubramanian <[email protected]>
>  - Kjartan Maraas <[email protected]>
>  - Daniel Mustieles <[email protected]>
>  - Yosef Or Boczko <[email protected]>
>  - Scott Deboy <[email protected]>
>  - rygelgit <[email protected]>
>  - Rūdolfs Mazurs <[email protected]>
>  - Piotr Drąg <[email protected]>
>  - Jussi Kukkonen <[email protected]>
>  - Dimitris Spingos <[email protected]>
>  - Claudio Arseni <[email protected]>
>
> Added/updated translations
>  - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
>  - es, courtesy of Daniel Mustieles
>  - he, courtesy of Yosef Or Boczko
>  - it, courtesy of Milo Casagrande
>  - lv, courtesy of Rūdolfs Mazurs
>  - nb, courtesy of Kjartan Maraas
>
>
> Download source tarball here: 
> http://download.gnome.org/sources/rygel/0.25/
> --------
>
> What is Rygel?
>
> Rygel is a home media solution that allows you to easily share audio, 
> video and pictures, and control of media player on your home network.
> In technical terms it is both a UPnP AV MediaServer and MediaRenderer
> implemented through a  plug-in mechanism. Interoperability with other
> devices in the market is achieved  by conformance to very strict
> requirements of DLNA and on the fly  conversion of media to formats
> that client devices are capable of handling.
>
> More information at our project home page: http://www.rygel-project.org
>
> _______________________________________________
> rygel-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/rygel-list

_______________________________________________
rygel-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/rygel-list

Reply via email to