diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2008-03-13 17:40:59 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2008-03-13 17:40:59 +0000 |
commit | e1ccd1e1d2af9ab06657d3c87018d22133dc54c0 (patch) | |
tree | 0e84a71cf4be129abe890ebdd170a7d67e9d06b4 /audio/akode | |
parent | c398981258473357ed8210523b10e07ecec82a4a (diff) | |
download | ports-e1ccd1e1d2af9ab06657d3c87018d22133dc54c0.tar.gz ports-e1ccd1e1d2af9ab06657d3c87018d22133dc54c0.zip |
Notes
Diffstat (limited to 'audio/akode')
-rw-r--r-- | audio/akode/Makefile | 9 | ||||
-rw-r--r-- | audio/akode/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile index a113bd797c3f..cddd1a7afdaf 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= akode -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_GENTOO} @@ -19,7 +19,8 @@ COMMENT= Default KDE audio backend CONFLICTS= kdemultimedia-3.[1-3]* -OPTIONS= JACK "Jack output plugin" off \ +OPTIONS= FFMPEG "FFMPEG decoder plugin" off \ + JACK "Jack output plugin" off \ MPC "Monkey's Audio decoder plugin" on \ MPEG "MPEG Audio (including mp3) plugin" on \ OSS "OSS output plugin" on \ @@ -41,6 +42,10 @@ CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ .include <bsd.port.pre.mk> +.if defined(WITH_FFMPEG) +RUN_DEPENDS= ${LOCALBASE}/lib/libakode_ffmpeg_decoder.so:${PORTSDIR}/audio/akode-plugins-ffmpeg +.endif + .if defined(WITH_JACK) RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_jack_sink.so:${PORTSDIR}/audio/akode-plugins-jack .endif diff --git a/audio/akode/distinfo b/audio/akode/distinfo index 2dd6d912909d..3b0828c8e327 100644 --- a/audio/akode/distinfo +++ b/audio/akode/distinfo @@ -1,3 +1,3 @@ -MD5 (30375-akode-2.0.1.tar.bz2) = 94a10e7729b20b669bc5c7721f62e162 -SHA256 (30375-akode-2.0.1.tar.bz2) = a1a31d3ea59e151ff1ff51e9f2be0db84fc9fcb40f590abb1c46494d6ff1c08e -SIZE (30375-akode-2.0.1.tar.bz2) = 460964 +MD5 (30375-akode-2.0.2.tar.bz2) = 659ced0c9c735cb3e55b9138ff02342c +SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 +SIZE (30375-akode-2.0.2.tar.bz2) = 472605 |