diff options
-rw-r--r-- | audio/akode-plugins-ffmpeg/Makefile | 12 | ||||
-rw-r--r-- | audio/akode-plugins-jack/Makefile | 12 | ||||
-rw-r--r-- | audio/akode-plugins-mpc/Makefile | 12 | ||||
-rw-r--r-- | audio/akode-plugins-mpeg/Makefile | 12 | ||||
-rw-r--r-- | audio/akode-plugins-oss/Makefile | 12 | ||||
-rw-r--r-- | audio/akode-plugins-pulseaudio/Makefile | 10 | ||||
-rw-r--r-- | audio/akode-plugins-resampler/Makefile | 12 | ||||
-rw-r--r-- | audio/akode-plugins-xiph/Makefile | 12 | ||||
-rw-r--r-- | audio/akode/Makefile | 11 |
9 files changed, 61 insertions, 44 deletions
diff --git a/audio/akode-plugins-ffmpeg/Makefile b/audio/akode-plugins-ffmpeg/Makefile index 2b27230801bb..68352f7665c1 100644 --- a/audio/akode-plugins-ffmpeg/Makefile +++ b/audio/akode-plugins-ffmpeg/Makefile @@ -10,14 +10,16 @@ PORTVERSION= 2.0.2 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR=distfiles +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof PKGNAMESUFFIX= -plugins-${PORTNAMESUFX} -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= # none +DISTNAME= 30375-akode-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= swhetzel@gmail.com COMMENT= FFMPEG decoder plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg diff --git a/audio/akode-plugins-jack/Makefile b/audio/akode-plugins-jack/Makefile index b791a4268716..59be97be757d 100644 --- a/audio/akode-plugins-jack/Makefile +++ b/audio/akode-plugins-jack/Makefile @@ -9,13 +9,15 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR=distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= # none +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=laszlof +DISTNAME= 30375-akode-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= swhetzel@gmail.com COMMENT= Jack output plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= jack:${PORTSDIR}/audio/jack diff --git a/audio/akode-plugins-mpc/Makefile b/audio/akode-plugins-mpc/Makefile index 6a96c0ed6600..36e1e27bbec8 100644 --- a/audio/akode-plugins-mpc/Makefile +++ b/audio/akode-plugins-mpc/Makefile @@ -9,13 +9,15 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof +DISTNAME= 30375-akode-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= swhetzel@gmail.com COMMENT= Musepack decoder plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WORKSRC}/COPYING CONFLICTS= kdemultimedia-3.[1-3]* diff --git a/audio/akode-plugins-mpeg/Makefile b/audio/akode-plugins-mpeg/Makefile index 30d81296032f..3bbcdda0e189 100644 --- a/audio/akode-plugins-mpeg/Makefile +++ b/audio/akode-plugins-mpeg/Makefile @@ -9,13 +9,15 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof +DISTNAME= 30375-akode-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= swhetzel@gmail.com COMMENT= MPEG audio decoder plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad diff --git a/audio/akode-plugins-oss/Makefile b/audio/akode-plugins-oss/Makefile index ad5dfaae1a6f..86f41e5017df 100644 --- a/audio/akode-plugins-oss/Makefile +++ b/audio/akode-plugins-oss/Makefile @@ -9,13 +9,15 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof +DISTNAME= 30375-akode-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= swhetzel@gmail.com COMMENT= OSS output plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WORKSRC}/COPYING CONFLICTS= kdemultimedia-3.[1-3]* diff --git a/audio/akode-plugins-pulseaudio/Makefile b/audio/akode-plugins-pulseaudio/Makefile index 3ffd2b63d3db..a50fee9663c5 100644 --- a/audio/akode-plugins-pulseaudio/Makefile +++ b/audio/akode-plugins-pulseaudio/Makefile @@ -9,13 +9,15 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 PORTREVISION= 4 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR=distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= # none +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof +DISTNAME= 30375-akode-${PORTVERSION} MAINTAINER= swhetzel@gmail.com COMMENT= Pulseaudio output plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= pulse-simple:${PORTSDIR}/audio/pulseaudio diff --git a/audio/akode-plugins-resampler/Makefile b/audio/akode-plugins-resampler/Makefile index c5b17ee57a73..deb4ec12dcd4 100644 --- a/audio/akode-plugins-resampler/Makefile +++ b/audio/akode-plugins-resampler/Makefile @@ -9,13 +9,15 @@ PORTNAME= akode-plugins-${PORTNAMESUFX} PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof +DISTNAME= 30375-akode-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= swhetzel@gmail.com COMMENT= Resampler plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate diff --git a/audio/akode-plugins-xiph/Makefile b/audio/akode-plugins-xiph/Makefile index e8bc39bc3e45..bef06bcb8dcf 100644 --- a/audio/akode-plugins-xiph/Makefile +++ b/audio/akode-plugins-xiph/Makefile @@ -10,13 +10,15 @@ PORTVERSION= 2.0.2 PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR= distfiles -DISTNAME= 30375-akode-${PORTVERSION}.tar.bz2 -EXTRACT_SUFX= +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof +DISTNAME= 30375-akode-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= swhetzel@gmail.com COMMENT= FLAC/Speex/Vorbis decoder plugin for akode +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \ ogg:${PORTSDIR}/audio/libogg \ diff --git a/audio/akode/Makefile b/audio/akode/Makefile index e36c093ce411..284ec3b953f4 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -10,14 +10,15 @@ PORTVERSION= 2.0.2 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio kde -MASTER_SITES= ${MASTER_SITE_GENTOO} -MASTER_SITE_SUBDIR=distfiles +MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= laszlof DISTNAME= 30375-${PORTNAME}-${PORTVERSION} -MAINTAINER= kde@FreeBSD.org +MAINTAINER= swhetzel@gmail.com COMMENT= Default KDE audio backend - -BROKEN= Unfetchable +LICENSE= LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS= kdemultimedia-3.[1-3]* |