FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 7:15 AM GMT
Port details
akode 2.0.2_1,1 audio on this many watch lists=45 search for ports that depend on this port
Default KDE audio backend
Maintained by: swhetzel@gmail.com search for ports maintained by this maintainer
Port Added: 20 Mar 2005 18:18:52
Also Listed In: kde
License: LGPL20
aKode is a simple audio-decoding frame-work that provides a uniform interface   
to decode the most common audio-formats. It also has a direct playback option   
for a number of audio-outputs.
CVSWeb : Sources : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, devel/libtool
Required To Run: audio/akode-plugins-mpc, audio/akode-plugins-mpeg, audio/akode-plugins-oss, audio/akode-plugins-resampler, audio/akode-plugins-xiph
Required Libraries: devel/libltdl
There are no ports dependent upon this port

To install the port: cd /usr/ports/audio/akode/ && make install clean
To add the package: pkg_add -r akode


Configuration Options
===> The following configuration options are available for akode-2.0.2_1,1:
     FFMPEG=off (default) "FFMPEG decoder plugin"
     JACK=off (default) "Jack output plugin"
     MPC=on (default) "Monkey's Audio decoder plugin"
     MPEG=on (default) "MPEG Audio (including mp3) plugin"
     OSS=on (default) "OSS output plugin"
     RESAMPLER=on (default) "Resampler processing plugin"
     XIPH=on (default) "FLAC/Speex/Vorbis decoder plugin"
===> Use 'make config' to modify these settings

Master Sites:
http://www.kde-apps.org/CONTENT/content-files/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/laszlof/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/laszlof/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/laszlof/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/laszlof/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/laszlof/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/laszlof/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/laszlof/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 32

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Jul 2011 21:13:52
Original commit files touched by this commit  2.0.2_1,1
crees search for other commits by this committer
- Update MASTER_SITES
- Pass maintainership to submitter

PR:             ports/155297
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
Reviewed by:    "Frank J. Laszlo" <laszlof@freebsd.org>
Approved by:    rene (mentor, implicit), kde (makc)
10 Jun 2011 05:47:58
Original commit files touched by this commit  2.0.2_1,1
bapt search for other commits by this committer
Mark as broken as it is no more available on public mirror
19 Mar 2011 12:38:54
Original commit files touched by this commit  2.0.2_1,1
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.0.2_1,1
ade search for other commits by this committer
Sync to new bsd.autotools.mk
24 Oct 2009 16:40:22
Original commit files touched by this commit  2.0.2_1,1
makc search for other commits by this committer
Fix the USE_AUTOTOOLS assignment.
Minor clean-ups.
Bump PORTREVISION.

PR:             ports/139884
Submitted by:   Tijl Coosemans <tijl at ulyssis.org>
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.0.2,1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
29 Aug 2008 11:55:02
Original commit files touched by this commit  2.0.2,1
miwi search for other commits by this committer
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
29 Aug 2008 11:30:04
Original commit files touched by this commit  2.0.2,1
miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:    portmgr (erwin/pav)
21 Aug 2008 06:18:49
Original commit files touched by this commit  2.0.2,1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
18 Aug 2008 09:22:07
Original commit files touched by this commit  2.0.2,1
miwi search for other commits by this committer
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.
27 May 2008 05:57:00
Original commit files touched by this commit  2.0.2_1,1
edwin search for other commits by this committer
Enable support for audio/akode-plugins-pulseaudio

PR:             ports/121344
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
13 Mar 2008 17:40:59
Original commit files touched by this commit  2.0.2,1
lofi search for other commits by this committer
Update to 2.0.2
03 Jan 2008 15:40:40
Original commit files touched by this commit  2.0.1,1
pav search for other commits by this committer
- Remove option for Polypaudio, the respective plugin was removed

Reported by:    Helko Glathe <Helko.Glathe@freenet.de>
29 Oct 2007 23:48:18
Original commit files touched by this commit  2.0.1,1
lofi search for other commits by this committer
Update to KDE 3.5.8
04 Jul 2007 10:25:00
Original commit files touched by this commit  2.0.1,1
lofi search for other commits by this committer
Update to KDE 3.5.7 / KOffice 1.6.3
13 Mar 2007 19:10:49
Original commit files touched by this commit  2.0.1,1
lofi search for other commits by this committer
Update to KDE 3.5.6 / KOffice 1.6.2
19 Dec 2006 21:19:54
Original commit files touched by this commit  2.0.1,1
lofi search for other commits by this committer
Update to KDE 3.5.5 / KOffice 1.6.1

Approved by:    portmgr
17 Sep 2006 19:59:22
Original commit files touched by this commit  2.0.1,1
lofi search for other commits by this committer
Update to 2.0.1.

Submitted by: Igor Bushuev <exlex@exlex.ru>
12 Sep 2006 23:26:52
Original commit files touched by this commit  2.0,1
lofi search for other commits by this committer
KDE 3.5.4 / KOffice 1.5.2
05 Jun 2006 19:24:26
Original commit files touched by this commit  2.0,1
lofi search for other commits by this committer
Update to KDE 3.5.3
03 May 2006 05:14:35
Original commit files touched by this commit  2.0,1
edwin search for other commits by this committer
Remove USE_REINPLACE from ports in categories starting with A.
30 Mar 2006 20:30:29
Original commit files touched by this commit  2.0,1
lofi search for other commits by this committer
Update to KDE 3.5.2
07 Feb 2006 17:22:25
Original commit files touched by this commit  2.0,1
lofi search for other commits by this committer
fetch(1) is stupid (force refetch instead of trying and failing to resume
downloads).
07 Feb 2006 00:26:00
Original commit files touched by this commit  2.0,1
lofi search for other commits by this committer
Adjust pkg-descr.
07 Feb 2006 00:19:56
Original commit files touched by this commit  2.0,1
lofi search for other commits by this committer
Update to 2.0
01 Feb 2006 09:13:29
Original commit files touched by this commit  2.0.r1,1
lofi search for other commits by this committer
Update to KDE 3.5.1.
08 Jan 2006 19:31:44
Original commit files touched by this commit  2.0.r1,1
lofi search for other commits by this committer
Update to KDE 3.5.0
05 Nov 2005 11:19:58
Original commit files touched by this commit  3.4.3
lofi search for other commits by this committer
Update to KDE 3.4.3 / KOffice 1.4.2
31 Jul 2005 22:46:35
Original commit files touched by this commit  3.4.2
lofi search for other commits by this committer
Update to KDE 3.4.2 / KOffice 1.4.1
03 Jul 2005 01:54:13
Original commit files touched by this commit  3.4.1
lofi search for other commits by this committer
Patch kdemultimedia's configure-script to prevent it from bailing
in certain environments/sh versions.

Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com>
26 Jun 2005 15:38:58
Original commit files touched by this commit  3.4.1
lofi search for other commits by this committer
Update to KDE 3.4.1
20 Mar 2005 18:17:56
Original commit files touched by this commit  3.4.0
lofi search for other commits by this committer
Update to KDE 3.4

Number of commits found: 32

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month142

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.245 seconds.