diff options
author | markus <markus@FreeBSD.org> | 2006-01-04 21:19:07 +0800 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2006-01-04 21:19:07 +0800 |
commit | 42efc417c3a28f1125ae882e0d4ac317cef40a88 (patch) | |
tree | 25c2b32d190161a66cf3bf58a189f482499ae23e /audio | |
parent | 55310c13d8ed5b59acb739bb9f5ec0477047a8d8 (diff) | |
download | freebsd-ports-gnome-42efc417c3a28f1125ae882e0d4ac317cef40a88.tar.gz freebsd-ports-gnome-42efc417c3a28f1125ae882e0d4ac317cef40a88.tar.zst freebsd-ports-gnome-42efc417c3a28f1125ae882e0d4ac317cef40a88.zip |
Add k3bmonkeyaudioplugin 3.0, a K3b plugin for encoding and decoding
Monkey's Audio files.
WWW: http://www.k3b.org/
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/k3bmonkeyaudioplugin/Makefile | 37 | ||||
-rw-r--r-- | audio/k3bmonkeyaudioplugin/distinfo | 3 | ||||
-rw-r--r-- | audio/k3bmonkeyaudioplugin/pkg-descr | 3 | ||||
-rw-r--r-- | audio/k3bmonkeyaudioplugin/pkg-plist | 9 |
5 files changed, 53 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 9706d2221152..e1533addfaf0 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -236,6 +236,7 @@ SUBDIR += juk SUBDIR += juke SUBDIR += jxm + SUBDIR += k3bmonkeyaudioplugin SUBDIR += klira SUBDIR += kmp SUBDIR += ksmp3play diff --git a/audio/k3bmonkeyaudioplugin/Makefile b/audio/k3bmonkeyaudioplugin/Makefile new file mode 100644 index 000000000000..bc806e667cf2 --- /dev/null +++ b/audio/k3bmonkeyaudioplugin/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: k3bmonkeyaudioplugin +# Date created: Wed Jan 4 02:53:56 CET 2006 +# Whom: Markus Brueffer <markus@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= k3bmonkeyaudioplugin +PORTVERSION= 3.0 +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= k3b + +MAINTAINER= markus@FreeBSD.org +COMMENT= K3b plugin for Monkey's Audio files + +LIB_DEPENDS= k3b:${PORTSDIR}/sysutils/k3b + +USE_BZIP2= yes +USE_KDELIBS_VER=3 +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_REINPLACE= yes +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= %%PREFIX%%/lib/kde3 + +post-patch: + @${TOUCH} ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/config.h.in + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${TOUCH} + @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + +.include <bsd.port.post.mk> diff --git a/audio/k3bmonkeyaudioplugin/distinfo b/audio/k3bmonkeyaudioplugin/distinfo new file mode 100644 index 000000000000..fe51b9b2357c --- /dev/null +++ b/audio/k3bmonkeyaudioplugin/distinfo @@ -0,0 +1,3 @@ +MD5 (k3bmonkeyaudioplugin-3.0.tar.bz2) = e7904669557faa260d89272b48d8d903 +SHA256 (k3bmonkeyaudioplugin-3.0.tar.bz2) = 65741f60634476c687088969f85403aac2fe4029650ce4894180486f22966d18 +SIZE (k3bmonkeyaudioplugin-3.0.tar.bz2) = 538175 diff --git a/audio/k3bmonkeyaudioplugin/pkg-descr b/audio/k3bmonkeyaudioplugin/pkg-descr new file mode 100644 index 000000000000..746e48e69c98 --- /dev/null +++ b/audio/k3bmonkeyaudioplugin/pkg-descr @@ -0,0 +1,3 @@ +K3b plugin for encoding and decoding Monkey's Audio (.ape) files. + +WWW: http://www.k3b.org/ diff --git a/audio/k3bmonkeyaudioplugin/pkg-plist b/audio/k3bmonkeyaudioplugin/pkg-plist new file mode 100644 index 000000000000..fb4049a3ca6f --- /dev/null +++ b/audio/k3bmonkeyaudioplugin/pkg-plist @@ -0,0 +1,9 @@ +lib/kde3/libk3bmonkeydecoder.la +lib/kde3/libk3bmonkeydecoder.so +lib/kde3/libk3bmonkeydecoder.so.0 +lib/kde3/libk3bmonkeyencoder.la +lib/kde3/libk3bmonkeyencoder.so +lib/kde3/libk3bmonkeyencoder.so.0 +share/apps/k3b/plugins/k3bmonkeydecoder.plugin +share/apps/k3b/plugins/k3bmonkeyencoder.plugin +share/locale/de/LC_MESSAGES/k3bmonkeyplugin.mo |