Commit Graph

2340 Commits

Author SHA1 Message Date
sthen
3f708542c3 ratchov@ reports that packaging fails, this is when files/aqualung.desktop
is writable by a group other than wheel. fix by using INSTALL_DATA/SUBST_CMD
rather than directly using SUBST_CMD -c.

PLIST remains the same with this fix; package version not bumped.
2009-01-28 23:18:56 +00:00
stsp
9916f66d8d isnan() and isinf() are in the std:: namespace now, so remove a patch
which stripped the std:: namespace qualifier from calls to these functions.
Should unbreak this port on architectures using gcc-3.x.
ok naddy@
2009-01-28 19:45:59 +00:00
sthen
2138a6b848 update to 7.3.2 2009-01-28 01:36:00 +00:00
sthen
b5b824f2a1 add sndio backend, wavpack support, and use SUBST_CMD. From maintainer
Jeremy Evans, thanks!
2009-01-28 00:20:57 +00:00
fgsch
be18b8815a - update to 1.5.1
- remove arts, esd and oss (from brad)
- add jack pseudo flavor (from brad)
- add wavpack
- add sndio, based on xmms' sndio support from Thomas Pfaff

input, some testing and ok sthen@.
2009-01-25 02:07:06 +00:00
fgsch
a2d3f6cb2d update to 1.5.1; some testing and ok sthen@. 2009-01-25 02:02:19 +00:00
jasper
2c8cd7c176 - regen WANTLIB 2009-01-23 17:42:14 +00:00
naddy
5a55dd51f8 Don't link with -lpthread; spotted by ajacoutot@
In fact, -pthread isn't needed either, so remove completely.
2009-01-21 15:14:27 +00:00
ajacoutot
5f2c72663c - regen WANTLIB after libgnome esound support removal 2009-01-21 10:50:12 +00:00
ajacoutot
09dd6ba720 - regen WANTLIB after libgnome esound support removal 2009-01-20 23:13:30 +00:00
jasper
4af0899070 Security fix for CVE-2008-5030 , which can cause a buffer overflow.
Patch extracted from Debian's 02-cddb-bufferoverflow.dpatch

ok kevlo@ (MAINTAINER)
2009-01-18 23:34:04 +00:00
ratchov
4def6dd506 add libsndio backend for sox.
bits and ok from naddy@
2009-01-16 16:42:56 +00:00
jakemsr
6cf9c67d51 audio backends can be called from different threads, so use a mutex
to protect global objects.

from Thomas Pfaff, thanks
2009-01-16 04:15:46 +00:00
naddy
75492e1a20 +xmms-wavpack 2009-01-12 16:42:36 +00:00
naddy
07977559c3 Import xmms-wavpack 1.0.2.
xmms-wavpack is a plugin for the multimedia player XMMS that plays
audio files in the WavPack format, which supports lossless and lossy
compression.

ok sthen@
2009-01-12 16:41:37 +00:00
ajacoutot
cfec13fc70 - re-add libsamperate support
it seems the bug jakemsr@ fell into several months ago has been fixed;
note that this does not add any dependency since akode needs jack which
needs libsamplerate
- lowercase COMMENT while here

discussed with and no objection from jakemsr@
2009-01-12 11:43:43 +00:00
jakemsr
9fecd9e1e1 don't use dynamic SIMD instructions. 2009-01-12 10:45:01 +00:00
naddy
da2fc83246 update to 1.6.4, which fixes a resampling bug 2009-01-11 17:36:34 +00:00
naddy
0ce8f99fff include wavpack support 2009-01-11 17:33:56 +00:00
ajacoutot
4342aa0e74 - update libsamplerate to version 0.1.5
- resign from maintainership (any takers?)

dependent ports are still happy with this update
2009-01-11 12:42:14 +00:00
ajacoutot
caafe0260a - regen WANTLIB and bump 2009-01-11 11:50:45 +00:00
jakemsr
5f8648a46b - update to 0.116.1, mostly stability/reliability fixes
- add sndio backend

playback under aucat server is pretty solid.  for full-duplex,
starting aucat with 'aucat -l -b 2048' and jackd with just
'jackd -d sndio' seems to work best for me.  we want low latency
anyway, right ;)
2009-01-11 10:51:45 +00:00
jakemsr
4aec4e0c11 update to audacity-1.3.6
- lots of bugs fixed (though importing Ogg and Flac formats is still
broken)
- now uses external vamp-plugin-sdk
2009-01-11 09:29:36 +00:00
jakemsr
4d29564a49 + vamp-plugin-sdk 2009-01-11 09:24:13 +00:00
jakemsr
cf918e04cf import vamp-plugin-sdk-1.3
Vamp is an audio processing plugin system for plugins that extract
descriptive information from audio data - typically referred to as audio
analysis plugins or audio feature extraction plugins.
2009-01-11 09:22:08 +00:00
sthen
ea8ff58ca3 +wavpack 2009-01-10 02:09:29 +00:00
sthen
96f1b5c1c0 import wavpack, tweaked from a ports@ submission by Alexandr Shadchin
WavPack is a completely open audio compression format providing
lossless, high-quality lossy, and a unique hybrid compression mode.
The compression ratio depends on the source material, but generally
is between 30% and 70%.

The hybrid mode provides all the advantages of lossless compression
with an additional bonus. Instead of creating a single file, this
mode creates both a relatively small, high-quality lossy file that
can be used all by itself, and a "correction" file that (when
combined with the lossy file) provides full lossless restoration.

WavPack employs only well known, public domain techniques (i.e.,
linear prediction with LMS adaptation, Elias and Golomb codes) in
its implementation. Methods and algorithms that have ever been
patented (e.g., arithmetic coding, LZW compression) are specifically
avoided.
2009-01-10 02:08:34 +00:00
jakemsr
82126b97cc - add sndio backend
- remove OSS backend

requested/tested by ajacoutot@
2009-01-09 17:34:32 +00:00
todd
19485d5ae5 remove flavors no longer used for sox 2009-01-08 23:32:57 +00:00
naddy
09d564af17 - Large update to 14.2.0.
- Drop snprintf() patches that were not accepted upstream.
- Drop flavors and just add most external libraries sox supports.
- Don't modularize the format converters.
2009-01-08 19:48:21 +00:00
jasper
65fcb38408 - update p5-Audio-MPD to 0.19.5 2009-01-08 12:21:36 +00:00
jasper
1519e41fcf - update p5-POE-Component-Client-MPD to 0.9.1 2009-01-08 12:05:12 +00:00
jasper
bff58c1b5f - update p5-Audio-MPD-Common to 0.1.4 2009-01-08 12:04:47 +00:00
jakemsr
992cab61c2 fix build when esound is not installed
from Brad
2009-01-03 17:56:03 +00:00
ajacoutot
52d8a01387 - move some files from one subpackage to the other where it belongs
agreed by Andreas Bihlmaier (maintainer)
2009-01-03 14:50:24 +00:00
ajacoutot
57dccad1f5 - add a patch from upstream SVN to allow compiling with DEBUG
"if it works for you" jakemsr@ (maintainer)
2009-01-02 22:47:45 +00:00
naddy
728d9cb91c no more libao flavors; from Brad 2008-12-30 22:00:55 +00:00
naddy
44a7c70f1e * remove the arts/esound backends and sub-packages
* remove the sun audio backend
* simplify: no more multi-packaging or pseudo flavors

Mostly from Brad.
2008-12-30 21:59:55 +00:00
jakemsr
24c6d7533a don't build the ossaudio(3) backend, the audio(4) backend works fine 2008-12-28 23:08:55 +00:00
jakemsr
a1a657c516 - remove esound backend
- disable ossaudio(3) support
- comment out audio(4) module

from Brad, ok robert@ (maintainer)
2008-12-28 22:31:51 +00:00
jakemsr
a6e78cfa88 - add sndio backend
- drop OSS audio support but keep "OSS" midi support
2008-12-26 08:45:12 +00:00
jakemsr
3b54db1308 - add sndio backend, courtesy of Thomas Pfaff, thanks!
- get rid of PSEUDO_FLAVORS
- gain a bit of contrl over auto*

ok naddy@
2008-12-26 06:34:45 +00:00
ajacoutot
937bad0998 - update pacpl to version 4.0.3
from Andreas Bihlmaier (maintainer) with some tweaks.
2008-12-23 15:52:42 +00:00
naddy
8c48424684 maintenance update to 1.6.3 2008-12-22 20:55:49 +00:00
naddy
7633a2c82b quote first argument of AC_DEFUN to silence warnings from aclocal 1.8+ 2008-12-22 20:28:18 +00:00
jakemsr
2eebabbd75 - update to 0.2.41
- replace audio(4) backend with sio_open(3) (libsndio) backend

update by ajacoutot, new backend from me
2008-12-20 08:58:32 +00:00
ajacoutot
c7b723a305 - scrollkeeper -> rarian 2008-12-19 10:00:28 +00:00
jasper
266bd2dfb2 - add vagalume 2008-12-16 09:14:50 +00:00
jasper
97bbca41be import vagalume 0.7
Vagalume is a Last.fm client for GNOME.
Its main features are:
    * It plays Last.fm radio streams (using protocol v1.2)
    * Support for different radio stations (personal, neighbours, loved tracks,
      or any lastfm:// URL)
    * It supports marking tracks as loved or banned
    * It can tag artists, tracks and albums
    * It can download free tracks to your hard disk
    * It sends Now Playing information following the Audioscrobbler Realtime
      Submission Protocol v1.2.
   [etc]
2008-12-16 09:12:53 +00:00
ajacoutot
bf5c6e3b50 +sound-theme-freedesktop 2008-12-14 18:44:00 +00:00
ajacoutot
9c96f3904c Import sound-theme-freedesktop-0.2
A sound theme is a set of sounds, sharing similarities / instruments...
The user can then select the sound theme that they want to use, and all
applications will use sounds from the theme.  This definition is
similar to icon theme.
2008-12-14 18:42:36 +00:00
ajacoutot
97cb20abe7 - move drivers order to give it a chance to actually play a sound:
use gstreamer first (which uses libsndio by default) instead of plain OSS.
(canberra should be modified to use libsndio by itlsef)
- explicitely add enable/disable switches in CONFIGURE_ARGS
- regen PLIST while here
2008-12-14 15:10:15 +00:00
sthen
0c06dbe989 add NO_REGRESS=Yes, no package bump needed. 2008-12-13 10:37:28 +00:00
pea
b88be8d81c Update to 1.64.0.
ok ajacoutot@
2008-12-11 08:40:25 +00:00
jasper
cb8395549b - reflect it's capabilities a bit more in DESCR, would saved me some time... 2008-12-10 23:15:24 +00:00
jasper
899540555a - fix potential 64-bit issues
- regen PLIST
- specify license version
2008-11-23 00:42:08 +00:00
jasper
aeadb2fcac - regen patches, so a future diff is cleaner 2008-11-23 00:34:21 +00:00
jasper
6dd6b13329 - enable the gtk+2 part of libcanberra
- set use_x11

maybe we can split this into subpackages..anyone? ;-)
2008-11-19 08:06:03 +00:00
sthen
e8b95b6849 - update to 7.2.1
- fix userid conflict with heartbeat (sorry)
2008-11-17 12:31:27 +00:00
steven
e3d14afb9d update to 2.3
from maintainer Andreas Bihlmaier
2008-11-17 06:13:08 +00:00
sthen
f7de82cbc5 update to 1.2, from maintainer Andreas Bihlmaier. 2008-11-16 12:12:40 +00:00
sthen
e3b7bbf6a2 update to 1.24, from maintainer Andreas Bihlmaier. 2008-11-16 12:12:18 +00:00
sthen
e11a474347 update to 0.9713, from maintainer Andreas Bihlmaier. 2008-11-16 12:11:45 +00:00
naddy
71127bff23 From scratch newly created port of mpg123 1.6.1 with sndio backend.
Help from ratchov@, tested by many, ok sthen@
2008-11-11 20:35:48 +00:00
naddy
461ff6b8b8 Unhook mpg123's esd flavor. This may return as a subpackage. 2008-11-10 18:48:46 +00:00
ratchov
bba5d218ae use our license (ie license.template) for the new files
requested by naddy@
2008-11-10 16:34:28 +00:00
ajacoutot
393edbb883 - fix build when libexecinfo is installed by adding it to lib_depends;
there's no switch do disable it
- while here, precise license marker and regen PLIST
- bump
2008-11-09 17:56:59 +00:00
brad
8981cec600 Clean up dependencies a bit. gqmpeg does not directly depend on Cairo.
ok sthen@
2008-11-07 01:19:56 +00:00
sturm
dc1530ce30 use -fPIC -DPIC instead of just -fpic to unbreak build on sparc64 2008-11-04 06:40:26 +00:00
jasper
a369c27d08 - fix build on amd64
- honor CXX and CXXFLAGS
2008-11-03 20:23:18 +00:00
naddy
cbc777a29a Add a sndio output module.
From ratchov@ with some tweaks by yours truly.
2008-10-30 19:25:31 +00:00
naddy
65169c7eb9 * In the usage message, show the actually available libao devices.
* Allow -o sun to override the default libao device.
2008-10-30 14:46:59 +00:00
naddy
a57993cf08 Change "${SYSCONFDIR}" to "/etc" for files that are *always* in the
latter location.
2008-10-28 15:21:48 +00:00
jasper
8cf54158e9 - it's GNOME, not Gnome2 or gnome or any other variation
discussed with and agreed by ajacoutot@ some time ago
2008-10-28 13:33:16 +00:00
jasper
bee7d1b059 - homepage moved
- provide a working master site
- tweak DESCR and MESSAGE
- regen patches and plist while here
2008-10-28 12:09:05 +00:00
pirofti
478a14fa42 Change email addy to my openbsd one.
Suggested and okayed by naddy@, also okayed by mbalmer@.
2008-10-27 11:34:00 +00:00
jasper
75dda415b6 - add espeak 2008-10-26 19:43:30 +00:00
jasper
806931b602 import espeak 1.37
eSpeak produces good quality English speech. It uses a different
synthesis method from other open source TTS engines, and sounds
quite different. It's perhaps not as natural or "smooth", but
the articulation is much clearer and easier to listen to for long
periods.
2008-10-26 19:42:11 +00:00
sturm
57e8893df2 add intltool to MODULES to let this build on a clean machine
bump PKGNAME
2008-10-26 10:42:44 +00:00
jasper
987e1e6aa9 - add mpdBrowser 2008-10-24 17:09:55 +00:00
jasper
1c4c03da0c import mpdBrowser 0.9.15
mpdBrowser shows your collection's covers and let's you:
  - play an album with left click
  - Enqueue an album with left click and Control
  - Clear playlist with middle click
  - Play a song with right click
  - Enqueue a song with right click and Control
2008-10-24 17:08:09 +00:00
jasper
1b19b420ed - update libcanberra to 0.10 2008-10-24 13:26:14 +00:00
miod
ca650b05be Avoid setting envelope cursors to negative values; found the hard way with
0-point envelopes in kgb.xm on amd64 (blame recent malloc changes, it used
to work not so long ago on mips and alpha).

ok maintainer@ (for politeness' sake - I wrote this code after all so I don't
need his opinion (-: )
2008-10-23 22:06:26 +00:00
sthen
bea6837d98 +squeezecenter 2008-10-17 10:00:42 +00:00
sthen
53add730e5 import squeezecenter:
Formerly known as SlimServer, this is a streaming audio server
for use with the SlimDevices/Logitech network music players -
Squeezebox, Transporter and SLiMP3.

* Web browser UI to control the player and manage playlists
* MP3 & WMA Internet radio
* Alarm clock
* Automatically imports metadata tags
* Browse and search by title, artist, album or genre
* Shuffle and repeat albums or songs
* Create, save, and import .pls, .cue and .m3u playlist files
* Displays current date and time when not playing
* Open protocol and command line API
* Expandable through 3rd party plug-ins and skins
* Supports multiple synchronized players
* Listen from any computer using an MP3 software player
2008-10-17 09:59:26 +00:00
jasper
94a916ffc1 - update herrie to 2.2 2008-10-16 17:29:33 +00:00
martynas
2690988957 - make it build: missing intltool dependency
- make it work: missing mp4v2 LIB_DEPEND
tweak/ok sturm@, sthen@
2008-10-13 14:55:14 +00:00
sturm
7ef66ad49c BUILD_DEPENDS=${RUN_DEPENDS} 2008-10-13 11:42:45 +00:00
landry
486184dcd1 Enable MP4 support in easytag by depending on the new multimedia/libmp4v2
port. Diff from Tim van der Molen on ports@, thanks!
Tweak comment to use 'audio' instead of 'multimedia', suggested by jakemsr@.

'go ahead' jasper@
2008-10-07 21:47:48 +00:00
jasper
5e12adb5db - update p5-Audio-M4P to 0.51 2008-10-03 10:29:39 +00:00
jasper
f86fd72111 - update p5-POE-Component-Client-MPD to 0.9.0 2008-10-02 22:25:37 +00:00
jasper
7f428926c2 - update p5-Audio-MPD-Common to 0.1.3 2008-10-02 22:24:31 +00:00
kili
e432ddedc4 Remove maintainer per his request.
If someone wants to take this port, please note that it's now at
http://www.fireflymediaserver.org/
2008-10-02 20:44:25 +00:00
simon
559d88985c bump SHARED_ONLY ports so they get updated and work with the new perl
ok sthen@
2008-10-02 20:30:43 +00:00
jasper
7d6c5503a3 - update p5-Music-Audioscrobbler-MPD to 0.13 2008-10-02 18:35:13 +00:00
jasper
11b7959757 - add libcanberra 2008-09-26 12:03:36 +00:00
jasper
88636eba3c import libcanberra 0.9
Libcanberra is an implementation of the Freedesktop Sound Theme
specification. It allows developers to play sounds given a list of
events.

ok landry@
2008-09-26 12:01:43 +00:00
ajacoutot
0d51684304 - bugfix update to lame-398-2 2008-09-24 17:29:46 +00:00
jasper
6374dd9b49 add shell-fm 2008-09-21 22:29:19 +00:00
jasper
641f398e21 import shell-fm 0.6
Shell.FM is a lightweight and interactive console based player for
last.fm radio streams (e.g. lastfm://artistnames/someartist) featuring
proxy support and bookmarks saving.

from guillaume pinot (maintainer). with tweaks by giovanni bechis and jakemsr@
testing by many, thanks!
2008-09-21 22:27:31 +00:00
jakemsr
dfd761fe0d - simpler faad related patches
- bump PKGNAME

ok brad@
2008-09-15 22:04:17 +00:00
jakemsr
98c9e1c3ff - simpler faad related patching
- @bin marker for arts-helper
- bump PKGNAMEs

ok brad@
2008-09-15 22:02:44 +00:00
jakemsr
c91b85366f - update to faac-1.26
- now uses libmp4v2 from multimedia/libmp4v2 instead of audio/faad

ok brad@
2008-09-15 22:00:38 +00:00
jakemsr
743646d039 - update to faad-2.6.1
- greatly simplify type-mismatch-correcting patches.  most of the
  mismatches actually match on size and signedness, so only fix the
  ones that don't match.  tested to work on sparc64 by naddy@ a
  while back.
- libmp4v2 is no longer part of this package
2008-09-15 21:58:19 +00:00
jakemsr
8b611cc081 - get libmp4v2 from multimedia/libmp4v2 instead of audio/faad
- @bin marker

ok brad@
2008-09-15 21:49:10 +00:00
ajacoutot
16744c69ad - bug fix release to sonata-1.5.3 2008-09-15 14:36:19 +00:00
landry
3161d74a36 Add -D_BSD_SOURCE so that mpd calls initgroups(3) and sets additional
groups when dropping privilege. This fixes long-standing permission
problems when accessing music directory..
From Tobias Ulmer (MAINTAINER) on ports@, thanks!
ok jasper@
2008-09-09 08:11:29 +00:00
jasper
75c5425b61 - update p5-Audio-MPD to 0.19.4 2008-09-01 09:03:34 +00:00
naddy
1dcf3c5391 update to 1.2rc1 2008-08-31 19:40:44 +00:00
merdely
2d920bc45c Update to 0.99.7. From James Turner (MAINTAINER)
ok phessler@
2008-08-29 16:05:37 +00:00
jasper
a72eef8f8e add p5-Music-Audioscrobbler-MPD
p5-Music-Audioscrobbler-Submit
2008-08-27 19:52:17 +00:00
jasper
b360996fa9 import p5-Music-Audioscrobbler-MPD 0.12
Music::Audioscrobbler::MPD is a scrobbler for MPD. It provides routines
to submit songs to last.fm from MPD.

based on a port by anton v. yabchinkiy, with tweaks by me.
ok landry@
2008-08-27 19:50:37 +00:00
jasper
3d9b3d4f97 import p5-Music-Audioscrobbler-Submit 0.05
Music::Audioscrobbler::Submit is a scrobbler for MPD implementing the
1.2 protocol, including "Now Playing' feature.
Items are submitted and stored in a queue. This queue is stored as a
file using Tie::File. When you submit a track, it will add the queue to
the track and process the queue. If it submits all items in the queue,
the submit() method will return true.

based on a port by anton v. yabchinkiy, with tweaks by me.
ok landry@
2008-08-27 19:49:18 +00:00
jasper
fe55ca7696 - update herrie to 2.1
from emilien gaspar, thanks!
2008-08-27 18:25:02 +00:00
espie
fcf3cfdbeb minor update (1.4.10) 2008-08-26 17:24:38 +00:00
jasper
5715e08f33 - kill two flavors i missed,
spotted by viq, thanks!
2008-08-21 19:02:17 +00:00
jasper
d36c03233e - remove gnome flavor
- regen patches

ok wcobb@ (MAINTAINER)
2008-08-21 14:11:14 +00:00
ajacoutot
99e0a02abb - update lame to version 3.98
(new version heads up from sebastian.rother at jpberlin dot de)
2008-08-20 09:02:03 +00:00
sthen
323cf44154 shared library and PKGNAME bumps due to use of isinf/isnan/nan
following libc/libm changes
2008-07-25 20:25:59 +00:00
bernd
072567e1e5 Add a sigwinch handler so ncmpc will resize on xterm resize.
From Tobias Ulmer (MAINTAINER)

ok jasper@
2008-07-21 07:53:03 +00:00
naddy
23c5ecaa96 LP64 fixes: normalize truth values rather than truncating to int
From maintainer Arnaud Bergeron.
2008-07-18 14:29:42 +00:00
bernd
1d60f98bea Update to mpd-0.13.2.
ok MAINTAINER, jasper@
2008-07-15 08:40:49 +00:00
jakemsr
6838aeee39 * FFmpeg headers moved
* FFmpeg LIB_DEPENDS/WANTLIB changes
* add @bin markers in PLISTs
* bump PKGNAMEs

feedback/ok brad@
2008-07-09 02:07:36 +00:00
naddy
cd5be11251 Section rewrite to fix an assumption that long int is always 32 bits.
From upstream CVS; bug reported by Don Jackson.
2008-07-08 15:03:37 +00:00
ajacoutot
06469cc240 - update to libsamplerate-0.1.4 to fix a "segfault when downsampling by an
extremely small ratio"
2008-07-03 08:30:01 +00:00
wilfried
59a03c43e4 include prototypes for malloc and strdup - fix 64-bit warnings 2008-07-01 08:25:57 +00:00
sthen
20a2607b62 update midish to 0.3.2 (bugfix) and regen PLIST for @bin.
From ratchov@ (maintainer)
2008-06-30 10:11:33 +00:00
jakemsr
781094ad81 maintainence update, plus
- fix build on alpha by not comparing a va_list to NULL.  problem
  noticed and fix tested by merdely@.
- fix possible 100% cpu usage in full-duplex mode
- fix net client/server
- add @bin markers to PLIST
2008-06-28 05:49:30 +00:00
steven
eb6f97a927 update Paul Irofti's e-mail address, diff from him. 2008-06-19 09:09:42 +00:00
miod
88e6cd5f4d Makefile typo caused xmms to be a dependency even for the no_xmms flavor. 2008-06-18 18:08:06 +00:00
sthen
b29b83d776 sync wantlib and bump packages. ok ajacoutot 2008-06-15 00:04:49 +00:00
landry
5977558bc2 bump PKGNAMEs after lang/ruby module change 2008-06-14 23:41:31 +00:00
okan
9298370ad5 - maintenance update to 0.2.4.2 from Arnaud Bergeron (MAINTAINER)
- convert @perl goo to SUBST_CMD

"looks good" pval@
2008-06-09 23:46:20 +00:00
ajacoutot
007fc1c9c6 - unbreak (after libsoup update) by upgrading to version 0.11.5
breakage reported by naddy@
2008-06-09 22:59:42 +00:00
simon
aadf811194 add p5-CDDB-File and mp3cut 2008-06-08 11:15:03 +00:00
simon
96f2596e3f import mp3cut
This package provides a couple of tools to cut and cat MP3 audio files
at the frame level.

 * mp3cut uses a so called 'cue sheet' to cut an MP3 audio file into
   individual pieces (usually tracks)
 * mp3cat concatenates the audio data from one or more MP3 files
 * cddb2cue generates a cue file from a CDDB file

from Girish Venkatachalam
2008-06-08 11:14:59 +00:00
simon
0ffad0814d import p5-CDDB-File
This module provides an interface for extracting data from CDDB-format
data files, as used by freedb.  It does not read data from your CD, or
submit information to freedb.

from Girish Venkatachalam
2008-06-08 11:14:55 +00:00
ajacoutot
26ad17e565 - use textproc/intltool MODULE ;
MAINTAINER timeout
2008-06-06 09:59:05 +00:00
ajacoutot
ca49840da1 - small bugfix update to sonata 1.5.2 2008-06-05 19:57:29 +00:00
sthen
e6f0b63f7b +mkplaylist 2008-06-04 07:35:48 +00:00
sthen
aa98de9b6c import mkplaylist:
The script scans the given directories for media files with known file
name extensions and writes the names into a playlist file in M3U,
extended M3U or PLS format. Those very simple formats are used or at
least understood by the vast majority of media players on different
platforms.

For huge collections which have to be rescanned after adding or
modifying some files, the program can cache the meta data to speed up
subsequent runs.

from maintainer Girish Venkatachalam,
reworked to use python.port.mk and setuptools by wcmaier@
2008-06-04 07:33:20 +00:00
ajacoutot
5dcd16b39e - use the in-tree intltool utilities (textproc/intltool MODULE) instead
of the ones bundled in sources
PLIST_DB seems happy with the change so no bump
2008-06-03 14:56:09 +00:00
ajacoutot
bd65c3567f - reverse logic:
set BUILD_DEPENDS=${RUN_DEPENDS} and not the other way around
2008-06-03 09:08:23 +00:00
ajacoutot
e26775f9fe - remove support for MODGNOME_DEVHELP_FILES from the gnome MODULE ;
it makes more sense to add devhelp as run_depends for gnome-session and
leave it to the user to install it manually for other packages

"if you're as happy as a pig in poop, commit it" jasper@
2008-06-02 14:10:06 +00:00
ajacoutot
6e163b3cbd - enable MTP support ; from brad@
- move license marker toward beginning of Makefile while here and add
PORTHOME=${WRKDIR} to reduce spam output
2008-05-27 14:39:00 +00:00
jasper
24ed040c9b - update herrie to 2.0.2
from emilien gaspar, with a tweak by me.
2008-05-26 08:23:09 +00:00
okan
db69629683 +p5-gnupod 2008-05-19 20:22:34 +00:00
okan
7151e087d1 import p5-gnupod
GNUpod is a collection of Perl scripts which allow you to manipulate and
use your iPod.

from James Turner - thanks.

comments from simon@, sthen@ and probably others

"ok by me" merdely@
2008-05-19 20:21:42 +00:00
fgsch
d2d885ef2a grr, bump arts package as well. 2008-05-19 15:25:48 +00:00
fgsch
27afbc7e60 add cd audio support and fix dependencies.
bump package.
2008-05-19 15:22:49 +00:00
fgsch
3695ee87c9 update after cairo. 2008-05-19 03:01:00 +00:00
naddy
2cc7aa96d8 SECURITY fixes from Xiph SVN:
* add code to prevent heap attacks by exploiting dim=bignum and
  partition_codewords = partion_values
* correctly handle the nonsensical codebook.dim==0 case
* dd checks/rejection for absurdly huge codebooks

CVE-2008-1419, CVE-2008-1420, CVE-2008-1423
2008-05-17 19:58:25 +00:00
jasper
df69ad49b4 - update rhythmbox to 0.10.1 (makes it work again)
- use the updated gstreamer framework
- re-word DESCR
- misc. tweaks to Makefile

ok ajacoutot@
2008-05-14 09:41:56 +00:00
naddy
99fefeba2d * LP64 fix from Markus Lude <markus.lude@gmx.de>
* regen some patches
2008-05-13 14:20:25 +00:00
jasper
7d26d5e22f SECURITY FIX for SA29727 "Speex Header Processing Vulnerability"
patch from upstream

ok naddy@ (MAINTAINER)
2008-05-11 22:17:28 +00:00
jakemsr
820e5ed079 add milkytracker 2008-05-11 07:11:18 +00:00
jakemsr
d32fa0915f import milkytracker-0.90.80
MilkyTracker is an open source, multi-platform music application for
creating .MOD and .XM module files. It attempts to recreate the module
replay and user experience of the popular DOS program Fasttracker II,
with special playback modes available for improved Amiga ProTracker 2/3
compatibility.

ok simon@
2008-05-11 07:09:03 +00:00
jasper
1342250fe9 - update speex to 1.2beta3
- switch CONFIGURE_STYLE back to gnu, suggested by naddy.

tested in bulk build and ok naddy@ (MAINTAINER)
2008-05-04 15:16:43 +00:00
ajacoutot
68023efeed - bugfix update to sonata-1.5.1 2008-05-04 08:20:28 +00:00
fgsch
3c633f0b40 o move to an OpenBSD driver, reorganized, cleaner and with more support
o re-add cdda-player
o install libcdio_cdda.pc

ajacoutot@ ok.
2008-05-01 09:05:12 +00:00
sthen
8dbb4d347e Maintenance update, including update to fix album art retrieval due
to changed Amazon API. From Brad.
2008-04-28 00:39:10 +00:00
jakemsr
ef451787b0 update to 0.111.2.1169
- don't bother trying to fix compiler optimization flag tests.  they're
badly broken/linux spcific, and we don't use them anyway.
- the net source client became a "real" client (executable), instead of
an "in process" client (plugin)
- previous sun_driver patches accepted upstream, plus:
* fix cycle timing in duplex mode by moving calculations and function
calls out of the poll() synchronization loop
* shorten xrun and silence writing/reading messages
* remove unused variables
* attempt to stop continuous playback underruns in duplex mode that are
caused by the capture buffer overrunning
* try harder to make sure we have pristine buffers after
sun_driver_start()
* use native endian audio encodings
* report a delay when poll() times out, instead of effectively running
a null cycle


now jack works on my r10k sgi :)
2008-04-22 09:34:58 +00:00
jakemsr
0df171533b internal data is converted from float to native endian integer data.
configure 16-bit output for cpu native endian encoding.
2008-04-20 11:19:20 +00:00
ajacoutot
68e32e9054 - update to sonata-1.5
- take maintainership
2008-04-20 07:37:00 +00:00
ajacoutot
9996aff9b4 +py-mpd 2008-04-19 15:10:26 +00:00
ajacoutot
509ad7c137 Import py-mpd-0.2.0
Python client library for the Music Player Daemon.
2008-04-19 15:08:30 +00:00
ajacoutot
973a6fb381 - tweak the way the gtk-update-icon-cache goo is run
gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just
to update the icon cache (which only gtk apps can use) is overkill to
say the least!
As from now, each time icons are installed under %D/share/icons, we try
to execute gtk-update-icon-cache and if it is not there, we just ignore
the error.
What it means is that if you have gtk+2 installed, then it'll run fine
and your apps will be able to use the cache. Otherwise, it will silently
fails which is fine since it means none of your apps would have been
able to take advantage of the cache anyway.

discussed with jasper@
2008-04-17 08:10:09 +00:00
jakemsr
7203fdc58b - fix automatic resampling
- disable the libsamplerate resampler, it clips and is horribly
inefficient
- fix WANTLIB
- stop ffmpeg decoder from spamming stdout
- enable jack output
2008-04-16 02:10:21 +00:00
jasper
de2db5596e - update PoCo::Client::MPD to 0.8.1 2008-04-15 21:06:00 +00:00
jasper
c9aed4612c - update Audio::MPD to 0.19.1 2008-04-15 21:01:59 +00:00
jasper
c824f3dfc9 - update Audio::MPD::Common to 0.1.2
- add RCS id
- fix RUN_DEPENDS
2008-04-15 21:01:32 +00:00
jasper
2854f5e26e - add teeny-tiny accelerator to quit.
"of course!" maintainer
2008-04-15 20:43:20 +00:00
jakemsr
a9d8f10f16 add multimux 2008-04-13 00:22:04 +00:00
jakemsr
b5dab3cb8b import multimux-0.2.5.2
multimux allows you to multiplex up to 8 mono WAV files into a single
PCM audio data stream.  Additionally, multimux can add a WAV header to
this stream or pipe the stream to ffmpeg to create a multichannel AC3
file as commonly found in DVDs.

submitted by Girish Venkatachalam, thanks.  I used this to test
multichannel support in cmpci.
2008-04-13 00:04:11 +00:00
fgsch
5bff0f9885 update to a recent version. this fixes at least the problem where
sizeof(int) != sizeof(int *) as seen on mplayer.
2008-04-07 04:08:35 +00:00
fgsch
f01bf712ba add -logg to the .pc file if we are compiled with ogg, so other software
depending on pkg-config's --libs output don't need to be patched. naddy@ ok
2008-04-07 03:54:39 +00:00
jakemsr
88411de882 add fluidsynth 2008-04-06 22:44:46 +00:00
jakemsr
bbe3d712ec import fluidsynth-1.0.8
FluidSynth is a real-time software synthesizer based on the SoundFont 2
specifications. 

Features: 
 * Cross platform support (Linux, Mac OSX and Windows to name a few) 
 * SoundFont 2 support 
 * Realtime effect modulation using SoundFont 2.01 modulators 
 * Shared library which can be used in other programs 
 * Built in command line shell 
 * Playback of MIDI files 


ok kili@
2008-04-06 22:42:11 +00:00
jasper
aea74efec6 - @requirements@ wasn't properly set in openal.pc, causing openal to never
get picked up.
- regen patches while here

from brad@
2008-04-04 09:33:10 +00:00
jasper
dbea394d37 - don't pickup cppunit if it's installed; the current version causes
syntax error's in libmusicbrainz' tests. these tests can be build again
when cppunit is more up to date.

noticed by bernd@ and steven@, thanks!

no pkgname bump needed.
2008-04-03 12:03:09 +00:00
jakemsr
380b9b5a40 allow this to build on arches other than i386, amd64 and macppc.
no pkg bump because it has no effect on archs that were building.

problem noticed by sturm@
2008-04-02 06:46:03 +00:00
fgsch
9c696d2dfd update audacious and audacious-plugins to 1.5.0; with and ok jakemsr@
some changes were submitted for inclusion.
2008-04-02 00:39:19 +00:00
jakemsr
feb531b75c bring back esound-0.2.38.
fix the issues with audio(4) handling that caused this to get
reverted previously.

add an arts flavor.
2008-03-31 01:05:54 +00:00
jakemsr
56ff75c711 - restore the 10 second sleep in the watchdog thread by using
nanosleep(2) instead of usleep(3), which is limited to 1 second.

- stop clients from getting "zombified" after connection graph
changes by ignoring errors from read(2)ing data that isn't used.
2008-03-30 08:46:15 +00:00
ajacoutot
e5fad4be03 - disable cdda-player for now as it is not quite working yet
"fine with me" jasper@
2008-03-27 13:02:50 +00:00
naddy
4daf94ca23 update to 1.0.17; mostly from brad@ 2008-03-25 21:24:24 +00:00
ajacoutot
e86e0dd91c - reorder dependencies
ok maintainer Jeremy Evans <openbsd at jeremyevans dot net>
2008-03-25 18:09:14 +00:00
fgsch
b2b145308c remove unneeded lame,no_x11. 2008-03-25 17:31:27 +00:00
fgsch
5904118839 switch lame to multi packages, avoiding some long standing headaches with
the normal vs. no_x11 flavors.  with input from espie@ and ajacoutot@
ok ajacoutot@ (maintainer).
2008-03-25 17:27:27 +00:00
ajacoutot
7b7a8e28ae - update libsamplerate to version 0.1.3
More info here:
http://www.mega-nerd.com/erikd/Blog/CodeHacking/SecretRabbitCode/progress.html

ok landry@
2008-03-25 13:54:30 +00:00
jasper
16dd94874f - add libmusicbrainz 2008-03-25 09:22:16 +00:00
jasper
f52f8824ed import libmusicbrainz 3.0.1
The libmusicbrainz (also known as mb_client or MusicBrainz Client
Library) is a development library geared towards developers who wish to
add MusicBrainz lookup capabilities to their applications.

from OUSADOU Azwaw, with tweaks by me

ok ajacoutot@
2008-03-25 09:19:23 +00:00
jasper
f28cb68877 - disable musicbrainz so it won't be picked up later.
'of course!' ajacoutot@
2008-03-25 08:23:54 +00:00
jakemsr
a785de8f2c sun_driver tweaks:
- in each call to sun_driver_write(), bzero the buffer that will be
  written to the audio device.  stops jackd from "buzzing" or
  "humming" when the last samples from a client weren't true silence.
- consistently use bzero instead of memset to zero out buffers.
- add missing returns in error conditions.
2008-03-24 21:45:14 +00:00
jakemsr
c3a88cc59a disable jack for now 2008-03-24 06:51:04 +00:00
jakemsr
da524839bc disable jack output for now 2008-03-24 06:39:55 +00:00
jakemsr
3b8934473d explicitly disable jack and polyp (pulse) audio for now 2008-03-24 05:50:05 +00:00
jakemsr
46383da97f - use the capture parameters argument instead of the playback
parameters argument with Pa_IsFormatSupported() when checking if
  certain capture parameters are supported.
- take maintainership per former MAINTAINER's suggestion
2008-03-24 05:31:48 +00:00
jakemsr
27ee0a793c - maintainence update to revision 1360
- add jack support
2008-03-24 05:26:46 +00:00
jakemsr
a19847dd45 add jack support
discussed with MAINTAINER
2008-03-24 03:15:27 +00:00
jakemsr
756b4a6473 - default to /dev/audio for the audio device, but allow other
devices to be used as well

- add jack output.  these patches are back ported from hydrogen
subversion.

discussed with MAINTAINER
2008-03-24 03:09:42 +00:00
jakemsr
e48bbfab1c add jack 2008-03-24 03:07:25 +00:00
jakemsr
9e62d5e750 import jack (jack-audio-connection-kit)
JACK is a low-latency audio server, written for POSIX conformant
operating systems. It can connect a number of different applications to
an audio device, as well as allowing them to share audio between
themselves. Its clients can run in their own processes (ie. as normal
applications), or can they can run within the JACK server (ie. as a
"plugin").

JACK was designed from the ground up for professional audio work, and
its design focuses on two key areas: synchronous execution of all
clients, and low latency operation.

ok kili@
2008-03-24 03:01:28 +00:00
ajacoutot
b6c242761c - "0xbe is the command, not a format string"... from jakemsr@ 2008-03-21 12:41:22 +00:00
jasper
e0ea8e2469 - add libcdio 2008-03-20 18:26:01 +00:00
jasper
ad7e20a098 import libcdio 0.80
The libcdio package contains a library which encapsulates CD-ROM reading
and control. Applications wishing to be oblivious of the OS- and
device-dependant properties of a CD-ROM can use this library.

with and ok ajacoutot@
2008-03-20 18:24:42 +00:00
jasper
1a15a77772 - update homepage
- remove MAINTAINER (per his request)

ok naddy@ (former MAINTAINER)
2008-03-20 17:23:04 +00:00
winiger
f67f580bde update to 1.4.2 (request and diff by Simon Kuhnle)
remove py-ElementTree dependency
remove MAINTAINER (no MX record)

ok merdely@
2008-03-19 15:52:31 +00:00
jasper
e05c5a5290 - add libcddb 2008-03-19 14:40:39 +00:00
jasper
7cdc0f0243 import libcddb 1.3.0
Libcddb is a C library to access data on a CDDB server (freedb.org). It
allows you to:

- Search the database for possible CD matches.
- Retrieve detailed information about a specific CD.
- Submit new CD entries to the database.

Libcddb supports both the custom CDDB protocol and tunnelling the query
and read operations over plain HTTP. It is also possible to use an HTTP
proxy server. If you want to speed things up, you can make use of the
built-in caching facility provided by the library.

(needed for an upcoming gvfs port)
feedback and ok ajacoutot@
2008-03-19 14:37:54 +00:00
naddy
8da91b6978 Update to 1.2.0. This release mostly includes accumulated patches
and miscellaneous bug fixes.
2008-03-17 21:33:06 +00:00
landry
15177a13ed Add a .desktop file to show aqualung in desktop menu.
Update PLIST, bump PKGNAME and add desktop-database goo.
Based on a diff from Jeremy Evans, with tweaks from ajacoutot@

ok ajacoutot@
2008-03-15 11:54:10 +00:00
ajacoutot
445a8133ec - update to lame-3.97
- take over maintainership (ok jakob@, former maintainer)

major shared_libs bump reminded by naddy@
ok jasper@ merdely@ landry@ (before lock)
2008-03-15 10:10:15 +00:00
merdely
1af5a34784 Update sonata to 1.4.1.
Based on original diff from markus ploner on ports@ with tweaks.

ok MAINTAINER
ok okan@
2008-02-19 16:14:13 +00:00
jasper
5f786b2cb6 - remove unneeded patches, these ports use devel/libtool for a while
from brad@, also prodding by ajacoutot@
2008-02-18 17:49:24 +00:00
bernd
2149a983e2 Security update to mpd-0.13.1 to fix a possible DoS.
ok jasper@ and Tobias Ulmer (MAINTAINER)
2008-02-17 18:53:02 +00:00
steven
2f37b4c891 +aqualung 2008-02-15 15:52:55 +00:00
steven
a5fc642ddc import aqualung 0.9beta9.1
Aqualung is an advanced music player. It plays audio CDs, internet radio
streams and podcasts as well as soundfiles in just about any audio format
and has the feature of inserting no gaps between adjacent tracks.

from Jeremy Evans <openbsd at jeremyevans.net>, with some tweaks
2008-02-15 15:52:02 +00:00
jakemsr
72e3bceb65 maintenence update to amarok-1.4.8
lots of bug fixes, especially in the last.fm cient

ok espie
2008-02-12 10:47:01 +00:00
mbalmer
accd32371c Update to rtunes-0.7 which adds IPv6 support.
ok mglocker
2008-02-10 12:14:19 +00:00
jasper
062f1f624d - don't assume ${MODPY_BIN} is a symlink to /u/l/bin/python
from will
maintainer timed out.

ok landry@
2008-02-09 17:46:10 +00:00
ajacoutot
782858fcc8 - respect CXXFLAGS everywhere; spotted by jakemsr@
- regen PLIST while here
2008-02-09 15:07:19 +00:00
bernd
64ab49744b Add ruby-id3lib. 2008-02-09 11:34:31 +00:00
bernd
30c3b41b3e Fix rcsid. 2008-02-09 11:33:14 +00:00
bernd
6981dfbbd3 Initial import of ruby-id3lib-0.5.0.
id3lib-ruby provides a Ruby interface to the id3lib C++ library for
easily editing ID3 tags (v1 and v2) of MP3 audio files.

Submitted and maintained by Paul Irofti.
2008-02-09 11:31:54 +00:00
jasper
f6d0bb508f add p5-Audio-M4P p5-Ogg-Vorbis-Header-PurePerl 2008-02-04 20:13:42 +00:00
jasper
1433db205c import p5-Ogg-Vorbis-Header-PurePerl 0.07
An object-oriented interface to Ogg Vorbis information and comment
fields, implemented entirely in Perl. Intended to be a drop in
replacement for Ogg::Vobis::Header.

Unlike Ogg::Vorbis::Header, this module will go ahead and fill in all of
the information fields as soon as you construct the object. In other
words, the new and load constructors have identical behavior.

"ok, GOGOGO" simon@
2008-02-04 20:09:39 +00:00
jasper
dfbf50f308 import p5-Audio-M4P 0.42
Perl manipulation of Quicktime Audio files, including protected audio
M4P files. Allows extraction and modification of meta information in
Apple QuickTime AAC/m4a music files.

"ok, GOGOGO" simon@
2008-02-04 20:09:39 +00:00
steven
d1307a336a fix LIB_DEPENDS after wxWidgets update 2008-02-02 09:51:04 +00:00
jasper
c9832b2ae6 - regen patches
- tweak DESCR
2008-01-30 15:02:51 +00:00
jasper
26a178bb72 - fix build on mips64.
- rename patch, because not only powerpc is using it now.

no bump, because !mips64 packages didn't change, and mips64 didn't package.

ok mbalmer@
2008-01-30 14:08:54 +00:00
fgsch
65f879eb93 really remove mpdscribble. 2008-01-28 03:42:00 +00:00
naddy
4a8a2cc4a5 update to 1.9:
- Fix Test::Pod::Coverage usage.
- XS: RT #30532 - Bug when writing tags when only two tags are left

From: maintainer Andreas Bihlmaier
2008-01-27 17:57:04 +00:00
landry
3d5314f47f - remove p5-XML-Parser as BUILD_DEPENDS, already here because of
texproc/intltool
- remove unneeded gtk-update-icon-cache, icons are not installed in
 ${PREFIX}/share/hicolor and there is no index.theme.
- remove hicolor-icon-theme from RUN_DEPENDS while here, and bump PKGNAME.

spotted by ajacoutot@, thanks !
2008-01-26 12:13:51 +00:00
merdely
fde7d6b59a Don't hardcode -O in CFLAGS. Fixes build on alpha.
ok naddy@
2008-01-24 15:57:27 +00:00
ajacoutot
221b88ef79 - update to pympd-0.08
- set arch independant
2008-01-19 11:10:33 +00:00
jakemsr
f64968da8d libxmms doesn't need libgthread. the shn, sid, and faad xmms modules
don't need libgthread either.

ok naddy
2008-01-14 01:16:37 +00:00
espie
17d70806a3 tweak FAKE_FLAGS semantics to saner defaults. 2008-01-04 17:48:33 +00:00
jasper
718f184175 remove mpdscribble 2008-01-02 14:49:20 +00:00
jasper
6227105da3 remove mpdscribble, it's broken, and upstream won't fix it to it
play nice again with last.fm. so there's no point in keeping it around.
2008-01-02 14:48:43 +00:00
jasper
62d9b99691 broken due to protocol change 2008-01-01 21:54:20 +00:00
jasper
8f426bba03 - fix default configuration file path
problem noticed/fix tested by edd barrett
2008-01-01 21:22:27 +00:00
ckuethe
285dab2183 Update to the latest gtkpod. Crash fix from Ian Darwin.
Suggestions and oks from okan and bernd.
2007-12-31 18:35:42 +00:00
naddy
50c4543def - fix a buffer overflow that garbled the status display of the XMMS sun
audio plugin while playing; use proper unsigned types while there
- sync the gcc workaround patch with the new automake output
2007-12-30 20:23:15 +00:00
jasper
2b11a6e792 - update gnomad2 to 2.9.0
- unmess LIB_DEPENDS
2007-12-30 19:58:14 +00:00
jasper
284486470b - update libnjb to 2.2.6 2007-12-30 19:56:56 +00:00
espie
581a3113fe ouch, this old makefile is so bad, it's embarrassing.
Okay, I was young and stupid...
2007-12-27 16:34:19 +00:00
espie
dfb1eb99ad make sure mkdir -p is used, fixes parallel builds. 2007-12-27 16:29:54 +00:00
ajacoutot
d5305a980f - add/fix gconftool-2 goo
ok jasper@
2007-12-19 07:31:15 +00:00
ajacoutot
37861c2ca2 - add missing update-desktop-database goo 2007-12-18 15:56:16 +00:00