4522 Commits

Author SHA1 Message Date
fcambus
ebdf362d76 Mark as BROKEN on alpha, it triggers an internal compiler error.
arctar.c:384: internal compiler error: in extract_insn, at recog.c:2077
2017-02-06 15:33:15 +00:00
tim
7647cce74b Update to wavpack 5.1.0; input and OK sthen@ 2017-02-01 22:06:14 +00:00
ajacoutot
de849f2c02 Remove the -wikipedia subpackage; it depends on WebKitGTK+ 2.4 which is
known to have many security vulnerabilities that will NOT be fixed.

ok landry@ (maintainer)
2017-01-31 08:46:50 +00:00
sthen
3e746fb126 zap more zero-byte files, found by rsadowski, who also tested builds
without them present.
2017-01-27 22:19:20 +00:00
naddy
34e39ab71f Update to 1.1.4: A specially-crafted Opus packet could cause an
integer wrap-around in the SILK LSF stabilization code.

Reported as CVE-2017-0381, but upstream does not believe that any
remote code execution is possible.
https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a4607
2017-01-21 21:38:11 +00:00
ajacoutot
0a3d0909e0 Update to pulseaudio-10.0.
ok robert@ (maintainer)
2017-01-19 19:32:06 +00:00
naddy
1785ffd598 Update to 1.3.2 for numerous small bug fixes.
The API documentation is no longer included (requires Doxygen).
2017-01-12 21:13:58 +00:00
czarkoff
3848553917 Update to fdk-aac 0.1.5. 2017-01-12 16:43:43 +00:00
sthen
dc446f49f6 update to beets-1.4.3 2017-01-10 14:43:00 +00:00
sthen
f19a372e90 Now libressl has alt chain support we no longer need the workaround for
pianobar. Verified by & ok dcoppa@
2017-01-10 12:46:41 +00:00
sthen
4f502a0926 epoch bump, "Found newer package gradio-5.0.0beta2" 2017-01-08 21:52:28 +00:00
landry
9ffa136dce Update to gradio 5.0. 2017-01-07 11:38:46 +00:00
jeremy
cea9793919 Build ruby24 versions of gem ext ports where we currently build ruby23
versions.
2017-01-06 16:08:18 +00:00
jca
de35d67299 Don't build the Qt-based config editor.
Spotted by naddy@, initial diff from David Carlier (maintainer)
2017-01-05 23:04:24 +00:00
landry
fd4569fbb5 bump ports depending on python3 in audio 2017-01-03 19:14:44 +00:00
shadchin
023286d19f Add a MODPY_PYOEXTENSION variable.
Beginning with Python 3.5 .pyo files are no longer used and
have been replaced by a more flexible scheme that includes
the optimization level explicitly in .pyc name (See PEP-488).
2017-01-03 18:54:48 +00:00
jsg
6864fa0e1c use ports gcc on arm to get atomic builtins 2016-12-31 04:12:09 +00:00
jsg
9cdf3afc4a mpd already builds with ports gcc, now that the arm baseline is armv6k
builtin atomics are available on arm and mpd builds so stop marking it
as BROKEN on arm.
2016-12-30 08:59:10 +00:00
jca
c4b7d05f55 Needs atomic builtins, build with lang/gcc on arm. 2016-12-29 14:29:37 +00:00
zhuk
52e367ec60 Fix trailing line in DESCR. 2016-12-25 15:11:47 +00:00
zhuk
a47f492f02 Adapt to new x11/qt5 layout, mostly REVISION bumps due to changed deps.
The devel/kf5 to be handled separately, please wait.
2016-12-25 14:34:39 +00:00
phessler
bb2f740138 these use atomics not currently available on arm 2016-12-22 08:10:21 +00:00
zhuk
e273bd49b0 Apply the same workaround for estdc++ issue to audio/moc that was done
for, e.g., multimedia/gstreamer1/plugins-good. This way it should build
on non-Intel archs.
2016-12-19 22:52:46 +00:00
sthen
36fe6f9513 update to beets-1.4.1 2016-12-16 11:22:39 +00:00
dcoppa
f58c26665e Bugfixing update to mpd-0.19.21 2016-12-15 10:59:12 +00:00
dcoppa
7248d50801 Update to mpd-0.19.20 2016-12-11 12:59:40 +00:00
sthen
fec8959d83 don't allow teknap to pick up gmake in configure; fixes a problem if dpb
junks gmake during build.
2016-12-08 22:41:03 +00:00
ajacoutot
d48b73668b Update to easytag-2.4.3.
- drop the gettext MODULE
2016-12-06 09:17:07 +00:00
dcoppa
141232de7e LogInit: initialize out_fd properly to avoid closing stdin
(upstream git commit 301abac0c1ca55e591b5afc53bf332cda294da19)
2016-12-05 11:56:19 +00:00
dcoppa
06161dac2b Exit when no email/password was entered or ^C was pressed
(upstream git commit 18f39b5ac22fe0ab85203f7a471f511d2bf96e28)
2016-12-05 10:33:30 +00:00
fcambus
1503d4d563 Update libxmp to 4.4.1.
This is a bugfix release, no bump needed.

OK ajacoutot@
2016-12-02 09:39:07 +00:00
fcambus
fe56ee279e Update HOMEPAGE. 2016-12-01 22:42:44 +00:00
dcoppa
dfb2b0ee7f Show detailed error message if writing tags fails
(upstream git commit 3868e32b9216e14247e0534061d1d02f3b8ab65d)

Show meaningful error message if MPD_PORT is not a number
(upstream git commit 8dde3944ee1878a7f26dd24bfe5e31f4e72c05b1)

lyrics: fix loading of files with DOS line endings
(upstream git commit dac0d4602f810d8f43e18beefdd43068e40308c3)

window: prevent ncurses from defining macros
(upstream git commit 6b73f0ebe1c05cb2b3b6973662e7b6c95eba4530)
2016-11-29 11:35:00 +00:00
landry
e38298100d Invert broken logic to fix a bunch of vfprintf %s NULL spamming my logs. 2016-11-24 11:45:17 +00:00
dcoppa
ffcf575f77 Merge fixes from branch 'v0.19.x' of git://git.musicpd.org/master/mpd
decoder/pcm: round buffer size down to nearest frame size
(upstream git commit 7019f6bea455f0d843131ec5b88cf057ebba5058)

decoder/ffmpeg: ignore empty packets
(upstream git commit 77a9940461f96a608b1f564f810b146980e63c4d)

fix comment in mpdconf.example ("can setting can" -> "setting can")
(upstream git commit 7c251fe19013d17f5ecd65361a560d433c0c19ef)
2016-11-24 08:27:28 +00:00
sthen
52b46c910e update to p5-Audio-Scan-0.96 2016-11-23 14:20:07 +00:00
jeremy
1bea2dbb0f Reinitialize sndio in case of an audio(4) error, as otherwise you need to
restart aqualung in such cases.  REVISION was just bumped in a previous
commit.

OK sthen@
2016-11-19 18:28:40 +00:00
jeremy
7f7146f5d4 Reinitialize sndio in case of an audio(4) error, so you don't need to restart
aqualung in such cases.

OK sthen@
2016-11-19 18:25:53 +00:00
ajacoutot
a75096929d Put the rc_bg override where it belongs. 2016-11-13 21:30:42 +00:00
landry
dbcf3586a7 +ympd 2016-11-13 19:35:43 +00:00
landry
7270d60c7a Import ympd 1.3.0.
ympd is a lightweight MPD (Music Player Daemon) web client that runs without a
dedicated webserver or interpreters like PHP, NodeJS or Ruby. It's tuned for
minimal resource usage and requires only very litte dependencies.

ok jca@
2016-11-13 19:35:11 +00:00
jca
9901c61e0a Update to jack-0.125.0
From David Carlier, input and ok danj@ on a previous version.
2016-11-13 19:22:34 +00:00
jca
af64c8bb61 Update to doxygen-1.8.12 and switch the gui to Qt5
From Rafael Sadowski, who takes maintainership.
2016-11-12 20:50:41 +00:00
fcambus
099128d422 Make ocp compile against audio/adplug, which allows playing many OPL2/OPL3 audio formats.
OK landry@
2016-11-11 12:28:07 +00:00
danj
f780072f00 Remove superfluous if ${FLAVOR:Mpython3}
tweaks and ok rpointel@ shadchin@
2016-11-10 21:58:40 +00:00
fcambus
d00a960d55 Add adplay and adplug. 2016-11-08 23:27:25 +00:00
fcambus
6068e19ddd Import audio/adplay.
AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
universal OPL2 audio playback library. AdPlay/UNIX supports the full range
of AdPlug's file format playback features.

OK abieber@
2016-11-08 23:24:53 +00:00
fcambus
5c6b5c48b1 Import audio/adplug.
AdPlug is a free, multi-platform, hardware independent AdLib sound
player library, mainly written in C++. AdPlug plays sound data,
originally created for the AdLib (OPL2/3) audio board, on top of an
OPL2/3 emulator. No OPL2/3 chips are required for playback.

OK abieber@
2016-11-08 23:22:32 +00:00
jca
35c8c5e6f1 Update to libsndfile-1.0.27
from maintainer Jan Stary
2016-11-07 21:52:53 +00:00
jca
33414fb30b Update to libsamplerate-0.1.9
from maintainer Jan Stary
2016-11-07 21:39:58 +00:00