hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
842 stars 204 forks source link

compile a deb file #124

Closed vsxen closed 7 years ago

vsxen commented 7 years ago

I am sorry I am not good at that. can you comile a deb file just like http://ftp.debian.org/debian/pool/main/g/gmrender-resurrect/

if not also thank you for your work

hzeller commented 7 years ago

There are debian package description files in https://github.com/hzeller/gmrender-resurrect/tree/master/dist-scripts/debian For how to build a package, I'd refer to the Debian documentation.

vsxen commented 7 years ago

Thank you very much

I find that http://www.coraline.org/non-fiction/raspi-upnp-renderer but for Method 1

 gmrender-resurrect : Depends: libupnp6 (>= 1:1.6.13) but it is not going to be installed
                      Depends: gstreamer1.0-plugins-good but it is not going to be installed
                      Depends: gstreamer1.0-plugins-bad but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

for Method 2 it show Package gstreamer0.10-ffmpeg is not available, but is referred to by another package.

@christiscarborough