Commit Graph

1956 Commits

Author SHA1 Message Date
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