summaryrefslogtreecommitdiff
path: root/audio/akode
AgeCommit message (Collapse)AuthorFilesLines
2016-08-30Update HOMEPAGE to linux-apps.commef1-2/+2
2015-12-29Whitespace.dholland1-12/+12
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-01-10Use standard headers.joerg2-9/+10
2013-01-27Remove akode-plugins-ffmpeg; does not build with any ffmpeg version inwiz1-2/+1
pkgsrc and nothing depends on it.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-02-15Fix build on SunOS.hans2-1/+17
2012-02-15REPLACE_SH on installed shell script.hans1-1/+3
2012-01-28audio/akode-plugins-ffmpeg: Remove obsolete patchmarino2-20/+1
The ffmpeg plugin no longer needs to be patched to build on NetBSD. The UINT64_C issue was fixed directly in ffmpeg.
2012-01-26Use SET_LIBDIR with packages that want to use to lib64sbd1-1/+2
2011-11-23Fix plugin build on NetBSD with newer GCCjoerg2-7/+8
2011-11-22audio/akode: Fix mpc plugin breakage on DragonFlymarino3-3/+17
The provided patch prevents an attempt to redefine ptrdiff_t on DragonFly within the akode mpc module.
2011-08-31Fix build with clang by avoiding shadowing in template definitions.joerg5-1/+66
2011-06-19Fix build failure in akode-plugins-ffmpeg.dholland2-1/+20
2011-02-28Reset maintainer for retired developers.wiz2-4/+4
2011-01-20Include <cstring>, <cstdlib> to stop more recent gcc's complaining aboutmarkd5-3/+51
missing declarations
2009-12-15Recursive bump for libltdljoerg2-3/+4
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-06-14Fix build of the ffmpeg plugin.hasso2-4/+22
2009-06-08Add license info to the akode packages.hasso1-1/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-02-27Fix typo.hasso1-2/+2
2009-02-26aKode is a simple audio decoding framework that provides a uniform interfacehasso15-0/+454
to decode the most common audio formats. It also has a direct playback option for a number of audio outputs. This package provides the aKode library and akodeplay testing utility.