Commit graph

3090 commits

Author SHA1 Message Date
schmonz
6c0e704701 Update to 1.4.6. From the changelog:
Jan  20 2004:
        - Added create_playlist_rio for newer Rio players in librioutil.
        - Added -j option to rioutil.
Jan  13 2004:
        - Added support for downloading from S-Series Rios with firmware
	    version 2.0 or higher.
        - Fixed a bug in mp3.c which cause songs to upload short.
Jan  10 2004:
        - Fixed bugs in mp3.c and id3.c.
        - Added bitrate to -l option
2004-08-19 03:33:35 +00:00
minskim
c3bfb33a89 Update HOMEPAGE. 2004-08-18 21:44:08 +00:00
minskim
e99abc92df Update moss to 0.1.8. Patch submitted by Yongbin Yu, the maintainer.
Changes since 0.1.2:
  * Add options for pidfile/no-pidfile, user/group, and auth-file.
  * Store password's MD5 instead of plain text.
2004-08-17 15:50:30 +00:00
schmonz
ea4fc3dade Include pthread.buildlink3.mk. Note that this package uses the C++
compiler. Minor pkgsrc style nits.
2004-08-16 23:32:04 +00:00
wiz
3421ef6ad7 Update to 0.2.35:
* fix location of configuration file in man (Craig Routledge)
        * MMAP support for esddsp (from artsdsp, Olivier Blin)
        * GNU/kFreeBSD support (Robert Milan)
        * add new default_options in configuration file and environement
          variable, fix regression caused by patch since 0.2.30
        * use ALSA default alias (Cyrille Chepelov)
        * clean code (Kjartan Maraas)
2004-08-15 16:50:55 +00:00
simonb
b96d997487 Make me the maintainer of these two packages. 2004-08-14 13:25:41 +00:00
simonb
776b8ff471 Update to version 0.11.4. Changes from 0.11.3 are:
1) Fixed a segfault when decoding mp3's with corrupt id3v2 tags
 2) Fixed a memory leak when encountering id3v2 tags in mp3 decoder
2004-08-14 13:21:14 +00:00
kristerw
06462b30e3 Convert C99-isms to C89, to make this pckage build with gcc 2.95. 2004-08-14 11:43:53 +00:00
minskim
d683dc704e This package requires thread-enabled Python. 2004-08-13 15:09:58 +00:00
minskim
f6c758dcfd Add and enable moss. 2004-08-10 06:50:29 +00:00
minskim
af756b7097 Initial import of moss-0.1.2. Packaged by Yongbin Yu.
MOSS (MP3/OGG Streaming Server) is an HTTP-based streaming server
written in Python.  It supports the web mode where you browse and
select songs, and the live mode which supports real-time broadcast.
2004-08-10 06:48:21 +00:00
minskim
2bcdb33c95 The configure script requires "-lX11 -lm" in LIBS to link with -lGL. 2004-08-02 02:52:47 +00:00
kristerw
f78c1f4e27 Convert some C99-isms to C89 to make this build with gcc 2.95. 2004-08-01 16:13:32 +00:00
xtraeme
8315b50112 Fix lrintf() function in libfaad/common.h to make this build on
NetBSD -current, this closes PR pkg/26412.
2004-07-31 08:10:47 +00:00
agc
4c64dcfc14 audio/snd uses its own round() function, incompatible with the one in
math.h in -current - work around this.

XXX still statfs problems in -current in this package.
2004-07-28 08:05:32 +00:00
agc
2317e8ab81 Fix problem shown up in the bulk build - if we're going to use the X11
libs, we might as well link them in.
2004-07-28 07:01:27 +00:00
agc
a8b1453bc4 Consolidate patch-ac and -ad into one patch file, as they patch the
same file (patch-ad with a weird path). Fixes problem seen in bulk
build.
2004-07-27 22:25:31 +00:00
cube
6bed85868c Update to version 2.1.20. Fixes PR 26428 from Joel CARNAT.
2.1.20:
- Improve the string to utf8 translation function

2.1.19:
-  When both g_filename_to_utf8 and g_locale_to_utf8 fail, use the unconverted
   string. Don't know if it's the right way, but fixes crashes with broken
   filenames.
- Don't try to convert NULL. Fixes crash on empty playlist
- Use special gkrellm 2.2.0 api for scrolling text.
   Patch by Bill Wilson <billw@wt.net>
- Use a g_spawn function instead of system to launch xmms, so xmms doesn't
  inherit all open gkrellm file descriptors
    Patch by Bill Wilson <billw@wt.net>

2.1.18:
- When g_filename_to_utf8 fails fall back to g_locale_to_utf8. Fixes 100% cpu
  usage when playing files with filenames in locale encoding.

2.1.17:
- Fixed memory leaks introduced in previous version.
- Patch by Bill Wilson <billw@wt.net> to fix dependency on GdkFont and some
  other cleanups

2.1.16:
- Fixed crash when updating playlist
  Thanks to Jan Tomasek <jan@tomasek.cz> for the pointer
- Use the filename for title if we don't load the info
- Add an item in the rmb menu to popup the gkrellmms config tab

2.1.15:
- Off by one error in the playlist updating code, caused the wrong title to
  show. Found and patched by Andrew Kemp <ajwk@pell.uklinux.net>
2004-07-26 22:41:05 +00:00
wiz
12df53ad32 Bump firstlevel depends for speex shlib major bump. 2004-07-23 15:49:46 +00:00
wiz
c76b86957d Update to 1.0.4:
* Headers are now in ${PREFIX}/include/speex/ (but a copy is still
  in ${PREFIX}/include for compat reasons).
* Pseudo-gapless playback (i.e. playback has the same number of
  samples)
* Fixed a potential bug (unconfirmed) that might cause a segfault
  in special circumstances.

Also includes a shlib major bump, so update DEPENDS in buildlink3.mk.
2004-07-23 15:48:47 +00:00
simonb
b161bc1d8a Update to version 0.11.3. Changes include:
. support for http authentication for streams
 . replaygain pre-amp support
 . some bug fixes
2004-07-22 16:25:28 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
salo
fcee1b3cd3 USE_IMAKE implies USE_X11BASE, remove it.
Style nits.
2004-07-21 21:00:26 +00:00
abs
8bc7d9954f Update mserv_irman to 0.19:
- If an irman_name has successfully initialised, and later dies,
      restart it
    - Kill irman_names on exit
    - Allow per host config
    - Add install target
2004-07-16 23:34:36 +00:00
agc
edae2fb2a9 If we're going to do the substitution of ${SH} in the Makefile, we might
as well give it something to substitute.

No functional change to the package.
2004-07-15 10:08:41 +00:00
manu
e84550e71c Enable ogg music (needed for upcoming games/wesnoth package) 2004-07-14 13:16:30 +00:00
grant
e35a9814b3 correction - panel.h isn't needed, so patch it out of existance and
drop the added INCOMPAT_NCURSES patterns.

fixes build with NetBSD libcurses again.
2004-07-14 10:47:57 +00:00
grant
7ddf34cc2e add missing file 2004-07-14 10:38:43 +00:00
grant
5dcca817d2 Updated ncmpc to 0.11.0.
- dependency on popt removed
- NetBSD-2*-* added to INCOMPAT_CURSES because this needs panel.h from
  ncurses.

Major changes since 0.10.1:

* removed popt dependency
* the default port is now 6600 (mpd-0.11.0)
* nls support (sv,de)
* ncmpc now uses the terminal in raw mode (enabling key bindings to Ctrl-C...)
* changed key bindings:
	o cursor movement up/down with j and k (used to be . and ,)
	o the update/redraw command is now executed with Ctrl-L (used to be u)
* new ncmpc commands:
	o move a playlist entry up/down with Ctrl-K, Ctrl-J (playlist screen)
	o add a song/url with a (playlist screen)
	o support for MPD db updates with Ctrl-U
* new command line options --config=FILE and --key-file=FILE
* configuration changes:
	o replaced '_' with '-' in configuration field names
	o the color support in ncmpc have been redesigned - more colors & color fields
	o the display of song names can now be customized (list-format, status-format, xterm-title-format)
	o ncmpc no longer changes the xterm title by default (set-xterm-title)
	o new option for default find mode (find-wrap)
	o new option for cursor movement (wrap-around)
	o new options for alert bells (audible-bell,visible-bell)
	o the wide cursor is now enabled by default (wide-cursor)
	o view the sample configuration file and/or the manual page for details
* ncmpc now scrolls long song names on the status line
* ncmpc now have a new built in line editor with completion and history support
* ncmpc now remembers the cursor position when changing directories
* ncmpc now offers to overwrite when saving playlists
* ncmpc now have an optional clock screen
* ncmpc now retreives playlists with MPD's plchanges command

Update provided by Robert Lillack in PR pkg/26237, with minor changes by me.
2004-07-14 10:33:33 +00:00
sekiya
834eb153a5 Update to ifp-line-0.2.4.3. Relevent changes from 0.2.4:
* Fix upload bug
    * Fix "ls" bug for ifp-8xx.
    * Fix "mkdir" and "rmdir" bug.
    * Added support for iFP-7XX and iFP-8XX by Joseph Roback<joe@roback.cc>.
    * 7XX and 8XX series can download any file, change behavior of "download".
    * Change behavior of "ls"("ls" is same as "ls /").
2004-07-13 11:34:58 +00:00
martti
5c9ec30dad Updated XFce to 4.0.6
As usual, this is a maintenance release, aimed at bug-fixing;
no new features are being added to the 4.0 branch.

The main purpose of this release is compatibility with recent GTK+
releases along with other fixes.
2004-07-12 08:25:11 +00:00
minskim
4de62a3987 Make this package build on non-NetBSD platforms by using variables
defined on ossaudio.buildlink3.mk.
2004-07-10 16:33:01 +00:00
minskim
0b09ceddfa Each of patch-* should patch only one file. 2004-07-10 16:11:59 +00:00
xtraeme
561f8c439a * Enable pkgviews installation.
* Use subst.mk instead of patching the files for the audio device.
2004-07-09 12:02:04 +00:00
agc
4ba262c7c1 Install bplay and brec as well as gramofile.
Use /dev/sound on NetBSD.
Bring in ossaudio via buildlink3.
Bump PKGREVISION.

Fixes the problems reported in PR 26206 by Ole Hellqvist
2004-07-08 18:33:06 +00:00
simonb
bc19e6b545 Update to version 0.11.2. Changes include:
1) Work around in computing total time for mp3's whose first valid mpeg
   frame is not layer III
2) Fix mp3 and mp4 decoders when seeking past the end of the file
3) Fix replaygain for flac and vorbis
4) Fix memory leaks in flac decoder (from normalperson)
5) Fix Several other bugs in playlist.c and directory.c (from normalperson)
2004-07-07 05:45:19 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
xtraeme
c1b77546d4 PKGNAME is redundant here... 2004-07-06 15:00:03 +00:00
xtraeme
cb204b0dec Added hydrogen and libhydrogen both version 0.8.0. 2004-07-06 14:54:53 +00:00
xtraeme
0375c6a2a5 Initial import of hydrogen-0.8.0 from pkgsrc-wip, contributed by
Chris Wareham.

Hydrogen is a simple real-time drum machine/sequencer for CAC (Computer
Aided Composition).
2004-07-06 14:52:26 +00:00
xtraeme
b271e913ee Initial import of libhydrogen-0.8.0 from pkgsrc-wip, contributed by
Chris Wareham.

Shared library for Hydrogen, a simple real-time Drum machine/sequencer
for CAC (Computer Aided Composition).
2004-07-06 14:51:17 +00:00
minskim
edf9ae51dc Fix PLIST and bump PKGREVISION.
- Add an entry for an empty directory.
  - Add a comment on a directory handled by xmms.
2004-07-05 15:07:33 +00:00
agc
f5d7edda78 It might help if I committed the latest versions to the tree - make it so. 2004-07-04 22:40:11 +00:00
agc
fb6988ac69 Add and enable gramofile 2004-07-04 22:38:33 +00:00
agc
f5977d58bd Initial import of gramofile-1.6 into the Packages Collection. With
thanks to Steve Woodford for the nudge.

	GramoFile is able to record hours of CD quality music, split long
	sound files in separate tracks, and remove ticks and pops from
	recordings.  It can be used for ripping audio from vinyl LPs.

	+ Integrated sound recording and playback (with customized versions of
	  brec(1) and bplay(1) by David Monro);
	+ Handling of large sound files up to a few GB;
	+ Signal peak level meter during recording;
	+ Playback of user-specifiable parts of sound files;
	+ Signal processing through application of `filters';
	+ Nine filters (filter types, actually) are supplied, new ones can be
	  added fairly easily;
	+ Multiple filters can be used, in random order, in one single run - even
	  multiple instances of the same filter;
	+ Most filters can be fine-tuned through a number of parameters
	  (independent of each filter instance);
	+ A large sound file containing an entire side of a gramophone record can
	  be split into separate sound files, one for each track;
	+ Signal processing and track splitting are performed simultaneously;
	+ Text mode user interface with a windows-like look and `feel';
	+ Sound files of the familiar .wav type are used
2004-07-04 22:35:40 +00:00
jmmv
85ba26aaf2 Add and enable gst-plugins-cdparanoia. 2004-07-04 15:58:16 +00:00
jmmv
b33ff08b30 Initial import of gst-plugins-cdparanoia, version 0.8.2:
This package provides the cdparanoia plugin for GStreamer, which allows
audio extraction from CDs.
2004-07-04 15:57:28 +00:00
drochner
8a6ebe6cbd don't conflict with kdemultimedia3, just with ...2 2004-07-02 15:12:07 +00:00
wiz
1854aed388 Update to 0.31:
0.31 - May 29th, 2004 :
=======================

* Tried to fixed the problem to get list of selected files after deleting of
  files,
* Added ability to set/unset padding in ID3v2 tags,
* Added an option in the 'Playlist window' to write only the selected files
  or directly all the files in the playlist,
* Polish translation updated (thanks to Artur Polaczynski),
* Russian translation updated (thanks to Andrey Astafiev),
* Romanian translation updated (thanks to George Pauliuc),
* Dutch translation updated (thanks to Björn Olievier),
* Japanese translation updated (thanks to Takeshi Aihana),
* Czech translation updated (thanks to Milan Siebenburger),
* Italian translation updated (thanks to Kostantino).


0.30.2 - March 25th, 2004 :
===========================
* Some tabs in the preferences window have been reorganized,
* Fixed in configure script, the detection of libFLAC when using the switch
  --disable-ogg,
* Fixed a wrong numbering in sub directories for the new track field button
  (to set the number of files in the directory to the track field),
* German translation updated (thanks to Götz Waschk).


0.30.1 - March 22th, 2004 :
===========================
* Added support of FLAC Vorbis tag for FLAC files (if the file has no FLAC
  vorbis file, it tries to read the ID3 tag) (thanks to Pavel Minayev),
* Added support of APE tag for OptimFROG files (.ofr, .ofs),
* Added ability to write by default ID3v2.3 tags to ISO-8859-1,
* Version of libFLAC (1.0.3) supplied in the package was removed,
* Added ability in the Process Fields scanner to convert a character by an
  other on (patch from Ben Hearsum),
* Added ability to display the files by Artists and by Albums,
* Added ability to set independently the character conversion for the Tag
  scanner and the Rename File scanner,
* Added a new button to set the number of files in the directory to the
  track field,
* Added the entry "Tag selected files with this field" in the popup menu of
  tag entries,
* Added a sub menu Scanner into popup menu over the file list,
* When resizing the main window, the tag area doesn't grow,
* The fields identifiers for Ogg Vorbis tag are written with upper letters
  (ex: TITLE= instead of title=) as they are recommended by Vorbis standard,
* The CDDB results can be applied to the files selected in the main list,
* Fixed the execution of scanner, when using entries of the main menu
  'Scanner' in the menu bar,
* Fixed the CDDB server name, that wasn't saved in the configuration file,
* Fixed connection to CDDB under FreeBSD 5.1 (thanks to from Jan Kanty Palus),
* Fixed a bug when using "Repeat action for the rest of the files" when
  deleting files,
* Fixed a bug that doesn't save the changed files, which aren't selected,
  when changing of directory or exiting, even if you select the button "Yes"
  in the dialog box,
* Fixed a bug when renaming files with the scanner and using the character
  conversion (some spaces or underscores weren't replaced),
* Fixed some memory leaks (in browser, scanner, ...),
* Updated easytag.desktop and EasyTAG icon,
* French translation updated,
* Spanish translation updated (thanks to Fernando),
* Italian translation updated (thanks to Kostantino),
* Dutch translation updated (thanks to Björn Olievier),
* Ukrainian translation updated (thanks to Cawko Xakep).
2004-06-30 00:30:47 +00:00
simonb
1066424f61 Update to version 0.11.1.
Changes include:
. Support for new update command
. Make add command more robust
2004-06-29 08:26:38 +00:00
simonb
b9f17c49e0 Update to version 0.11.1.
Changes include:
. Added support for HTTP Proxy
. Detect and skip recursive links in the music directory
. Support for playing mp3 and Ogg Vorbis streams
. Replaygain support for Ogg Vorbis and FLAC
. Update specific files/directories (for fast, incremental updating)
. Play after stop resumes from last position in the playlist
. Play while pause resumes playback
2004-06-29 08:24:20 +00:00
jmmv
51d2ab0a66 Update to 0.3.3:
* FreeTTS driver now requires FreeTTS 1.2beta.
2004-06-28 15:01:31 +00:00
ben
5dace9b722 Bump PKGREVISION because archive changed but the filename did not.
Update PLIST and distinfo to reflect changes.
2004-06-28 13:21:48 +00:00
adam
97e33615da Changes 1.0.10:
* Minor bug fixes
* Fix support for Win32 MinGW compiler
2004-06-28 08:14:03 +00:00
jmmv
b74aaaeab9 Fix the OSS plugin. For me it only fixes the volume control, but I have
been told by many people that it doesn't work at all for them... hopefully
this solves all problems.

The fix is the following: instead of using the included soundcard.h file,
use the one provided by the system (only in the NetBSD case; I can't test
other systems).

Idea from PR pkg/25301 by Kouichirou Hiratsuka.  Bump PKGREVISION to 1.
2004-06-26 22:12:28 +00:00
kristerw
c2a18ef8ac Correct path to multimedia/smpeg. 2004-06-26 17:37:14 +00:00
grant
e0ed05cfdb move smpeg to multimedia/ 2004-06-26 09:16:10 +00:00
jmmv
716bd9cee0 Update to 1.00:
* Fixed a crash when playing non-existent files.
* Doesnt display an annoying message when xmms cannot play a file.
2004-06-25 12:48:43 +00:00
jmmv
d596563ef3 Update to 0.8.5. From Kouichirou Hiratsuka in PR pkg/26083.
* Metadata loading via Xine [Bastien Nocera]
* Don't crash on duplicate database entries [Colin Walters]
* Fix random crasher when using commandline args [Colin Walters]
* Fix small display, sourcelist, and browser keybindings to
  not conflict with HIG [Colin Walters]
* Actually include sk translation

New Translations
* is (Gunnar Steinn Magnússon)
* sk (Ivan Noris)

Updated translations
* az (Metin Amiroff)
* bg (Peter Slavov)
* el (Nikos Charonitakis)
* fi (Ilkka Tuohela)
* fr (Christophe Fergeau)
* it (Luca Ferretti)
2004-06-25 08:37:57 +00:00
ben
0876316a7e Upgrade shorten to version 3.6.0. 2004-06-24 23:50:54 +00:00
ben
2d8a51ab7a Remove obsolete package gmodplay. 2004-06-24 22:55:02 +00:00
ben
b9ed449797 Removing package because gmodplay is no longer maintained. For a
modplug-based player, see audio/xmms-modplug.
2004-06-24 22:54:27 +00:00
xtraeme
58866fe502 Update audio/icecast to 2.0.1.
Changes:

This patch release fixes a overflow buffer which can cause server crashes
under certain circumstances. This release contains ONLY the fix for this
issue. We are still targetting a 2.1.0 release with new features and
functionality in the near future.
2004-06-24 18:20:03 +00:00
jschauma
acefb0f91e Include zlib's buildlink so that this configures and builds fine on
platforms that don't have zlib and need to pull it in from pkgsrc.
2004-06-24 17:27:26 +00:00
dillo
a3f722e4a3 Make this package obey USE_ESOUND. While here, add USE_OSS to BUILD_DEFS. 2004-06-22 13:59:10 +00:00
drochner
904b635199 update to 0.8.3
changes:
i18n improvements
bugfixes
2004-06-21 18:00:57 +00:00
drochner
da040b743e update to 0.1.0
changes:
Add callback API, functions for short to float and float to short conversion.
Minor bug fixes.
2004-06-21 17:59:13 +00:00
drochner
64a32d12c6 update to 1.4
changes:
Add Mac OS X and Darwin support.
Update FreeDB version to 5 for DYEAR and DGENRE fields.
2004-06-21 17:30:05 +00:00
drochner
d7a824af69 deal with a build problem on IRIX64, reported by Florian S. on tech-pkg
(need to include <sys/time.h> for "struct timeval" definition)
2004-06-21 14:56:36 +00:00
agc
d3f7b53d5f Add and enable tunesbrowser 2004-06-20 20:42:52 +00:00
agc
f71295d8b7 Import tunesbrowser-0.1.5 into the Packages Collection. Tunesbrowser can be
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 20:41:22 +00:00
agc
92665af3d7 Add a buildlink3 file for this package. 2004-06-20 20:32:54 +00:00
agc
9f803fbd96 Add a buildlink 3 file for this package. 2004-06-20 20:30:49 +00:00
agc
1ef93970b9 Add and enable gst-plugins-artsd 2004-06-20 20:26:29 +00:00
agc
1203817a93 Import the gstreamer plugin (version 0.8.1) of the artsd package into the
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-20 20:25:30 +00:00
minskim
b912cc3fc8 Make this package build on Linux.
- Include time.h to use time(2).
2004-06-16 03:25:48 +00:00
grant
239d12fe26 revert last; thanks minskim. 2004-06-14 01:09:05 +00:00
grant
e9635507d7 bl3 includes belong at the end right before bsd.pkg.mk. 2004-06-14 00:58:44 +00:00
grant
7ee7f4c84e inline linear2mulaw() and mulaw2linear().
with SunPro, inline functions can't call static functions unless they
are also inline.

fixes build on Solaris.
2004-06-12 01:37:39 +00:00
grant
a64ef6e3d8 pass $(CPPFLAGS) and $(LDFLAGS) where appropriate. remove hardcoded
CC=gcc.
2004-06-12 01:20:57 +00:00
grant
2e3099db40 remove useless use of __attribute__. allows this to build with compilers
which don't support __attribute__.
2004-06-12 01:05:37 +00:00
markd
ab2b247538 Update to version 1.2.3 (part of kde 3.2.3)
changes unknown.
2004-06-10 11:27:41 +00:00
agc
671b8c5504 The install stage of this package requires interactive acceptance of a
licence. Mark the package has having an interactive install stage.
2004-06-09 22:46:48 +00:00
minskim
b7d409e6b0 Make this package build on Linux.
- Include endian.h instead of machine/endian.h on Linux.
  - Include sys/soundcard.h instead of soundcard.h on every platform.
2004-06-09 12:53:46 +00:00
cjep
f6887a97b1 Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
2004-06-08 12:23:59 +00:00
shannonjr
3e835f779c Re: PR 25858 Synopsis: audio/taglib - Improperly placed semicolon caused
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-07 19:36:40 +00:00
schmonz
af243a6fde s/local/audio/ 2004-06-06 19:48:38 +00:00
agc
8ff3e9a0d3 Add and enable libopendaap 2004-06-06 08:03:48 +00:00
agc
8ff0f9db90 Initial import of libopendaap-0.2.1 into the Packages Collection.
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 08:02:49 +00:00
agc
d30e7edf4f Add and enable applerecords. 2004-06-06 07:21:46 +00:00
agc
65a41377b7 Initial import of applerecords-0.4 into the Packages Collection.
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 07:20:12 +00:00
grant
db859ecb4f use buildlink3. allows this package to build with compilers other than
gcc.
2004-06-06 02:26:54 +00:00
nathanw
41b202246d Add and enable daapd. 2004-06-05 19:08:47 +00:00
nathanw
f311842edf Initial import of daapd-0.2.2b.
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-05 19:07:51 +00:00
jschauma
cca49ac782 Make this build on Linux. 2004-06-02 20:28:59 +00:00
shannonjr
edbc11c53d Re: PR 25727 audio/cdparanoia does not compile with gcc 3.4.0
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-06-01 20:58:38 +00:00
minskim
7d02f7e839 Enable pkgviews installation. Based on Joachim Kuebart's patch in
PR pkg/25751.
  - Honor CFLAGS and LDFLAGS set by pkgsrc Makefile.
  - Use buildlink3 framework and ossaudio.buildlink3.mk.
2004-05-31 17:35:14 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
seb
d843dafef8 SUBST_FILES.<class> should be relative to ${WRKSRC} 2004-05-30 12:47:18 +00:00
snj
eb1b52eb41 Set MAINTAINER to tech-pkg@, not packages@. 2004-05-30 02:19:16 +00:00