Commit Graph

3306 Commits

Author SHA1 Message Date
brad
f022992b79 Don't create the shared lib using soname.
ok sthen@
2012-09-28 01:47:02 +00:00
ajacoutot
3c70fa453b Forgot in previous. 2012-09-27 07:18:35 +00:00
ajacoutot
a0f9a20273 Update to sound-theme-freedesktop-0.8. 2012-09-27 07:18:09 +00:00
ajacoutot
a6d5fd4bd2 Minor update to libcanberra-0.30. 2012-09-27 06:17:08 +00:00
brad
be013343c1 Don't create the shared lib using soname.
ok sthen@
2012-09-26 19:20:59 +00:00
landry
f4118c2caf Backport fix for an issue with httpd output streaming. Audio was being
played too fast when resuming, see http://bugs.musicpd.org/view.php?id=3527
ok dcoppa@ (maintainer)
2012-09-24 16:26:33 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
dcoppa
2128820f04 piano: Fix memory leak pointed out by clang
from upstream git
2012-09-23 10:18:21 +00:00
ajacoutot
178e2b0ce3 typo in comment 2012-09-22 06:08:31 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
jasper
67900c9c25 sync 2012-09-20 17:41:30 +00:00
jasper
4edbb42f5a import celt051
The CELT codec is an experimental audio codec for use in low-delay
speech and audio communication. It's meant to close the gap between
Vorbis and Speex for applications where both high quality audio and
low delay are desired.

This package contains the celt051 API.

ok aja@
2012-09-20 17:40:57 +00:00
jasper
c3990dee0b sync after recent lua.port.mk change 2012-09-19 08:15:08 +00:00
dcoppa
e48584d7b6 The desktop entry created for the last.fm player did not support
passing arguments, but this is needed when attempting to launch the
last.fm player from a browser via the uri handler (last.fm radio
links).
Fix it by replacing the "Exec=last.fm" line with "Exec=last.fm %U".

From gentoo linux
2012-09-18 20:39:25 +00:00
dcoppa
48744b881c Update to pianobar-2012.09.07 2012-09-18 12:35:03 +00:00
naddy
e5d4cd0dbc update to 0.1.5 2012-09-14 21:42:57 +00:00
naddy
26586fe1b0 update to 1.0.1; Opus has now been standardized by the IETF as RFC 6716 2012-09-14 21:42:32 +00:00
ajacoutot
fddaec21cc Unbreak when avahi is not around; spotted by nigel@ 2012-09-10 09:50:21 +00:00
ajacoutot
fd2e4aced3 - Disable JACK as it was a means of having audio via a sound server
before sndio but akode has had sndio support for a long time now
- Mark SHARED_ONLY as akode is a set of plugins for KDE and the rest of
KDE is SHARED_ONLY too

from Brad
2012-09-07 06:19:19 +00:00
ratchov
b48e78d96b fix locking problem exposed by rthreads 2012-09-06 22:18:23 +00:00
ajacoutot
d9a4bcc50e Bump after gstreamer-plugins-base subpackaging change. 2012-09-06 12:38:35 +00:00
ajacoutot
67e4096c40 Remove dependency on gstreamer-0.10/plugins-bad. 2012-09-06 12:12:22 +00:00
ajacoutot
4043a75cd8 Switch gstreamer-0.10/plugins-ffmpeg with gstreamer-0.10/plugins-ugly;
this is an audio app, not video.

ok mpi@ (maintainer)
2012-09-06 11:57:48 +00:00
ajacoutot
5169208f30 Remove unused gstreamer-0.10/plugins-bad dependency.
ok mpi@ (maintainer)
2012-09-06 09:53:15 +00:00
ajacoutot
3359300d5a - Fix random crashes caused by invalid 32-bit shifts on 32-bit values (from upstream).
- Add to the pkg-config file the missing libm library for static linking

from Brad
2012-09-04 06:17:51 +00:00
stsp
1787d32062 fix abort() in pthread_mutex_unlock(); ok aja 2012-09-03 09:09:34 +00:00
kili
45242ee96d Let it build with mtl-2.1 (and ghc-7.4). 2012-09-02 22:00:00 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
9fb481213f Remove USE_GMAKE as CMake ports do not require GNU make and remove the
LDFLAGS hack which isn't necessary.

from Brad
2012-09-01 07:24:54 +00:00
ratchov
4b811f29c7 fix 24-bit output (LSB vs MSB confusion). Found by Brad.
ok dcoppa@
2012-08-31 20:16:40 +00:00
sthen
4c1056d028 drop ish@ as maintainer, per his request 2012-08-27 13:53:10 +00:00
ajacoutot
a73b0d4f87 sync WANTLIB after recent compiler change
from Brad
2012-08-25 17:10:58 +00:00
dcoppa
864dad392e Update to audacious / audacious-plugins 3.3.1
With suggestions from Brad and stsp@
OK stsp@
2012-08-25 11:30:19 +00:00
ajacoutot
af99458b46 Remove the as-needed pthread hack.
from Brad
2012-08-24 12:14:47 +00:00
jasper
863a07690a - fix the pkgconfig file for dynamic vs. static linking now that it can be
fixed properly post -pthread.

from brad
ok sthen@
2012-08-23 16:34:10 +00:00
sthen
41f27206ff sync wantlib 2012-08-23 14:54:31 +00:00
dcoppa
a7c8b0c261 Update to mpd-0.17.1
Tested by landry@, edd@ and Abel Abraham Camarillo Ojeda.
2012-08-23 14:28:19 +00:00
naddy
a8050c913d remove unneeded -pthread patches 2012-08-22 20:14:05 +00:00
sthen
e7df15cb78 install wavpack docs, simplified from a diff from Tim van der Molen 2012-08-21 15:23:43 +00:00
ajacoutot
30c33015b4 gtk+2 -> gtk+3 2012-08-21 13:10:08 +00:00
ajacoutot
057028b194 RCS id cleanup; also add OpenBSD RCS Id where missing... 2012-08-19 22:30:36 +00:00
espie
ea92e68247 new version, can now display one line of text per-beat.
those lines come from stdin, because scripting is the simplest
way to get nice behavior without making things too complex.
2012-08-19 09:55:19 +00:00
ajacoutot
7ab36748ae Remove irrelevant $FreeBSD RCS ids. 2012-08-18 12:41:37 +00:00
espie
886bd42cff fix documentation issues 2012-08-18 11:02:23 +00:00
ajacoutot
723ab5c35e Add VMEM_WARNING and NO_REGRESS.
Fix the fftw3 dependency.
Don't use ${FULLPKGNAME} in the PLIST to refer to the binary.
2012-08-18 08:50:19 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
ajacoutot
02c6d70f1c Regen PLIST to add the man pages. 2012-08-18 07:18:26 +00:00
stsp
59097e6bb8 += ardour 2012-08-17 15:36:02 +00:00
stsp
1bc8c067b9 Import ardour-2.8.14, with added support for sndio midi.
Ardour is a full-featured, free and open-source hard disk recorder and
digital audio workstation program suitable for professional use. It
features unlimited audio tracks and buses, non-destructive, non-linear
editing with unlimited undo, and anything-to-anywhere signal routing. It
supports standard file formats, such as BWF, WAV, WAV64, AIFF and CAF,
and it can use LADSPA, LV2, VST and AudioUnit plugin formats.

with and ok ajacoutot@
2012-08-17 15:33:32 +00:00