From 6886290c8c61981f7ca2917d4c982e2b632a2ddc Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 23 Sep 2013 22:41:02 +0200 Subject: [PATCH] New package: djmount-0.71. --- .../patches/djmount-0.71-includes.patch | 10 +++++++ srcpkgs/djmount/template | 26 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 srcpkgs/djmount/patches/djmount-0.71-includes.patch create mode 100644 srcpkgs/djmount/template diff --git a/srcpkgs/djmount/patches/djmount-0.71-includes.patch b/srcpkgs/djmount/patches/djmount-0.71-includes.patch new file mode 100644 index 00000000000..36cf3be000c --- /dev/null +++ b/srcpkgs/djmount/patches/djmount-0.71-includes.patch @@ -0,0 +1,10 @@ +--- djmount/upnp_util.c.jx 2006-08-27 16:12:20.000000000 -0400 ++++ djmount/upnp_util.c 2011-05-31 12:30:42.980161484 -0400 +@@ -28,6 +28,7 @@ + # include + #endif + ++#include "upnp.h" + #include "upnp_util.h" + #include "log.h" + #include "xml_util.h" diff --git a/srcpkgs/djmount/template b/srcpkgs/djmount/template new file mode 100644 index 00000000000..927ca7f1cb3 --- /dev/null +++ b/srcpkgs/djmount/template @@ -0,0 +1,26 @@ +# Template file for 'djmount' +pkgname=djmount +version=0.71 +revision=1 +build_style=gnu-configure +configure_args="--with-external-libupnp --with-external-talloc" +hostmakedepends="pkg-config" +makedepends="fuse-devel talloc-devel libupnp-devel" +short_desc="Mount MediaServers content as a Linux file system" +maintainer="Juan RP " +license="GPL-2" +homepage="http://djmount.sourceforge.net" +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" +checksum=aa5bb482af4cbd42695a7e396043d47b53d075ac2f6aa18a8f8e11383c030e4f +long_desc=" + djmount is a UPnP AV client. It mounts as a Linux file system the media content + of compatible UPnP AV devices. Djmount discovers automatically all UPnP AV + Media Servers on the network, and make the content available in a directory + tree. All shared files (e.g. Audio or Video files) are directly visible and + can be played using your favorite media player." + +djmount_package() { + pkg_install() { + vmove all + } +}