pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libxmp Import libxmp-4.2.0 as audio/libxmp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7bd558daed4
branches:  trunk
changeset: 626581:c7bd558daed4
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sat Nov 16 07:34:24 2013 +0000

description:
Import libxmp-4.2.0 as audio/libxmp.

This is the Extended Module Player library, a part of open source module
player for UNIX distributed under the terms of the GNU GPL.

diffstat:

 audio/libxmp/DESCR         |   2 ++
 audio/libxmp/Makefile      |  23 +++++++++++++++++++++++
 audio/libxmp/PLIST         |   6 ++++++
 audio/libxmp/buildlink3.mk |  12 ++++++++++++
 audio/libxmp/distinfo      |   5 +++++
 5 files changed, 48 insertions(+), 0 deletions(-)

diffs (68 lines):

diff -r f1fd23c6cff5 -r c7bd558daed4 audio/libxmp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libxmp/DESCR        Sat Nov 16 07:34:24 2013 +0000
@@ -0,0 +1,2 @@
+This is the Extended Module Player library, a part of open source module
+player for UNIX distributed under the terms of the GNU GPL.
diff -r f1fd23c6cff5 -r c7bd558daed4 audio/libxmp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libxmp/Makefile     Sat Nov 16 07:34:24 2013 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2013/11/16 07:34:24 shattered Exp $
+
+DISTNAME=      libxmp-4.2.0
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xmp/}
+
+MAINTAINER=    rxg%NetBSD.org@localhost
+HOMEPAGE=      http://xmp.sourceforge.net/
+COMMENT=       Player for many different Amiga and PC module formats
+LICENSE=       gnu-gpl-v2
+
+MAKE_JOBS_SAFE=                no
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
+
+USE_TOOLS+=    gmake pkg-config
+
+INSTALLATION_DIRS=     bin lib
+
+INSTALL_MAKE_FLAGS+=   INSTALL=${INSTALL:Q}
+
+.include "../../mk/bsd.pkg.mk"
diff -r f1fd23c6cff5 -r c7bd558daed4 audio/libxmp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libxmp/PLIST        Sat Nov 16 07:34:24 2013 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2013/11/16 07:34:24 shattered Exp $
+include/xmp.h
+lib/libxmp.so
+lib/libxmp.so.4
+lib/libxmp.so.${PKGVERSION}
+lib/pkgconfig/libxmp.pc
diff -r f1fd23c6cff5 -r c7bd558daed4 audio/libxmp/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libxmp/buildlink3.mk        Sat Nov 16 07:34:24 2013 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2013/11/16 07:34:24 shattered Exp $
+
+BUILDLINK_TREE+=       libxmp
+
+.if !defined(LIBXMP_BUILDLINK3_MK)
+LIBXMP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.libxmp+= libxmp>=4.1.5
+BUILDLINK_PKGSRCDIR.libxmp?=   ../../audio/libxmp
+.endif # LIBXMP_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -libxmp
diff -r f1fd23c6cff5 -r c7bd558daed4 audio/libxmp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libxmp/distinfo     Sat Nov 16 07:34:24 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/11/16 07:34:24 shattered Exp $
+
+SHA1 (libxmp-4.2.0.tar.gz) = 138599f4a29f4b25c6c812b0e226e554776a77d3
+RMD160 (libxmp-4.2.0.tar.gz) = 3fe64e9d16dddd51e61ba473915ca72ad0939927
+Size (libxmp-4.2.0.tar.gz) = 862134 bytes



Home | Main Index | Thread Index | Old Index