Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-06-21 | update to 0.8.3 | drochner | 3 | -19/+7 | |
changes: i18n improvements bugfixes | |||||
2004-06-21 | update to 0.1.0 | drochner | 3 | -10/+10 | |
changes: Add callback API, functions for short to float and float to short conversion. Minor bug fixes. | |||||
2004-06-21 | update to 1.4 | drochner | 3 | -24/+24 | |
changes: Add Mac OS X and Darwin support. Update FreeDB version to 5 for DYEAR and DGENRE fields. | |||||
2004-06-21 | deal with a build problem on IRIX64, reported by Florian S. on tech-pkg | drochner | 2 | -1/+23 | |
(need to include <sys/time.h> for "struct timeval" definition) | |||||
2004-06-20 | Add and enable tunesbrowser | agc | 1 | -1/+2 | |
2004-06-20 | Import tunesbrowser-0.1.5 into the Packages Collection. Tunesbrowser can be | agc | 6 | -0/+116 | |
used to access the mp3s served by howl and daapd. TunesBrowser is a simple music player, capable of playing music found on iTunes(TM) shares. TunesBrowser can connect to the latest iTunes applications (as of April 29 2004) and is implemented on top of libopendaap TunesBrowser's interface is quite similar to that of iTunes. TunesBrowser was written with the purpose of being a prototype front-end for libopendaap. I intend to integrate libopendaap with other, more mature, players. | |||||
2004-06-20 | Add a buildlink3 file for this package. | agc | 1 | -0/+25 | |
2004-06-20 | Add a buildlink 3 file for this package. | agc | 1 | -0/+24 | |
2004-06-20 | Add and enable gst-plugins-artsd | agc | 1 | -1/+2 | |
2004-06-20 | Import the gstreamer plugin (version 0.8.1) of the artsd package into the | agc | 4 | -0/+51 | |
Packages Collection. GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the artsd plugin for GStreamer. | |||||
2004-06-16 | Make this package build on Linux. | minskim | 2 | -1/+14 | |
- Include time.h to use time(2). | |||||
2004-06-14 | revert last; thanks minskim. | grant | 1 | -2/+3 | |
2004-06-14 | bl3 includes belong at the end right before bsd.pkg.mk. | grant | 1 | -3/+2 | |
2004-06-12 | inline linear2mulaw() and mulaw2linear(). | grant | 2 | -1/+24 | |
with SunPro, inline functions can't call static functions unless they are also inline. fixes build on Solaris. | |||||
2004-06-12 | pass $(CPPFLAGS) and $(LDFLAGS) where appropriate. remove hardcoded | grant | 2 | -9/+22 | |
CC=gcc. | |||||
2004-06-12 | remove useless use of __attribute__. allows this to build with compilers | grant | 2 | -6/+15 | |
which don't support __attribute__. | |||||
2004-06-10 | Update to version 1.2.3 (part of kde 3.2.3) | markd | 2 | -5/+5 | |
changes unknown. | |||||
2004-06-09 | The install stage of this package requires interactive acceptance of a | agc | 1 | -1/+3 | |
licence. Mark the package has having an interactive install stage. | |||||
2004-06-09 | Make this package build on Linux. | minskim | 3 | -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-08 | Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from | cjep | 2 | -2/+6 | |
Georg Schwarz. | |||||
2004-06-07 | Re: PR 25858 Synopsis: audio/taglib - Improperly placed semicolon caused | shannonjr | 1 | -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-06 | s/local/audio/ | schmonz | 1 | -2/+2 | |
2004-06-06 | Add and enable libopendaap | agc | 1 | -1/+2 | |
2004-06-06 | Initial import of libopendaap-0.2.1 into the Packages Collection. | agc | 5 | -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-06 | Add and enable applerecords. | agc | 1 | -1/+2 | |
2004-06-06 | Initial import of applerecords-0.4 into the Packages Collection. | agc | 5 | -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-06 | use buildlink3. allows this package to build with compilers other than | grant | 1 | -1/+2 | |
gcc. | |||||
2004-06-05 | Add and enable daapd. | nathanw | 1 | -1/+2 | |
2004-06-05 | Initial import of daapd-0.2.2b. | nathanw | 7 | -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-02 | Make this build on Linux. | jschauma | 4 | -15/+29 | |
2004-06-01 | Re: PR 25727 audio/cdparanoia does not compile with gcc 3.4.0 | shannonjr | 2 | -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-31 | Enable pkgviews installation. Based on Joachim Kuebart's patch in | minskim | 4 | -33/+28 | |
PR pkg/25751. - Honor CFLAGS and LDFLAGS set by pkgsrc Makefile. - Use buildlink3 framework and ossaudio.buildlink3.mk. | |||||
2004-05-31 | Enable pkgviews installation. Patches provided by Joachim Kuebart on | minskim | 6 | -6/+22 | |
tech-pkg@. | |||||
2004-05-30 | SUBST_FILES.<class> should be relative to ${WRKSRC} | seb | 1 | -2/+2 | |
2004-05-30 | Set MAINTAINER to tech-pkg@, not packages@. | snj | 2 | -4/+4 | |
2004-05-29 | Make this compile successfully with all of our Python packages (I hope). | kim | 1 | -1/+3 | |
2004-05-28 | Let this build on systems where getmntinfo receives an statfs parameter, | jmmv | 2 | -4/+4 | |
not statvfs. NetBSD seems to be the (only?) exception. From Sergio Jiménez. | |||||
2004-05-28 | I'll take care of this package. | snj | 1 | -2/+2 | |
2004-05-27 | Make this work with NetBSD 2.x (with /libexec/ld.elf_so etc.) | hubertf | 1 | -0/+7 | |
Still works on 1.6.2 too | |||||
2004-05-27 | bl3ify and make it find libossaudio | hubertf | 1 | -1/+4 | |
2004-05-27 | Give up maintainership, because either | lukem | 3 | -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-26 | Add a HOMEPAGE of http://www.kde.org/areas/multimedia/. | reed | 1 | -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-24 | update to 1.2.1 | drochner | 3 | -9/+17 | |
changes: -added translations -bugfixes -added plugins: cross fade in/out | |||||
2004-05-24 | Use g++ when linking C++. | kristerw | 2 | -1/+16 | |
2004-05-22 | Remove superfluous inclusion of bsd.prefs.mk. | wiz | 1 | -3/+1 | |
2004-05-22 | regen, without $Id$ in patch. | wiz | 2 | -9/+6 | |
2004-05-22 | Use buildlink3 for libusb. | sekiya | 1 | -3/+2 | |
2004-05-22 | Re-add patch-aa | sekiya | 1 | -0/+17 | |
2004-05-22 | The patch had an embedded RCS tag. Remove, re-import with -ko | sekiya | 1 | -17/+0 | |
2004-05-22 | Add ifp-line. | sekiya | 1 | -1/+2 | |