ajacoutot
b8883fe798
- bugfix update to sonata-1.6.2
...
(Fix cli options)
2009-04-14 07:51:14 +00:00
steven
51eae6244a
drop maintainership
2009-04-13 18:26:20 +00:00
ajacoutot
55fb879743
- bugfix update to Sonata 1.6.1
2009-04-11 20:03:59 +00:00
beck
63131ebe8a
make mpd use a reaonable Fisher-Yates shuffle for randomizing play order
...
instead of an incorrectly implemented Knuth shuffle. Also on openbsd
make sure we use arc4random_uniform for the random choice from the
sequence to make sure we aren't modulo biased.
Noticed when my mpd server played an unnatural amount of Rush out of the
80's playlist.
2009-04-10 00:52:07 +00:00
naddy
17fdc65691
remove esd flavor
2009-04-08 14:52:15 +00:00
kili
600a19da14
Add audio/gsm to LIB_DEPENDS, to let sox always pull in the installed
...
libgsm instead of building its own version. Fix license markers now
that gsm has a clearer license.
"no objections at all", jasper@
2009-04-06 18:56:55 +00:00
kili
3c62593f5a
Update to latest version.
...
Fixes a few bugs and clarifies the license.
Minor library bump.
Update HOMEPAGE and MASTER_SITES.
Many thanks to the upstream developers for the quick response.
ok naddy@
2009-04-05 19:09:32 +00:00
ajacoutot
ab9b7d8ee7
- host distfile ; berlios is down again and naddy@ seems sad ;)
2009-04-05 16:54:36 +00:00
sthen
15e45e6941
sync WANTLIB and bump; xml2 from libgpod
2009-04-04 00:24:02 +00:00
ajacoutot
c705e03785
- major update to sonata-1.6
2009-04-03 13:03:00 +00:00
jasper
870419be40
- fix compilation with gcc2
...
ok tobias ulmer (MAINTAINER)
2009-04-02 05:18:15 +00:00
kili
1558f39644
WANTLIB += sndio. While here, fix license marker.
2009-03-29 21:08:21 +00:00
martynas
e1854503b7
implement sndio backend for madplay. with inputs from naddy@ and jakemsr@
...
ok naddy@ and jakemsr@
2009-03-28 16:26:46 +00:00
jakemsr
38883dd434
let this build when libsndfile isn't installed. libsndfile is only
...
needed for the regress target. no pkg change.
problem noticed by jasper@, thanks
2009-03-25 20:44:10 +00:00
sthen
6665fc05cf
remove unneeded gtk-update-icon-cache, thanks Mikolaj Kucharski
2009-03-25 19:13:56 +00:00
naddy
334c39acdb
fix link order
2009-03-25 14:28:38 +00:00
jasper
4d2288bb46
- missing module, fixes build on a clean box
2009-03-25 13:17:39 +00:00
sthen
df4c067f8e
+mp3splt-gtk
2009-03-24 11:39:14 +00:00
sthen
c5cab19e07
import mp3splt-gtk,
...
mp3splt-gtk is a gtk2 application using libmp3splt to split mp3
and ogg files without decoding, selecting begin and end time positions
graphically, from CDDB/.cue files, or via silence detection.
thanks to landry, kevlo for test reports.
2009-03-24 11:36:40 +00:00
ajacoutot
54df9f885d
- add same MESSAGE as evolution so that people don't think rhythmbox deps
...
are broken
found out by rgouveia on #bsdcow
2009-03-23 15:39:39 +00:00
ajacoutot
e20d14ecc6
- update espeak to latest stable version: 1.40.02
2009-03-23 12:02:27 +00:00
jakemsr
177d00308f
use /dev/arandom instead of /dev/urandom. reading from /dev/urandom
...
is too slow.
2009-03-23 00:29:54 +00:00
jasper
77220562cc
- update p5-Audio-MPD to 0.19.6
2009-03-22 20:32:36 +00:00
jasper
37429f15c5
- update p5-Po-Co-Client-MPD to 0.9.2
2009-03-22 20:31:20 +00:00
ajacoutot
7a98ac3667
- 2 hobbits maintain this
2009-03-20 16:56:34 +00:00
ajacoutot
5ada9540b4
- update to new stable rhythmbox-0.12.0
2009-03-19 13:50:28 +00:00
ajacoutot
0d840b9532
- HOMEPAGE moved
...
from David Coppa, thanks!
2009-03-16 13:55:23 +00:00
ajacoutot
77c1a66dd7
- regen PLIST (add @bin marker)
2009-03-14 18:38:05 +00:00
ajacoutot
6303f420ea
- regen PLIST
2009-03-14 18:32:34 +00:00
ajacoutot
c89ef704dd
- nothing should have to run_depends on rarian anymore
...
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore
This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.
discussed with jasper@
2009-03-14 11:36:24 +00:00
ajacoutot
037960749c
- first pass at cleaning rarian/scrollkeeper handling
...
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.
discussed with jasper@
2009-03-14 10:40:51 +00:00
jakemsr
32ba9cc461
update to audacity-1.3.7
2009-03-14 03:49:43 +00:00
jakemsr
73a650a44c
update to vamp-plugin-sdk-2.0
2009-03-14 03:48:07 +00:00
jakemsr
53232a9ea5
- update to rev 1406
...
- add sndio backend written by ratchov@
- disable OSS backend
2009-03-14 02:31:40 +00:00
jakemsr
7f381452e1
fixes for the sndio backend:
...
* deal with sio_{read,write} possibly moving less data than requested
* check for out-of-sync conditions and restart if they occur
makes running jackd over aucat much more reliable
2009-03-13 23:06:14 +00:00
sthen
fcb9458ab8
convert to tk.port.mk; fixes pkgspec. add license marker.
2009-03-13 13:05:05 +00:00
fgsch
6400d0d5e8
Fix build if mp4ff_int_types.h is installed (part of the faad update).
...
From Tobias Ulmer (tobiasu at tmux.org).
2009-03-11 00:36:06 +00:00
espie
6b905527bd
fix autoconfs deps
2009-03-10 23:21:15 +00:00
espie
3150d965b9
bump for python dep
2009-03-10 22:21:48 +00:00
espie
8e674ad54e
bump for python dep
2009-03-10 22:08:51 +00:00
espie
c9390c24e7
fix automake, autoconf build-depends
2009-03-10 21:58:46 +00:00
espie
15c7408521
bump for python dep change
2009-03-10 21:52:44 +00:00
sthen
f092079fb2
update MAINTAINER email, regen PLIST, fix license marker, bump package
2009-03-10 10:36:47 +00:00
espie
321a7047f5
bump for python
2009-03-10 08:47:45 +00:00
espie
632e024b6c
fix depend spec
2009-03-10 08:43:23 +00:00
jasper
2561bed270
- regen WANTLIB
2009-03-06 21:24:52 +00:00
jasper
92d339d04c
- this picks up faad if installed, so add it to LIB_DEPENDS
2009-03-06 21:19:50 +00:00
ckuethe
6114eb6b33
update to gtkpod. now support fun things like lyrics and video thumbnails
2009-03-06 20:44:24 +00:00
ckuethe
34910421c4
yearly update to libgpod
2009-03-06 20:42:59 +00:00
ajacoutot
125249f02d
- update to libcanberra-0.11
2009-03-05 08:11:56 +00:00