naddy
20e89b4fb5
delete the implementation of the removed zoltrix flavor
2016-03-23 20:25:52 +00:00
sthen
1e3128ac7d
remove the zoltrix flavour from audio/wmtune, it currently needs to run as
...
root (I think also with securelevel=-1), and the ioctl it uses is going away.
2016-03-23 09:50:00 +00:00
sthen
bb0c60e7fb
+squeezelite
2016-03-21 22:29:21 +00:00
sthen
ae2290d52f
import ports/audio/squeezelite, ok jca@
...
Squeezelite is a small squeezebox emulator using PortAudio. It is
headless, and must be controlled via Logitech Media Server. It supports
gapless playback, client synchronization (allowing groups of clients for
simultaneous playback), and direct streaming for those LMS plugins which
require it. It has a built-in decoder for PCM (wav/aiff); other formats
(flac, mp3, ogg, aac, wma, alac) are available via libraries. It has
resampling support via libsoxr.
2016-03-21 22:28:24 +00:00
dcoppa
0b175d320e
Update to mpd-0.19.14
2016-03-21 12:42:31 +00:00
naddy
f80ee6fbf6
Remove obsolete, broken software from the 1990s:
...
fvwm95, a window manager with a Windows 95 look; ok jca@ jung@ mmcc@
rplay, a forgotten network audio system; ok sthen@ jca@
2016-03-20 20:42:47 +00:00
naddy
cfbb239b6a
Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
...
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
mmcc
0fadda4097
Remove audio/mpegaudio. The code is untouched since 1994, it barely
...
works, and the code is apparently of very low quality.
ok jacoutot@, sthen@, jca@, testing from jca@
2016-03-20 18:27:59 +00:00
naddy
deea7ed07b
drop SHARED_ONLY from python and ruby ports
2016-03-20 16:12:22 +00:00
naddy
faafda7a7b
prepare for upcoming SHARED_ONLY removal
2016-03-20 15:33:38 +00:00
ajacoutot
86c34e8f10
Fix build with libsigc++ >=2.8.0.
...
This port could seriously use an update; it's always in the way...
2016-03-20 11:58:32 +00:00
sthen
c3fc514d1b
merge PFRAG.shared
2016-03-19 10:22:22 +00:00
naddy
42bc647e80
remove SHARED_ONLY from ports that only use modules that neither set nor
...
read this variable
2016-03-18 23:12:15 +00:00
naddy
2c4204cf62
remove SHARED_ONLY from simple ports that use the gettext or libiconv module
2016-03-18 21:38:22 +00:00
bentley
8028914de2
Clarify license marker.
2016-03-17 08:36:09 +00:00
naddy
071c34fd6f
remove SHARED_ONLY from ports that use only the gnu module
2016-03-16 21:19:37 +00:00
naddy
ef68f42b62
remove SHARED_ONLY from ports that don't use any MODULES
2016-03-16 16:46:31 +00:00
naddy
54245fa079
no longer required since stdio.h revision 1.51
2016-03-15 16:50:17 +00:00
naddy
cc94a2284c
regen PLIST
2016-03-13 22:55:56 +00:00
naddy
163e9b1b42
Update to 1.23.2.
...
Significant changes include automatic enabling of control keys on ttys
and the addition of libout123.
2016-03-13 22:42:27 +00:00
naddy
ce859edcb4
garbage collect CONFIGURE_SHARED
2016-03-11 20:28:21 +00:00
naddy
c07aaff4f9
garbage collect CONFIGURE_SHARED
2016-03-11 20:11:39 +00:00
naddy
c253f424ca
garbage collect CONFIGURE_SHARED
2016-03-11 19:59:11 +00:00
naddy
2339660906
remove NO_SHARED_LIBS
2016-03-11 15:26:45 +00:00
naddy
22d7f06004
remove NO_SHARED_LIBS; ok sthen@
2016-03-10 23:05:53 +00:00
zhuk
667a0480a2
Make this fit 80 columns.
2016-03-10 17:27:11 +00:00
naddy
d1fb05fbc3
requires --enable-shared
2016-03-10 11:50:13 +00:00
jasper
eba90637f6
remove vax workarounds/tentacles, reword where applicable
2016-03-09 18:31:36 +00:00
naddy
b05ebe5424
remove LIBM_CHECK for vax
2016-03-09 18:29:10 +00:00
zhuk
b2554c8937
Convert to MODQMAKE, -6 Makefile lines.
2016-03-07 11:58:49 +00:00
zhuk
a7f3604326
Convert to MODQMAKE, -3 Makefile lines.
2016-03-07 11:34:24 +00:00
jca
4ea50190a7
Update to doxygen-1.8.11 (latest)
...
This switches doxygen to the cmake build system.
All the hard work done by Rafael Sadowski, thanks!
Bulk build and ok ajacoutot@
2016-03-01 20:36:39 +00:00
dcoppa
332464639d
- update HOMEPAGE
...
- add default value for rpcTlsPort
(upstream git commit bdc9dc727b0464bc17bed002d2a701cfc34b777a)
2016-03-01 12:44:58 +00:00
dcoppa
341d8c8479
Update to mumble-1.2.14
2016-02-25 16:01:39 +00:00
dcoppa
5d4f662137
Update to mpd-0.19.13
2016-02-25 09:04:50 +00:00
ajacoutot
9fe6a4bca0
Update to easytag-2.4.2.
2016-02-25 07:52:34 +00:00
sthen
e136f428ff
update to beets-1.3.17
2016-02-25 00:44:34 +00:00
jsg
578ae7c7ca
Don't attempt to build on arm. sync atomic builtins required.
2016-02-21 16:17:25 +00:00
tobiasu
ec1b03dbe2
mark broken on sparc, missing sync builtins
2016-02-15 12:00:29 +00:00
visa
8872509ae8
Fix build on mips64. Attempts to use PAGE_SIZE in userspace fail
...
because the macro refers to PAGE_SHIFT which is visible in kernel code
only. As page size varies between mips64 systems, the size has to be
determined at runtime.
Input and OK jasper@
2016-02-09 16:20:15 +00:00
ajacoutot
ab1440db43
Unbreak the mixer.
...
from ratchov@, thanks!
req. by mpi@
ok sthen@ jasper@
2016-02-06 07:48:37 +00:00
naddy
92adf2cc4f
PIE flags really need disabling, we use PIE by default anyway
...
on arches where it actually works. From sthen@
2016-01-27 15:59:03 +00:00
naddy
a524d64898
Fix the PIE test in configure. opus-tools is compiled with PIE anyway,
...
so this is just a cosmetic change. Reported by and ok juanfra@
2016-01-27 12:04:06 +00:00
ajacoutot
162ba13473
Update to easytag-2.4.1.
2016-01-26 06:39:21 +00:00
jasper
ffc6612ef0
this requires c++11, so unconditionally use eg++ instead of hardcoding a list of platforms
...
ok dcoppa@ (MAINTAINER)
2016-01-25 19:19:53 +00:00
ajacoutot
42bbcc19c8
Update to pulseaudio-8.0.
...
ok robert@ (maintainer)
2016-01-25 06:56:07 +00:00
ajacoutot
8a41391a7b
Update to rhythmbox-3.3.
2016-01-24 10:50:25 +00:00
dcoppa
313724f7b3
Another bugfixing release (ncmpcpp-0.7.3)
...
* Home and End keys are now recognized in a few specific terminal emulators.
2016-01-21 08:26:25 +00:00
kili
8cd2335a46
Bump after ghc change.
2016-01-20 16:15:45 +00:00
dcoppa
e7e0b302de
maintenance update to mumble-1.2.13
2016-01-18 15:13:53 +00:00