diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-18 17:22:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-18 17:22:07 +0800 |
commit | 05353858b06303f6c9dc7ca0b470a20d736a32b9 (patch) | |
tree | 0d493f61a1399e881ba6cff7c098f47951267c9c /audio/akode | |
parent | ef5ec4ff8d54cc22f6cfd2681beab301f9076efc (diff) | |
download | freebsd-ports-gnome-05353858b06303f6c9dc7ca0b470a20d736a32b9.tar.gz freebsd-ports-gnome-05353858b06303f6c9dc7ca0b470a20d736a32b9.tar.zst freebsd-ports-gnome-05353858b06303f6c9dc7ca0b470a20d736a32b9.zip |
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php
After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.
KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.
Of course Thanks to all Testers.
Diffstat (limited to 'audio/akode')
-rw-r--r-- | audio/akode/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile index 50ab3ad5a7aa..cddd1a7afdaf 100644 --- a/audio/akode/Makefile +++ b/audio/akode/Makefile @@ -7,7 +7,6 @@ PORTNAME= akode PORTVERSION= 2.0.2 -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_GENTOO} @@ -25,7 +24,6 @@ OPTIONS= FFMPEG "FFMPEG decoder plugin" off \ MPC "Monkey's Audio decoder plugin" on \ MPEG "MPEG Audio (including mp3) plugin" on \ OSS "OSS output plugin" on \ - PULSEAUDIO "Pulseaudio output plugin" off \ RESAMPLER "Resampler processing plugin" on \ XIPH "FLAC/Speex/Vorbis decoder plugin" on @@ -64,10 +62,6 @@ RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_mpeg_decoder.so:${PORTSDIR}/audio/akode- RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_oss_sink.so:${PORTSDIR}/audio/akode-plugins-oss .endif -.if defined(WITH_PULSEAUDIO) -RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_polyp_sink.so:${PORTSDIR}/audio/akode-plugins-pulseaudio -.endif - .if !defined(WITHOUT_RESAMPLER) RUN_DEPENDS+= ${LOCALBASE}/lib/libakode_src_resampler.so:${PORTSDIR}/audio/akode-plugins-resampler .endif |