Commit Graph

3140 Commits

Author SHA1 Message Date
ajacoutot
1e57893533 Pass CONFIGURE_ENV. 2012-03-08 13:28:38 +00:00
ajacoutot
a89a75cd04 Garbage collect the /dev/arandom patches.
from Brad
ok landry@ sthen@
2012-03-08 12:13:00 +00:00
ajacoutot
25d297576c Remove now undeeded _POSIX_THREAD_PRIORITY_SCHEDULING hack.
from Brad
2012-03-06 11:43:39 +00:00
dcoppa
358fd93272 Updates for musicpd ports:
libmpdclient 2.6 -> 2.7
mpc 0.21 -> 0.22
mpd 0.16.5 -> 0.16.7
ncmpc 0.19 -> 0.20

Ok Tobias Ulmer (maintainer) who also requested to give maintainership
to me

Ok landry@
2012-03-04 16:57:19 +00:00
dcoppa
c09d43ceba Don't use custom format output as format string: fixes a segmentation
fault when searching for a station named '%'
(upstream git commit e6a87e15043767c0f1f00a62110e4bbb53de4ece)
2012-03-02 11:42:56 +00:00
ajacoutot
cbd68490f6 Bugfix update to lame-3.99.5. 2012-03-02 07:14:54 +00:00
bentley
04f86dbfcd +alac_decoder 2012-02-28 11:17:04 +00:00
bentley
5e938ba715 Import alac_decoder-0.2.0.
alac_decoder is a basic decoder for Apple Lossless Audio Codec files
(ALAC). It is a C implementation of a decoder, written from reverse
engineering the file format. ALAC uses an adaptive FIR prediction
algorithm and stores the error values using a modified rice or golumb
algorithm.

The program located here will not be able to handle all ALAC files, it
can only handle mono or stereo files. ALAC allows up to 8 channels. The
ALAC decoder supports both 16 and 24 bit sample sizes.

The decoder can read an ALAC stream from either a file or from stdin,
and write it as raw PCM data or as a WAV file to either stdout or a
file.

An encoder is not provided.


ok sthen@
2012-02-28 11:16:18 +00:00
ajacoutot
ac89eb7125 Tweak after recent vala update. 2012-02-26 15:06:10 +00:00
shadchin
3cdccc49c2 Remove audio/faad from LIB_DEPENDS, streamripper not use this library.
ok dcoppa@
2012-02-25 16:44:27 +00:00
ajacoutot
3e777f8fb3 Enable support for the grilo plugin. 2012-02-25 11:24:28 +00:00
sthen
22edabdcb4 Remove patches casting NULL when used as a sentinel to a pointer.
These are no longer needed since unistd.h r1.63 et al.  ok ajacoutot@
2012-02-21 22:19:31 +00:00
ajacoutot
04f34342b4 CONFIGURE_STYLE autoconf already appends gnu, so no need to explicitely
list it.

ok sthen@
2012-02-21 16:21:41 +00:00
ajacoutot
409a5e76df Sync WANTLIB after gmime update. 2012-02-21 11:29:43 +00:00
naddy
8e8a8f185d update to 1.3.3:
additional proofing against invalid/malicious streams in decode
2012-02-17 22:17:52 +00:00
landry
024e246367 Fix icon warnings upon startup, play/stop/prev/next buttons were broken.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646822
ced4f26e05
2012-02-16 21:36:03 +00:00
dcoppa
b1d0bffc10 *** empty log message *** 2012-02-03 11:48:52 +00:00
ajacoutot
1fff6d7d6a Update to lame-3.99.4 which fixes several crashes.
ok sthen@
2012-01-28 09:29:45 +00:00
ajacoutot
258653e938 Update to jack-0.121.3.
README changes from rathov@
tweaks and ok shadchin@
2012-01-24 08:03:52 +00:00
ajacoutot
964effd692 Disable the OSS wrapper, we don't use it. 2012-01-23 14:39:39 +00:00
dcoppa
746495d322 Update to the latest snapshot from upstream git to unbreak pianobar
after pandora.com's API changes.
2012-01-20 13:04:16 +00:00
dcoppa
7a9cb86304 Update to pianobar-2012.01.10 2012-01-16 13:27:09 +00:00
ajacoutot
3c6e14082e Update to rhythmbox-2.95. 2012-01-16 12:10:02 +00:00
ajacoutot
70dbcc5bc9 Don't try to use shm at all to prevent the daemon from whining. 2012-01-05 15:31:40 +00:00
ajacoutot
977999d8fd OpenBSD lacks shm_open, remove useless patch. 2012-01-05 15:16:38 +00:00
ajacoutot
157a1092fc Update to a newer snap to prevent rhythmbox from crashing
notication-daemon.
2012-01-04 14:25:40 +00:00
dcoppa
8dd0483ec6 Make cmake stop shouting about obsolete macro during configure
stage. Also, do not check for libdiscid, since it's not in our
ports tree.

no pkg change, no bump

ok aja@ and shadchin@
2012-01-03 14:08:12 +00:00
ajacoutot
29b5a8e7a9 Clean up the use of USE_GROFF for ports where mandoc doesn't have any
ERRORs and formatting looks Ok.

from Brad
2012-01-03 07:03:54 +00:00
dcoppa
8a1dd63127 Bugfix: dollar sign in song title changes interface text colors
(upstream git commit e8f08ea8844ca878cc159babb68c033278d5b270)
cf. http://musicpd.org/mantis/view.php?id=3409
2011-12-30 10:10:16 +00:00
kili
851b11be82 This needs a bump after the ghc patch. 2011-12-28 09:24:08 +00:00
ajacoutot
3c6e6e0934 Update to a newer git snapshot. 2011-12-27 12:21:10 +00:00
ajacoutot
7394f7804a Remove bogus. 2011-12-27 10:05:26 +00:00
jasper
42132a2056 sync 2011-12-27 09:44:44 +00:00
jasper
33fc67ea2c import twolame 0.3.13
TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on
tooLAME by Mike Cheng, which in turn is based upon the ISO dist10 code
and portions of LAME.

ok aja@
2011-12-27 09:44:15 +00:00
ajacoutot
5bd74e86fc Use MODGNU_*_DEPENDS. 2011-12-21 19:01:50 +00:00
ajacoutot
31d437b45d Update to a newer git snapshot. 2011-12-21 15:54:53 +00:00
shadchin
6339e90132 Update cmus to 2.4.3, from maintainer Donovan Watteau. 2011-12-20 16:00:26 +00:00
dcoppa
f162a1b58a Fix genre selection segfault
(upstream git commit d20878bce0c0d84e5b49d1b9642e71bb0d18341a)
2011-12-19 12:44:37 +00:00
ajacoutot
73b486d6e9 Pass --disable-uninstalled-build to CONFIGURE_ARGS to prevent rhythmbox from
trying to load the desktop file from the build directory.
Cluestick from jmatthew@
2011-12-15 10:46:27 +00:00
dcoppa
49b4100237 Update to pianobar-2011.12.11 2011-12-13 09:10:09 +00:00
dcoppa
5a51d88be5 Fix memset (upstream git commit 2da38556d614b9bc969f65b3683c2ce6eb99e6bc) 2011-12-08 18:27:19 +00:00
robert
89de29bbbb update to pulseaudio 1.1 2011-12-07 20:25:35 +00:00
ajacoutot
c86f9f06cf Missing dependency on libusb1.
spotted by fgsch@
2011-12-05 22:59:52 +00:00
edd
14877402b2 Fix for bug #139 (Wrong PID file written away). 2011-12-04 12:57:08 +00:00
ajacoutot
e43463322b Minor update to lame-3.99.3. 2011-12-03 23:59:55 +00:00
ajacoutot
d25b4499b6 Depends on x11/gtk+2,-guic. 2011-12-03 18:55:28 +00:00
shadchin
e2967b1ffb Update to 1.64.6.
ok jasper@
2011-12-01 18:57:48 +00:00
dcoppa
022a8b415b Bugfixes from upstream:
in tag editor, fix going to right column when filename is highlighted
in middle one
(upstream git commit 8e3b0620f0f7f00af76405c1ac5001dd8eb5885b)

fix going to wrong directory in tag editor
(upstream git commit 78cd46b7568e92bbecaa358bae21f3079ecf11ae)

display more detailed info if connection to MPD couldn't be
estabilished (upstream git commit 62157909d5d2008b90bef74a21fdab164f391728)
2011-11-29 12:07:18 +00:00
dcoppa
8b5d26302d Update to the most recent snapshot from git. 2011-11-28 15:53:06 +00:00
dcoppa
4eacb07c51 Update to pianobar-2011.11.21 2011-11-28 14:11:25 +00:00
pirofti
e303d6c2df Drop maintainership. 2011-11-27 11:08:48 +00:00
ajacoutot
b04484699b Update to lame-3.99.2. 2011-11-26 07:49:36 +00:00
edd
bf97c7118c update to hgd-0.5.2 (hotfix) - Fixes some minor annoyances. 2011-11-25 14:04:58 +00:00
jasper
8bab44fecc - add comment as to why this needs gnu libtool 2011-11-22 15:47:07 +00:00
jeremy
16703d23fa Update ruby ports to deal with the regress changes to ruby.port.mk.
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries.
Switch away from manual do_regress targets where possible.  Add
some patches to make regress tests run for some ports.
2011-11-17 16:08:00 +00:00
jasper
e1db073a13 remove xview and ports using it; speaking of old unmaintained crufty toolkits..
prompted by naddy@
ok sthen@ wub@
2011-11-15 21:40:43 +00:00
sebastia
eb39f65e81 Allow to run regression tests.
OK aja@
2011-11-15 17:57:59 +00:00
mpi
08f8dc887b Update to 0.8.0
ok sthen@
2011-11-15 15:47:52 +00:00
mpi
4db85ea193 No need for these 2011-11-15 15:45:51 +00:00
mpi
763ee7d667 Update to 1.0.0 and add support for flac/ogg
ok sthen@
2011-11-15 15:43:51 +00:00
naddy
933d34f54e maintenance update to 0.4.4; no code changes 2011-11-14 18:44:18 +00:00
naddy
05117a2427 maintenance update to 3.6.1 2011-11-14 17:36:24 +00:00
naddy
c56d32ad89 maintenance update to 1.3.0 2011-11-14 16:52:38 +00:00
mpi
9b250b5d15 Fix a crash and fetching lyrics, from upstream tracker.
Remove USE_GROFF.

ok ajacoutot@
2011-11-14 08:47:16 +00:00
ajacoutot
fcbe5f3ae2 Sync dependencies after move from libusb to libusb-compat and fix a
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.

Note: sysutils/nut hasn't been fixed yet but will be today.
2011-11-13 13:54:04 +00:00
dcoppa
5824eef345 Fix breakage caused by cmake now having SEPARATE_BUILD by default (ops!)
spotted by naddy@
2011-11-09 23:24:56 +00:00
jeremy
9c4d2b3822 Remove .require_paths from PLISTs from gems that used to use
them.  After recent updates to the ruby interpreters, these
files are no longer created.
2011-11-09 00:17:37 +00:00
sthen
ac60638a49 drop myself as maintainer 2011-11-08 23:14:49 +00:00
dcoppa
48a2c54d90 SEPARATE_BUILD by default for CMake
from Vadim Zhukov

OK jasper@, espie@
2011-11-08 09:30:52 +00:00
sthen
e209b9a7c0 update to libmpdclient 2.6, from maintainer Tobias Ulmer 2011-11-07 12:36:08 +00:00
jasper
e5204876a0 tyop 2011-11-04 12:18:51 +00:00
edd
5b5962863d Prevent configure failing if mplayer is not present at build time. MPlayer is a RUN_DEPEND and is
not really needed for the build. In the next release, we will make the check at runtime.

Thanks Nigel for raising this.
2011-11-04 09:53:50 +00:00
jasper
0e92e082b2 - regen WANTLIB 2011-11-04 08:42:25 +00:00
edd
3f8546e429 Update to hgd-0.5.0. Thanks to sthen for input. 2011-11-02 21:26:57 +00:00
dcoppa
7bb0366cc5 REGRESS_DEPENDS=${BUILD_DEPENDS} is superfluous
suggested by naddy@
2011-10-31 21:01:50 +00:00
stu
fd4a72dd88 Tidy up Makefile, use modern ports bits, take MAINTAINER,
and most importantly, have it use Tcl/Tk 8.5 instead of 8.4.

ok sebastia@, sthen@
2011-10-31 16:55:41 +00:00
dcoppa
d3e40e14e0 Update to umurmur-0.2.8
From maintainer Jonathon Sisson, with tweaks by me
2011-10-30 16:05:35 +00:00
dcoppa
463cc8ef61 Update to mpd-0.16.5.
ok jasper@
MAINTAINER's ok
2011-10-30 11:46:18 +00:00
espie
70ecf6fa13 flavors that are not built don't really exist...
+ abcde,lame
2011-10-30 10:07:12 +00:00
ajacoutot
bc0ee03f10 Bugfix update to lame-3.99. 2011-10-23 09:14:19 +00:00
espie
2974da2e02 SH -> /bin/sh, no need for a variable there either 2011-10-21 17:43:30 +00:00
ajacoutot
1990d039a1 Wasn't meant to be imported. 2011-10-20 11:49:36 +00:00
ajacoutot
65790bbfd2 +speech-dispatcher 2011-10-20 11:29:34 +00:00
ajacoutot
c89acaf493 Import speech-dispatcher-0.7.1.
The Speech Dispatcher project provides a high-level device independent
layer for access to speech synthesis through a simple, stable and well
documented interface.
<...>

ok jasper@
2011-10-20 11:28:27 +00:00
sthen
31a9edf281 remove casts no longer needed now that system headers define NULL as a pointer.
reads ok to ckuethe@ (maintainer)
2011-10-18 18:57:15 +00:00
dcoppa
67b34b70ac Reduce linkage: make sure the binaries only link to the libraries
they really need
2011-10-18 12:17:26 +00:00
ajacoutot
0448e1139a Some cleanup and remove the useless arts FLAVOR.
from Brad.
2011-10-18 08:44:01 +00:00
ajacoutot
7dbf78c497 One pack/push #pragma's was missed in previous.
Add missing RCS Id.

from Brad.
2011-10-18 08:40:55 +00:00
espie
19a52781e7 zap :L in flavor checks 2011-10-17 12:40:44 +00:00
espie
bdc61b9603 simpler, more declarative style with bsd.port.arch.mk 2011-10-17 12:23:53 +00:00
espie
c2c2b15416 convert to bsd.port.arch.mk, fix pseudo-flavors that were broken since
r1.29...
2011-10-17 12:15:32 +00:00
espie
41fdf4d504 use bsd.port.arch.mk 2011-10-17 10:38:41 +00:00
ajacoutot
56ab18e849 WANTLIB. 2011-10-17 07:16:58 +00:00
ajacoutot
9c26d4c4d2 WANTLIB. 2011-10-17 06:41:43 +00:00
dcoppa
ab268e5bff Zap now useless CONFIGURE_ENV. Uff... 2011-10-14 09:14:03 +00:00
dcoppa
1f9d060057 Update to taglib-1.7
ok jasper@
2011-10-14 09:06:56 +00:00
ajacoutot
b42affcf0f Update to a new git snapshot. 2011-10-14 07:19:26 +00:00
jasper
d560ec8c0b - update to 0.21
maintainer timed-out
2011-10-13 12:10:16 +00:00
dcoppa
59bdeab354 Bugfixing update to ncmpcpp-0.5.8 2011-10-13 11:15:41 +00:00
jasper
92bc618106 - fix WANTLIB/LIB_DEPENDS after webkit update 2011-10-13 06:55:58 +00:00