Commit Graph

2588 Commits

Author SHA1 Message Date
jakemsr
d58e7b8aad * clean up sndio(7) driver
* update README.OpenBSD
* add patches to let it build on gcc2 archs (from Sebastian Reitenbach)
* disable audio(4) driver
2010-06-07 01:44:38 +00:00
espie
2af8e74da2 further fixes for gcc4 on LP64 2010-06-06 07:45:31 +00:00
kili
11333598c5 Yet another WANTLIB = m stdc++ 2010-06-05 16:58:33 +00:00
pea
68597a84fa Fix after recent libao update
ok naddy@
2010-06-03 16:07:02 +00:00
pea
8009f567a5 Fix after recent libao update
ok naddy@, maintainer ok
2010-06-03 16:06:07 +00:00
naddy
6e8065cd61 update to 1.4.0; mostly from and ok pea@ 2010-06-03 15:50:28 +00:00
naddy
3b7a3a4984 update to 1.0.0; ok pea@ 2010-06-03 15:49:37 +00:00
naddy
5c730ef576 update to 1.3.1; with and ok pea@ 2010-06-03 15:48:36 +00:00
naddy
cc9aabeb34 update to 1.2.0; ok pea@ 2010-06-03 15:47:42 +00:00
dcoppa
0fe1cb2a9e s/librairies/libraries/
OK ajacoutot@
2010-06-01 12:46:24 +00:00
dcoppa
daf5a68ac0 Add missing runtime dependency on devel/desktop-file-utils, spotted
by ajacoutot@
2010-06-01 05:21:11 +00:00
dcoppa
0f8134c420 hookup last.fm 2010-05-31 19:39:48 +00:00
dcoppa
3c21b3f46a Import audio/last.fm, the official Last.fm radio player application.
OK steven@, sthen@
2010-05-31 19:37:36 +00:00
naddy
a97b0b4867 bump after libf2c move to ports 2010-05-28 14:50:04 +00:00
espie
011bd00252 fix iterator error 2010-05-28 09:33:17 +00:00
jakemsr
159a5945ba wantlib changes due to ffmpeg changes 2010-05-26 21:45:01 +00:00
jakemsr
2feec0af02 make it work with newer ffmpeg libs 2010-05-26 21:41:56 +00:00
jasper
e3114919b6 - update mpc to 0.19
from oga@ via tobias ulmer (MAINTAINER)
2010-05-26 13:59:37 +00:00
ajacoutot
4548208d0b Set GPL version number, fix WANTLIB, regen PLIST.
Bump.
This port could use an update...
2010-05-26 09:29:06 +00:00
espie
115dd7afcd necessary patches, not fixed yet 2010-05-23 16:39:45 +00:00
espie
15e6083406 use fortran module 2010-05-23 13:11:38 +00:00
espie
6cd3d19da7 use mod fortran 2010-05-23 13:08:09 +00:00
espie
98dc317f8c fix 2010-05-22 20:30:38 +00:00
espie
831dcfc871 fix build with gcc4 2010-05-22 15:08:52 +00:00
jasper
42ac3ac376 - re-anable musepack/mpc support
ok tobias ulmer (MAINTAINER)
2010-05-22 11:10:09 +00:00
espie
3eae3e6638 fixes for g++4
- avoid min/max macros, fstream impl gets confused
- explicit instantations must have template<> prepended
- can't declare ostream, use iosfwd
- friends do not a declaration make
2010-05-22 09:30:04 +00:00
espie
295da592d7 beurk. fix atrocious casts 2010-05-20 09:58:36 +00:00
espie
752b6aabc9 avoid lvalue cast 2010-05-20 09:55:22 +00:00
dcoppa
7b32d1a198 Update to lame 3.98.4
OK ajacoutot@
2010-05-20 09:15:45 +00:00
espie
58e26967c0 gcc4 fixes 2010-05-19 16:18:28 +00:00
espie
ec993f361f fix lvalues 2010-05-19 16:14:48 +00:00
espie
658069d3a5 compile with gcc4
reenable flush, works with every soundcard I now have.
2010-05-17 18:10:05 +00:00
jasper
1455dbde4d - update taglib to 1.6.3 2010-05-17 11:21:50 +00:00
espie
23ad3c22f7 cleanup for gcc 4 2010-05-17 08:31:11 +00:00
espie
47ae5aa802 fix compile with gcc4 (bad declaration), regen patches while there.
Not an installed header -> no bump
2010-05-16 13:12:08 +00:00
dcoppa
73ac453a24 Fix HOMEPAGE and MASTER_SITES
OK ajacoutot@
2010-05-14 09:36:50 +00:00
dcoppa
cbb86adbef Update audio/pianobar: my fixes have been merged upstream.
While here, add a MESSAGE file and comment the patch.

OK jasper@
2010-05-13 18:35:51 +00:00
espie
86fe199750 fix scope issue so that it builds with gcc4 2010-05-11 21:19:25 +00:00
espie
c2e9c853b5 fix compile issues for gcc4, no need to bump 2010-05-09 23:08:00 +00:00
robert
3ac6ab497b Update to 1.13; makes gcc4 happy 2010-05-09 21:18:29 +00:00
jakemsr
f8b3eaa4ff - cdio(1) in base can do what tosha does, and more
- aucat(1) in base can do what waveplay does, and more
bye bye to tosha and waveplay
ok landry@
2010-05-09 18:00:30 +00:00
robert
37b3c13473 - make gcc4 happy by removing some weird cast here. gcc3 is fine too.
- regen patches

ok espie@
2010-05-09 17:32:53 +00:00
robert
ea6f83ea40 make gcc4 happy 2010-05-09 17:08:44 +00:00
dcoppa
a4538f3a2c I take maintainership.
Ok from old MAINTAINER (Guillaume Pinot)
2010-05-03 09:45:33 +00:00
ajacoutot
ad192253a9 Do not hardcode paths. 2010-04-30 09:32:01 +00:00
dcoppa
d58abcb8e8 Remove ossaudio dependency.
OK jasper@, sthen@
2010-04-29 08:27:19 +00:00
jasper
a8b09ad95a - sync 2010-04-29 08:09:56 +00:00
jasper
582f477b5a - remove old glib1 project. nobody seems to care of have an rio500 around anymore.
ok ajacoutot@
2010-04-29 08:09:45 +00:00
jasper
1d6c0805a4 - update shell-fm to 0.7 2010-04-29 07:59:43 +00:00
steven
506c2d6910 fix libtool option syntax 2010-04-26 20:01:25 +00:00
eric
b4b01d2b53 fix WANTLIB after sphinxbase update 2010-04-26 07:13:37 +00:00
eric
37b7171cf0 - update to 0.6
- implement and use sndio backend

help from and ok jakemsr@ ratchov@
2010-04-26 07:12:30 +00:00
jakemsr
74b028b0ea fix WANTLIB (why did these have sndio in WANTLIB in the first place?) 2010-04-26 03:01:06 +00:00
jakemsr
d095622dbe sndio supported as default audio output method
ok jolan@ (MAINTAINER)
2010-04-26 01:32:38 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
jasper
303383eaed - update xmms2-scrobbler to 0.4.0 2010-04-24 17:38:06 +00:00
jasper
db2c357793 - update xmms2 to 0.7
from maintainer
2010-04-24 17:37:54 +00:00
ajacoutot
2a66e98a65 WANTLIB. 2010-04-24 17:13:04 +00:00
ajacoutot
6d8569f27b Update to libcanberra-0.24. 2010-04-22 16:29:49 +00:00
naddy
fda568ddee homepage and master site are long gone; from Tobias Ulmer <tobiasu@tmux.org> 2010-04-21 17:30:50 +00:00
giovanni
4d9317dbaa Update to 0.3.1.1
the db for 0.3.1 is not backwards compatible with 0.3.0, please make a backup
before upgrade
6 regression tests out of 115 are still failing
ok stephan@
2010-04-21 07:02:42 +00:00
sthen
1b896462b1 Instead of just commenting out the Sun backend in the PLIST have the
autoconf script not build the backend at all. Fix mikmod WANTLIB while there.
From Brad, ok robert@
2010-04-20 23:43:34 +00:00
edd
cd31681f00 Fix the shuffle feature when no range selection is made in ncmpc.
Looks OK, sthen@
2010-04-20 21:40:45 +00:00
jasper
ab7a1ada7a - remove workaround, builds fine on mips64* now 2010-04-15 21:31:01 +00:00
dcoppa
7a9c9135b1 update-plist and bump because of cmake diff.
OK landry@, sthen@
2010-04-15 20:35:46 +00:00
jasper
7dfd5ad26b - missing build dependency 2010-04-15 17:31:35 +00:00
jasper
ddc4579cff - use BROKEN-$arch , prompted by naddy@ 2010-04-12 16:41:46 +00:00
jasper
7e3990bf37 - use NOT_FOR_ARCHS instead of BROKEN 2010-04-12 08:42:34 +00:00
landry
c91655cbf4 Update to gmpc-plugins 0.20.0.
ok ajacoutot@ jasper@
2010-04-09 13:32:57 +00:00
landry
3188f93bf0 Update to gmpc 0.20.0, now depends on vala 0.7.10 at least to build.
ok ajacoutot@ jasper@
2010-04-09 13:31:13 +00:00
landry
c45440e2dd Update to libmpd 0.20.
ok ajacoutot@ jasper@
2010-04-09 13:29:13 +00:00
jasper
3dae0f014f - update mpd to 0.15.9
- add --enable-pipe-output to pipe into aucat/rtunes/etc
- remove all encoders in the tremor flavor, cpu starved architectures
  don't need them and lack of shoutcast support makes them useless.
* the above was from Bjorn Ketelaars via Tobias Ulmer (MAINTAINER

- Add AAC/MP4 support to the main package now that audio/faad is fixed
* done by me.

ok aja@
2010-04-09 11:39:33 +00:00
jasper
f94281c7b8 - update soundtracker to the gtk2 version
* sndio bits by jakemsr, thanks
2010-04-08 08:47:09 +00:00
jasper
75f4555a62 - let faad install the mp4ff headers, as will be required by mpd
to handle aac/mp4 files.

from tobias ulmer.
ok aja@
2010-04-08 07:17:21 +00:00
ajacoutot
a1dd4f4a71 Sentence begins with a capital letter. 2010-04-05 22:09:55 +00:00
landry
80bffc958a Update to ncmpc 0.16.1, from maintainer Tobias Ulmer, thanks! 2010-04-05 19:05:11 +00:00
landry
7f73232c5a +libmpdclient 2010-04-05 18:59:42 +00:00
landry
dc66c9b840 Import libmpdclient 2.1 from maintainer Tobias Ulmer.
stable, documented, asynchronous API library for interfacing MPD
in the C, C++ & Objective C languages.
2010-04-05 18:59:01 +00:00
naddy
547ab0f58e mdoc fix and install the cat pages 2010-04-04 15:09:18 +00:00
sthen
4ec2f3de05 sync WANTLIB/LIB_DEPENDS, bump 2010-04-03 00:32:55 +00:00
sthen
a941ac7fd4 sync WANTLIB (mostly libffi) and bump PKGNAMEs 2010-04-02 16:02:27 +00:00
naddy
932cc8030f disable optimization fiddling and just honor CFLAGS
(no actual change for the default build)
2010-04-01 22:23:09 +00:00
naddy
b058820615 * disable optimization fiddling and just honor CFLAGS
* don't bother with automake
2010-04-01 22:12:47 +00:00
naddy
e536516575 disable crazy optimization fiddling and just honor CFLAGS 2010-04-01 21:08:20 +00:00
naddy
502316fdb0 maintenance update to 1.12.0 2010-04-01 19:00:59 +00:00
dcoppa
29c063088c +pianobar 2010-03-29 22:04:17 +00:00
dcoppa
29836f11aa import audio/pianobar
pianobar is a console client for the personalized web radio pandora 
(http://www.pandora.com).

OK landry@
2010-03-29 21:12:20 +00:00
ajacoutot
38deed17b9 Remove mp3x. It depends on gtk+1 (which made jasper@ sad) and it seems
no one uses it.

ok jasper@
2010-03-29 07:55:55 +00:00
ajacoutot
d842778ddb Update to rhythmbox-0.12.8. 2010-03-28 10:48:50 +00:00
ajacoutot
468ca4647b Add a small reminder comment. 2010-03-26 08:10:45 +00:00
jasper
1b666a3fe7 - zap lopster 2010-03-25 22:03:00 +00:00
jasper
bdc7f76df7 - remove old and useless lopster. the 'new' gtk2 version is still-born.
ok jolan@ ajacoutot@
2010-03-25 22:02:37 +00:00
naddy
099270c935 maintenance update to 1.11.0 2010-03-22 20:13:39 +00:00
ajacoutot
ef82e8dc69 Update to lame-3.98.3.
Does anyone actually use mp3x subpackage? It uses gtk1 and I'm not sure
how usefull this app actually is nowadays...

"looks good" jasper@
2010-03-21 10:31:05 +00:00
ajacoutot
c58fd1e27d Update to rhythmbox-0.12.7.
Fix coherence UPnP support; we don't enforce dependency on it, but if it's
installed it can be used.

ok jasper@
2010-03-21 10:10:56 +00:00
jasper
b463134991 - update vagalume to 0.8.2 2010-03-20 16:57:30 +00:00
jasper
ab37bb248c - fix cdparanoia on static arches 2010-03-20 16:56:26 +00:00
ajacoutot
7ca08e5d4e Make it possible to clean the port as a regular user, spotted by espie@ 2010-03-20 16:50:16 +00:00
jasper
872ea89026 Increase offset to reduce false positives.
ok sthen@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 20:34:01 +00:00
phessler
4591b5e88f add mips64el to the list of supported arches, unbreaks for loongson
OK jasper@

ports is unlocked for a while only for those who have been informed.
2010-02-23 19:55:15 +00:00