Commit Graph

3297 Commits

Author SHA1 Message Date
dcoppa
cf6e7cb3cd Update to ncmpcpp-0.5.9 2012-03-18 17:09:27 +00:00
dcoppa
37be5f78e4 Fix for CVE-2012-1107
(upstream git commit 77d61c6eca4d08b9b025738acf6b926cc750db23)

Fix for CVE-2012-1108
(upstream git commit ab8a0ee8937256311e649a88e8ddd7c7f870ad59)

...And fix regress tests (do-regress target).
2012-03-18 16:15:19 +00:00
dcoppa
c76e728ed9 Update to the latest snapshot from git (Thu Mar 8 2012).
Added quiet mode and support for MD5 hash of Last.FM password in
shell-fm.rc.
2012-03-14 11:21:33 +00:00
naddy
002a8e6aa0 maintenance update to 1.13.6 2012-03-13 22:21:16 +00:00
ajacoutot
279848ad61 Update to rhythmbox-2.96. 2012-03-12 07:42:11 +00:00
ajacoutot
dc5178e9c3 py-gobject is a build+run depends. 2012-03-12 07:38:25 +00:00
naddy
1655d16801 maintenance update to 1.13.5 for some minor bugfixes 2012-03-08 18:05:43 +00:00
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
jasper
75d6ca7ada - regen WANTLIB 2011-10-12 12:54:30 +00:00
shadchin
6904ebed5e Fix lib depends (no need textproc/libxml)
ok ajacoutot@
2011-10-09 14:03:02 +00:00
ajacoutot
9d75e41261 Stop spamming .xsession-errors that we should use module-udev-detect.
ok robert@ (maintainer)
2011-10-07 08:03:44 +00:00
jasper
baa887a2ca - using RUN_DEPENDS=${BUILD_DEPENDS} is verboten, or you'll end up
having a runtime dependency on groff, ccache and nonsense like that.
2011-10-05 17:30:57 +00:00
ajacoutot
38de9034ef Unbreak by passing proper CONFIGURE_ENV. Also install man pages in the
standard location.
2011-10-04 15:10:44 +00:00
rpointel
073d2bd413 Correct files/sndio.c, from Donovan Watteau (MAINTAINER).
Bump revision of -main subpackage.
2011-10-02 14:11:55 +00:00
ajacoutot
b527e16543 CONFIGURE_STYLE = autoconf is enough. 2011-10-02 09:32:13 +00:00
ajacoutot
39576c6b98 Add proper CONFIGURE_ARGS. 2011-10-01 10:03:02 +00:00
ajacoutot
5fea016b26 Update to pulseaudio-1.0.
Some refactoring: only enable what we really need (that is ossaudio(4)
for mixer control and events playing) -- disable everything else (avahi,
dbus, consolekit, x11, gconf...)

ok robert@ (maintainer)
2011-10-01 08:37:30 +00:00
ajacoutot
96dd4220d4 Disable gstreamer support; libcanberra has native support for sndio(7). 2011-09-30 06:51:31 +00:00
ajacoutot
9ac311ee8c Update to a new snapshot. 2011-09-28 14:59:39 +00:00
dcoppa
ee2f718b5b Remove two bogus dependencies from LIB_DEPENDS.
While here, fix WANTLIB.

ok shadchin@
2011-09-28 14:58:38 +00:00
jasper
6a8b83abeb sync after recent gnome.port.mk CONFIGURE_ENV changes 2011-09-28 09:47:46 +00:00
dcoppa
20fcc2f06d Align local patch with upstream; no bump needed. 2011-09-27 12:11:56 +00:00
jasper
ef7f230a14 adjust after vte,gtk2 was merged into regular vte 2011-09-26 14:30:29 +00:00
ajacoutot
8ff45e24c8 AUDIODEV -> AUDIODEVICE 2011-09-25 18:16:46 +00:00
ajacoutot
9398e8b353 /dev/dsp -> /dev/audio 2011-09-25 17:23:19 +00:00
ajacoutot
b4c07b14b2 /var/lib -> /var/db 2011-09-25 15:26:04 +00:00
ajacoutot
58291430f5 Enable media keys support. 2011-09-25 13:40:42 +00:00
ajacoutot
181d94d486 Missing RUN_DEPENDS.
Explicitely add --disable-* CONFIGURE_ARGS.
Remove a couple of @comment from PLIST which I didn't mean to commit in
previous.
2011-09-25 11:05:53 +00:00
ajacoutot
8d92d14ef1 Add textproc/intltool MODULE; 2011-09-25 10:23:41 +00:00
ajacoutot
bf37e97e3e Use --tag=disable-static. 2011-09-25 10:20:37 +00:00
ajacoutot
faf65812ba Fix user/groups. 2011-09-25 09:59:08 +00:00
ajacoutot
d4596f70f6 LOCALBASE -> TRUEPREFIX 2011-09-25 09:43:36 +00:00
robert
cb087605a3 +pulseaudio 2011-09-25 09:31:41 +00:00
robert
70e4d04392 import of pulseaudio 0.9.23 a cross-platform networked sound-server
many fixes from jasper@ and me.
2011-09-25 09:30:52 +00:00
ajacoutot
ed115ad583 Remove libtool related part in this patch; not needed since our libtool
got updated.
2011-09-24 06:45:57 +00:00
sthen
25aa105559 I like my /etc/mk.conf .poison lines.
"/usr/ports/infrastructure/mk/mk.conf", line 27: Poisoned variable REVSION is already set
2011-09-23 20:17:20 +00:00
dcoppa
63afbbb961 ops. Zap meaningless comment from this patch... 2011-09-23 11:16:17 +00:00
dcoppa
c51dcf020a Update station URL completion to cope with station changes at
Last.fm (see http://www.last.fm/stationchanges2010).
Fix manpage's examples as well.

from upstream git
2011-09-23 11:01:28 +00:00
dcoppa
b8936d61bd Add missing prototype for internal mute() function.
Fix a double free crash.

from upstream git
2011-09-23 10:30:54 +00:00
dcoppa
3a924f368c Clear filters before jumping to media library: fix "Jumping to
song... Aborted" crash (git commit 3f064df95dc0cd57176429894791f199b376379f)
2011-09-23 09:45:18 +00:00
dcoppa
d8b7c21435 Bugfixing update to zeya-0.6 2011-09-23 08:51:26 +00:00
ajacoutot
56760fbd6b Fix dependencies and bump after recent vte switch to FLAVORS and gtk+3
support by default.
2011-09-23 08:49:41 +00:00
landry
ca824c1b9e Bump REVISION. Removing MODGCC4 stuff made stdc++ go out of WANTLIB. 2011-09-22 15:51:26 +00:00
dcoppa
68a5e76a98 Update to pianobar-2011.09.22 2011-09-22 14:28:13 +00:00
dcoppa
d421a5ffd4 Unbreak: pandora.com changed api (again) 2011-09-22 09:22:41 +00:00
jasper
e4fd7d6bb2 use ONLY_FOR_ARCHS=${GCC4_ARCHS}
from brad
2011-09-21 09:15:21 +00:00
jasper
ce57eca3b4 CONFIGURE_SHARED is now implied by gnome.port.mk, so no need to make it explicit anymore. 2011-09-20 21:04:24 +00:00
jasper
9fe4b0f440 switch to MODGNOME_TOOLS 2011-09-20 20:51:51 +00:00
jasper
a0771359b0 explicitly disable pulseaudio in these ports so they won't pick it up
when it becomes available.

thanks to sthen@ for grepping the sources
2011-09-19 13:48:15 +00:00
dcoppa
e3e04c6dcc The Unix (linux) client does not do fingerprinting, so don't build
it: this reduces package dependencies (dropped audio/libsamplerate
and math/fftw3).

iPods were identified by a directory timestamp, but it changed each
time the ipod was mounted. Instead identify a device by its
FirewireGuid.
2011-09-19 12:50:57 +00:00
ajacoutot
42910225a0 DESKTOP_FILES => MODGNOME_DESKTOP_FILE, like it should always have been.
discussed with and ok jasper@
2011-09-19 07:31:45 +00:00
landry
c7e750896a Fix cmus configuration on arm and documentation about sndio backend,
from maintainer Donovan Watteau. That was somewhat missing from the
import.
2011-09-18 13:27:53 +00:00
ajacoutot
fd7dc1fd7c Update to a new snapshot. 2011-09-17 14:15:32 +00:00
jasper
ee01273068 - bugfix update to 0.19
ok tobias ulmer (MAINTAINER)
2011-09-17 13:30:15 +00:00
naddy
86a55e4fd1 maintenance update to 1.13.4 2011-09-16 17:36:48 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
ajacoutot
f40c8faef4 Sync patch, no binary change. 2011-09-13 14:13:45 +00:00
jasper
03cd6533c7 - adjust comment after py-gnome-desktop removal 2011-09-12 20:00:43 +00:00
jasper
ad2a9c291c switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable. 2011-09-12 12:07:24 +00:00
ajacoutot
32563635a5 Start the GNOME3 merge armageddon... breakage expected. 2011-09-12 07:26:18 +00:00
dcoppa
f8ebb32430 After miod@'s commit to sys/dev/wscons/wsemul_vt100.c, this patch
is no longer needed
2011-09-09 11:26:13 +00:00
edd
1d54058911 fix a possible segfault due to dereference of a NULL pointer 2011-09-06 21:33:39 +00:00
ajacoutot
70a01316b4 Use the converters/libiconv MODULE.
Full stop at end of DESCR.
2011-09-06 07:19:29 +00:00
landry
065f0e1d02 +cmus 2011-09-06 07:11:23 +00:00
landry
dab8426e9a Import cmus 2.4.2, from MAINTAINER Donovan Watteau.
cmus is a small ncurses-based music player. It supports various output
methods by output plugins. It has got completely configurable key
bindings and it can be controlled from the outside via cmus-remote(1).

sndio backend from Donovan with feedback from ratchov@
with testing on arm & ok kili@
2011-09-06 07:10:56 +00:00
giovanni
2884d78b40 Update to 0.3.2.2 2011-08-31 09:27:57 +00:00
ajacoutot
b57e1c04f8 Fix WANTLIB after gmime/gpgme update. 2011-08-30 06:52:57 +00:00
shadchin
c1843e13be Update to 3.4.1
ok jasper@
2011-08-28 19:15:46 +00:00
naddy
921e3eb263 allow this to build with gcc3 2011-08-28 14:13:51 +00:00
naddy
1fc82f7bc8 Do not gratuitously pack (and misalign) internal data structures. 2011-08-28 13:19:45 +00:00
edd
426adf4141 Remove -Wextra so as to allow building on non-gcc4 arches. Noticed by naddy.
We will fix this upstream in the next release.

OK naddy@
2011-08-27 17:15:17 +00:00
naddy
7614d75f43 honor CFLAGS; ok sebastia@ 2011-08-25 12:50:28 +00:00
jasper
0577e53453 add another master site, upstream seems to be flaky 2011-08-24 20:32:50 +00:00
landry
056be6dddf Update to gmpc-plugins 11.8.16.
Add a patch to fix a crash upon exit, already commited upstream.
ok jasper@
2011-08-23 08:43:48 +00:00
landry
22fdd8c5f3 Update to gmpc 11.8.16.
see http://blog.sarine.nl/2011/08/17/gmpc-11-8/ for the list of changes.
ok jasper@
2011-08-23 08:42:45 +00:00
landry
70f96c15de Update to libmpd 11.8.17.
ok jasper@
2011-08-23 08:41:51 +00:00
jasper
e1cfa2fd30 - fix libavcodec initialisation
from upstream git via pascal stumpf, maintainer timed-out
2011-08-21 16:37:08 +00:00
jasper
e4f2f5653b - bump autoconf version in preparation for libtool update
from brad
2011-08-21 14:37:53 +00:00
jasper
4050b0b53e Security fixes for CVE-2011-291{1,2,3,4,5}
Various integer overflows and off-by-one errors in libmodplug.
2011-08-18 17:56:47 +00:00
jasper
cd3e35d1f0 - fix a typo in the configure script that would break -Wl,--version-script
- also fix CFLAGS so it's not inserting -O2 unconditionally

from brad
2011-08-17 12:38:35 +00:00
jasper
fa9942f89e *** empty log message *** 2011-08-17 12:35:23 +00:00
fgsch
57fc020167 enter py-audio. 2011-07-30 06:48:09 +00:00
fgsch
7c7c3ae450 Import py-audio-0.2.4.
PyAudio provides Python bindings for PortAudio, the cross-platform
audio I/O library. With PyAudio, you can easily use Python to play
and record audio on a variety of platforms.

input and ok martynas@
2011-07-30 06:46:37 +00:00
mpi
bb169ee409 Update my email address.
ok gsoares@
2011-07-29 14:19:33 +00:00
ajacoutot
badd54a14d Stop this non-sense about trying to open every browser binaries on earth
and just use xdg-open.
2011-07-27 15:27:26 +00:00
dcoppa
3cf40b40cf Disable setting the window title by default as it causes troubles
with wscons. Problem reported by Bryan Linton.

cluestick by nicm@
2011-07-26 10:53:18 +00:00
edd
cd6e482e38 update to hgd-0.4.1. Note that the python flavor will remain unlinked until a
later date.

OK sthen@
2011-07-25 23:07:49 +00:00
dcoppa
169bbe780b link ncmpcpp to the build 2011-07-25 20:10:45 +00:00
dcoppa
9e404968c4 Import ncmpcpp, an enhanced clone of ncmpc with additional features.
ok benoit@
2011-07-25 20:08:23 +00:00
sthen
c3a4115dc4 fix openbsd!=4 2011-07-20 15:30:32 +00:00
sthen
8f8742b587 Match on "openbsd" not "openbsd4", doesn't fix the build yet but it's a start.
Intentionally no bump (it didn't build and still doesn't)..
2011-07-20 12:08:24 +00:00
dcoppa
468ed6cfb1 Re-import zeya, this time with correct name.
ok ajacoutot@, sthen@, rpointel@
2011-07-20 07:54:58 +00:00
dcoppa
5288db10ba py-zeya -> zeya
ok ajacoutot@, sthen@, rpointel@
2011-07-20 07:53:25 +00:00
dcoppa
402fb03e7c Fix false bookmarking error message
(upstream commit c5a89908b05126fd59ea7d4fd42d9570a2ca6228)
2011-07-18 15:04:08 +00:00
dcoppa
0d06e9ee2a sync (+py-zeya) 2011-07-14 14:14:46 +00:00
dcoppa
ee616b4e50 Import zeya.
$ pkg_info py-zeya
Information for inst:py-zeya-0.5

Comment:
html5-powered web music server

Description:
Zeya is a media player that lets you bring your music to any computer
with a web browser. The client runs in any browser that supports the
HTML5 draft standard technologies (Mozilla Firefox 4.0+, Google Chrome
or Chromium 4.0.223+, Microsoft Internet Explorer 6, 7, or 8 with the
Google Chrome Frame plugin).

OK rpointel@, ajacoutot@
2011-07-14 14:05:50 +00:00
jasper
30aab8b9a1 - update to 1.0.25 which includes a fix for Secunia Advisory SA45125, heap overflow in PAF file handler. 2011-07-13 22:24:05 +00:00
jasper
3c9f0d1a13 no need to keep using the gcc3 module on sparc
from brad
2011-07-11 14:04:42 +00:00
dcoppa
3e03e10468 repair my stupidity 2011-07-11 13:31:14 +00:00
jasper
4b58a16831 - no need to use the gcc3 module anymore on sparc
from brad
2011-07-11 12:13:03 +00:00
jasper
eafc4b4ea9 - these ports were already ONLY_FOR_ARCHS=${GCC4_ARCHS} by using the gcc4
module on all arches. so remove the module usage and set ONLY_FOR_ARCHS instead

from brad
2011-07-11 12:08:24 +00:00
dcoppa
60d2b30878 Update to pianobar-2011.07.09.
Actually unbreak it, after pandora.com's api change.
2011-07-10 11:01:05 +00:00
naddy
eed7c62887 Fix build with png-1.5.
All fixes by yours truly.
2011-07-08 20:38:00 +00:00
dcoppa
b497b9a390 Update to shell-fm-0.8
ok jasper@
2011-07-08 18:32:34 +00:00
jasper
ca2bf0e658 fix patch names, no binary change 2011-07-08 09:26:55 +00:00
dcoppa
e0dcf1cab2 Update to umurmur-0.2.7.
Tested on amd64 and sparc64 by maintainer and myself
OK ajacoutot@
2011-07-08 09:09:43 +00:00
ajacoutot
d97a428002 Remove duplicate WANTLIB. 2011-07-07 00:42:04 +00:00
ajacoutot
226e5611fd Use the gettext MODULE. 2011-07-06 21:25:23 +00:00
jasper
31dbeec619 - Cleaning up the port a bit
- Add missing build dependency on automake
- Update the autoconf version to a more appropriate version
- Add in a fix for the automake issue that came up with newer
  GNU libtool installed which broke the build

  from brad
2011-07-05 17:37:33 +00:00
jasper
8f7c2fde6a - adjust after recent curl update
ok landry@
2011-07-05 08:18:29 +00:00
naddy
c1aa62f489 forgotten bump 2011-07-05 05:44:50 +00:00
jasper
bd729fe17a - these patches aren't needed anymore
- add missing rcs id

from brad
2011-07-02 08:03:48 +00:00
jasper
e34592c101 - update to 20110627
- remove portaudio support, only use sndio
- Alc/portaudio.c is now in upstream, remove
- part of Alc/sndio.c is not needed anymore, remove
- Some CFLAGS cleanup

from antti harri (MAINTAINER) and brad

ok sthen@
2011-07-02 07:34:31 +00:00
jasper
0d05c0ffa0 missed in previous 2011-06-30 10:02:35 +00:00
jasper
eb7c689d52 don't break this with libtool 1.x when unbreaking for libtool 2.x
spotted by steve andre
2011-06-30 08:23:30 +00:00
jasper
7f9dab56ca Fix the autoconf/automake macro bits so the external libmp4v2 support
works as expected. Also from brads update.
2011-06-30 07:39:09 +00:00
jasper
3d8f90e322 - merge in fixes from brads faac update 2011-06-29 20:50:49 +00:00
naddy
77979a574e fix up timestamp so this doesn't try to run autotools 2011-06-29 18:22:46 +00:00
jasper
a6e0455d63 - fix build with newer libtool 2011-06-29 12:06:58 +00:00
jasper
5bfe4a908a - tweak BUILD_DEPENDS 2011-06-29 11:41:34 +00:00
jasper
08c0e3c4f7 don't run autofuck, just patch the .in files instead (identical diffs).
this fixes the build with newer libtool

no package change
2011-06-29 11:30:31 +00:00
jasper
aec0d1c7f4 - tweak BUILD_DEPENDS 2011-06-29 11:02:53 +00:00
jasper
fcbd239a34 - update faac to 1.28
* fixes build issues with newer libtool, among other fixes
2011-06-29 10:57:17 +00:00
sthen
c12b40632d unbreak build, from robert@ 2011-06-28 11:39:31 +00:00
sthen
c945a53851 sync WANTLIB and bump.
zap a few stray space-tabs while there.
2011-06-27 13:38:30 +00:00
sthen
966fc640b5 - add missing WANTLIB=${MODPY_WANTLIB} and bump
- add http MASTER_SITES and more explicit license marker while there
2011-06-27 12:46:06 +00:00
sthen
fc4525096d - fix my broken revert of patch-openal_pc_in, sorry
- Antti Harri takes maintainer
(no bump as previous didn't build)
2011-06-26 20:05:26 +00:00
sthen
aac7c2bf73 revert library changes from previous commit pending further discussion. 2011-06-26 10:36:16 +00:00
sthen
7a1fb3abee various fixes to the openal port from Brad;
- Use CMake options via CONFIGURE_ARGS to disable unnecessary backends
  and unwanted features which also means being able to remove some
  patching of CMakeLists.
- Fix hardcoded path in the OpenAL code.
- Fix the pkg-config file to properly list the library dependencies.
2011-06-26 09:58:08 +00:00
ajacoutot
ba5258dc21 This needs an icon-theme to properly display icons. 2011-06-26 06:47:20 +00:00
ajacoutot
8b91e02d66 Update to py-tagpy-0.94.8. 2011-06-26 06:34:01 +00:00
jasper
9f3b82fa20 - update to a more recent version
Some games might require reseting configurations if sounds are not playing after the update.

from Antti Harri
ok ratchov@
2011-06-25 18:42:02 +00:00
sthen
b328f2f4ad Chase ffmpeg dep changes. Mostly from Brad ok dcoppa@, plus opencv from me. 2011-06-24 11:17:05 +00:00
naddy
dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00
sthen
14cbfbe707 link libmodplug to the build properly, xine-lib and aqualung already
depend on it so it's already being built...
2011-06-20 08:27:59 +00:00
ajacoutot
2d8e0d0172 Remove useless patches, sync WANTLIB and bump. 2011-06-15 09:33:02 +00:00
sthen
0d13795c70 patch not needed; doesn't change the package. pointed out by Jan Stary. 2011-06-15 09:29:48 +00:00
sthen
f4fa20e847 update sox to 14.3.2, from new maintainer Jan Stary, tweaks by me 2011-06-15 08:29:34 +00:00
sthen
d72483ec20 mirror a few missing distfiles 2011-06-14 01:19:10 +00:00
sthen
ed7482fbfc fix segfault/bus error with text2wave, reported by Peter Fraser 2011-06-12 12:21:26 +00:00
jasper
3729634684 fix bump 2011-06-08 21:56:53 +00:00
naddy
f830ff0693 maintenance update to 1.1.0; nagged by Brad who sent a similar update 2011-06-08 20:00:47 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
dcoppa
4f452c31d7 Better icon (48x48 instead of 32x32); small fixes 2011-06-08 15:19:13 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
sthen
89bd457672 fixes from Brad;
- Missing dependencies.
- Using wrong commandline options for modern FFmpeg.
- ImageMagick check broken since it wasn't checking the
  correct return code.
2011-06-01 00:04:16 +00:00
dcoppa
bc61c3b115 Update to mutagen-1.20
With a patch to handle 'TXXX' frames (from upstream svn).

OK giovanni@, who has tested it using the Exaile music player
2011-05-31 09:49:52 +00:00
dcoppa
b5771972ee Adjust comments. No changes to the package. 2011-05-31 09:30:43 +00:00
dcoppa
a54abfd839 sync 2011-05-31 09:21:09 +00:00
dcoppa
7af88817c7 Import py-vorbis, a set of Python bindings for the vorbis libraries.
With fixes from Debian's patchset for python-pyvorbis.

OK landry@
2011-05-31 09:19:45 +00:00