New package: libmpd-11.8.17 (maintained by its author qball).
This commit is contained in:
parent
2b6a6a5055
commit
4f0bd60fbb
4 changed files with 39 additions and 0 deletions
|
@ -2280,3 +2280,4 @@ libKF5Solid.so.5 ksolid-5.15.0_1
|
||||||
libfreeimage.so.3 freeimage-3.17.0_1
|
libfreeimage.so.3 freeimage-3.17.0_1
|
||||||
libfreeimageplus.so.3 freeimage-plus-3.17.0_1
|
libfreeimageplus.so.3 freeimage-plus-3.17.0_1
|
||||||
libtoluapp.so toluapp-1.0.93_1
|
libtoluapp.so toluapp-1.0.93_1
|
||||||
|
libmpd.so.1 libmpd-11.8.17_1
|
||||||
|
|
1
srcpkgs/libmpd-devel
Symbolic link
1
srcpkgs/libmpd-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libmpd
|
13
srcpkgs/libmpd/patches/fix-build.patch
Normal file
13
srcpkgs/libmpd/patches/fix-build.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- src/libmpd-internal.h.orig 2015-11-05 15:05:11.982772276 +0100
|
||||||
|
+++ src/libmpd-internal.h 2015-11-05 15:05:32.845719672 +0100
|
||||||
|
@@ -20,6 +20,10 @@
|
||||||
|
#ifndef __MPD_INTERNAL_LIB_
|
||||||
|
#define __MPD_INTERNAL_LIB_
|
||||||
|
|
||||||
|
+#ifdef HAVE_CONFIG_H
|
||||||
|
+#include "config.h"
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
#include "libmpdclient.h"
|
||||||
|
struct _MpdData_real;
|
||||||
|
|
24
srcpkgs/libmpd/template
Normal file
24
srcpkgs/libmpd/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'libmpd'
|
||||||
|
pkgname=libmpd
|
||||||
|
version=11.8.17
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libglib-devel"
|
||||||
|
short_desc="Signal based wrapper around libmpdclient"
|
||||||
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
|
||||||
|
distfiles="http://download.sarine.nl/Programs/gmpc/${version%.*}/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=fe20326b0d10641f71c4673fae637bf9222a96e1712f71f170fca2fc34bf7a83
|
||||||
|
|
||||||
|
libmpd-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue