summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-06-16Make this package build on Linux.minskim2-1/+14
- Include time.h to use time(2).
2004-06-14revert last; thanks minskim.grant1-2/+3
2004-06-14bl3 includes belong at the end right before bsd.pkg.mk.grant1-3/+2
2004-06-12inline linear2mulaw() and mulaw2linear().grant2-1/+24
with SunPro, inline functions can't call static functions unless they are also inline. fixes build on Solaris.
2004-06-12pass $(CPPFLAGS) and $(LDFLAGS) where appropriate. remove hardcodedgrant2-9/+22
CC=gcc.
2004-06-12remove useless use of __attribute__. allows this to build with compilersgrant2-6/+15
which don't support __attribute__.
2004-06-10Update to version 1.2.3 (part of kde 3.2.3)markd2-5/+5
changes unknown.
2004-06-09The install stage of this package requires interactive acceptance of aagc1-1/+3
licence. Mark the package has having an interactive install stage.
2004-06-09Make this package build on Linux.minskim3-15/+19
- Include endian.h instead of machine/endian.h on Linux. - Include sys/soundcard.h instead of soundcard.h on every platform.
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep2-2/+6
Georg Schwarz.
2004-06-07Re: PR 25858 Synopsis: audio/taglib - Improperly placed semicolon causedshannonjr1-2/+2
compilation failure with gcc 3.4.0. A semicolon at the end of a namespace declaration is erroneous and not accepted by gcc 3.4.0.
2004-06-06s/local/audio/schmonz1-2/+2
2004-06-06Add and enable libopendaapagc1-1/+2
2004-06-06Initial import of libopendaap-0.2.1 into the Packages Collection.agc5-0/+69
libopendaap is a library written in C which enables applications to discover, and connect to, iTunes(R) music shares. Unlike all other daap implementations, this library is able to connect to recent iTunes shares which require a special authentication algorithm.
2004-06-06Add and enable applerecords.agc1-1/+2
2004-06-06Initial import of applerecords-0.4 into the Packages Collection.agc5-0/+46
AppleRecords is a pure Java DAAP client, meaning it can stream songs from DAAP servers, including Apple iTunes 4 and 4.5 for Windows and Mac OS X. It should run on most operating systems that have a modern Java Runtime Environment.
2004-06-06use buildlink3. allows this package to build with compilers other thangrant1-1/+2
gcc.
2004-06-05Add and enable daapd.nathanw1-1/+2
2004-06-05Initial import of daapd-0.2.2b.nathanw7-0/+105
Server for DAAP, the digital audio access protocol daapd scans a directory for mp3 files and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them. [read: iTunes server]
2004-06-02Make this build on Linux.jschauma4-15/+29
2004-06-01Re: PR 25727 audio/cdparanoia does not compile with gcc 3.4.0shannonjr2-4/+36
The problem is that a switch statement has a default case with no statement. The fix is to add a null statement. Four instances of this problem were corrected. This closes the referenced PR.
2004-05-31Enable pkgviews installation. Based on Joachim Kuebart's patch inminskim4-33/+28
PR pkg/25751. - Honor CFLAGS and LDFLAGS set by pkgsrc Makefile. - Use buildlink3 framework and ossaudio.buildlink3.mk.
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim6-6/+22
tech-pkg@.
2004-05-30SUBST_FILES.<class> should be relative to ${WRKSRC}seb1-2/+2
2004-05-30Set MAINTAINER to tech-pkg@, not packages@.snj2-4/+4
2004-05-29Make this compile successfully with all of our Python packages (I hope).kim1-1/+3
2004-05-28Let this build on systems where getmntinfo receives an statfs parameter,jmmv2-4/+4
not statvfs. NetBSD seems to be the (only?) exception. From Sergio Jiménez.
2004-05-28I'll take care of this package.snj1-2/+2
2004-05-27Make this work with NetBSD 2.x (with /libexec/ld.elf_so etc.)hubertf1-0/+7
Still works on 1.6.2 too
2004-05-27bl3ify and make it find libossaudiohubertf1-1/+4
2004-05-27Give up maintainership, because eitherlukem3-6/+6
a) I haven't used the package for ages, or b) Someone else has recently been doing a better job maintaining the package
2004-05-26Add a HOMEPAGE of http://www.kde.org/areas/multimedia/.reed1-1/+2
Maybe http://www.arts-project.org/ should be used instead, but webpage is out-of-date. (As discussed with maintainer, Mark.)
2004-05-24update to 1.2.1drochner3-9/+17
changes: -added translations -bugfixes -added plugins: cross fade in/out
2004-05-24Use g++ when linking C++.kristerw2-1/+16
2004-05-22Remove superfluous inclusion of bsd.prefs.mk.wiz1-3/+1
2004-05-22regen, without $Id$ in patch.wiz2-9/+6
2004-05-22Use buildlink3 for libusb.sekiya1-3/+2
2004-05-22Re-add patch-aasekiya1-0/+17
2004-05-22The patch had an embedded RCS tag. Remove, re-import with -kosekiya1-17/+0
2004-05-22Add ifp-line.sekiya1-1/+2
2004-05-22Add ifp-line-0.2.4 -- a command-line interface to iRiver MP3 players.sekiya5-0/+46
2004-05-20Revert the change to put -liconv into BUILDLINK_LDFLAGS.iconv (whichdanw1-1/+2
breaks some things on Darwin) and fix audio/musicpd so it doesn't need it (by faking out a configure check that gets confused by the iconv_open -> libiconv_open renaming)
2004-05-19Update to 0.8.4; from Kouichirou Hiratsuka in PR pkg/25635:jmmv2-5/+5
* Many memory leak during playback fixes. * Fix initial sorting. * Make size-limited automatic playlists work. * Make editing automatic playlists with size/count limits work. * Fix seeking on short tracks. * Sync play/forward/back buttons after play order change. * Make supported media type tests dynamic, add audio/x-m4a if faad plugin is available. * Play even 0-rated songs sometimes in weighted random mode. * Add sk translation. * Update et, ca, no, de, pt and sv translations.
2004-05-19Use sys/soundcard.h instead of soundcard.h; soundcard.h is notminskim4-10/+10
available on some platforms (e.g. Linux), but sys/soundcard is always available since ossaudio.buildlink3.mk creates it.
2004-05-19Catch up with the recent esound update.minskim1-2/+2
2004-05-17Fix lossage from revision 1.10 of Makefile.common by includingsnj2-1/+15
<soundcard.h> instead of <Output/OSS/soundcard.h> in Output/esd/mixer.c. xmms-esound now builds. From Peter Bex.
2004-05-17Enable pkgviews installation.minskim1-1/+3
2004-05-17statvfs fix. This closes PR pkg/25619.minskim2-1/+19
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb2-4/+2
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-16darwin fixes (plus some makefile patching to get rid of the irrelevantdanw5-7/+44
but scary-looking errors at make install time)