Giter Club home page Giter Club logo

dleyna-linux's Introduction

DISCONTINUATION OF PROJECT.

This project will no longer be maintained by Intel.

Intel will not provide or guarantee development of or support for this project, including but not limited to, maintenance, bug fixes, new releases or updates.

Patches to this project are no longer accepted by Intel.

If you have an ongoing need to use this project, are interested in independently developing it,
or would like to maintain patches for the community, please create your own fork of the project.

Introduction:
-------------

Dleyna-linux is an umbrella project, hosting a number of DLNA middleware
components as git submodules:

git://github.com/01org/dleyna-core.git
git://github.com/01org/dleyna-connector-dbus.git
git://github.com/01org/dleyna-server.git
git://github.com/01org/dleyna-renderer.git
git://github.com/01org/dleyna-control.git

Submodules contents are meant to be read-only to ensure consistency
between the various components.

The project is targeting the linux platform, using d-bus as the IPC
mechanism for client applications to access its services.

See each submodule documentation for details.


Compilation
------------

Dleyna-linux is built using autotools and gcc.  It also has a
number of dependencies on third party libraries, notably glib, gupnp,
gssdp and gupnp-av.  Both development versions of these libraries
and autotools need to be installed before dleyna-linux can be
compiled.  On Ubuntu 14.04 autotools and the glib development libraries can
be installed with the following commands.

sudo apt-get install autoconf
sudo apt-get install libglib2.0-dev

The development version of d-Bus is also required.  This can be
installed on Ubuntu by typing:

sudo apt-get install libdbus-1-dev

To install the necessary gupnp development versions, type:

sudo apt-get install libgupnp-av-1.0-dev
sudo apt-get install libgupnp-dlna-2.0-dev


Working with the source code repository
---------------------------------------

Dleyna-linux can be downloaded, compiled and installed as
follows:

   Clone repository
     # git clone git://github.com/01org/dleyna-linux.git
     # cd dleyna-linux

   Update submodules
     # git submodule init
     # git submodule update

   Configure and build
     # ./autogen.sh
     # make

   Final installation
     # sudo make install

These instructions are suitable for users who simply want to install
dleyna-linux services.  However, developers wishing to contribute
to the project should follow a separate "Configure and build" step.

   Configure and build
     # ./bootstrap-configure
     # make

The script "bootstrap-configure" cleans the repository, calls
autreconf and then invokes configure with proper settings for
development.  These settings include the enabling of
maintainer mode and debugging.

Developers can remove autogenerated files with the following command

     # make maintainer-clean

dleyna-linux's People

Contributors

rdower avatar rsbells avatar tkem avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dleyna-linux's Issues

Compile failed

gcc: warning: /usr/include: linker input file unused because linking not done
CCLD libdleyna-server-1.0.la
.libs/upnp.o: In function prv_on_context_available': /root/dleyna-linux/dleyna-server/libdleyna/server/upnp.c:504: undefined reference to gssdp_resource_browser_get_type'
/root/dleyna-linux/dleyna-server/libdleyna/server/upnp.c:504: undefined reference to gssdp_resource_browser_set_active' .libs/upnp.o: In function prv_device_available_cb':
/root/dleyna-linux/dleyna-server/libdleyna/server/upnp.c:215: undefined reference to gssdp_client_get_type' /root/dleyna-linux/dleyna-server/libdleyna/server/upnp.c:214: undefined reference to gssdp_client_get_host_ip'
collect2: error: ld returned 1 exit status
Makefile:511: die Regel für Ziel „libdleyna-server-1.0.la“ scheiterte
make[2]: *** [libdleyna-server-1.0.la] Fehler 1
make[2]: Verzeichnis „/root/dleyna-linux/dleyna-server/libdleyna/server“ wird verlassen
Makefile:444: die Regel für Ziel „install-recursive“ scheiterte
make[1]: *** [install-recursive] Fehler 1
make[1]: Verzeichnis „/root/dleyna-linux/dleyna-server“ wird verlassen
Makefile:351: die Regel für Ziel „install-recursive“ scheiterte
make: *** [install-recursive] Fehler 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.