5312 Commits

Author SHA1 Message Date
bket
dd61452f6b Update to mpc-0.33
Changelog:
https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.33/NEWS

OK landry@
2020-01-02 09:37:10 +00:00
bket
1c960f5f6b Update to libmpdclient-2.17
Changelog:
https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.17/NEWS

Minor of SHARED_LIBS has been bumped as symbols have been added.

OK landry@
2020-01-02 09:36:49 +00:00
sthen
de44380f30 update to squeezelite-1.9.2.1205 2019-12-31 23:38:25 +00:00
sthen
2c46b58d31 update to p5-MP3-Info-1.26 2019-12-28 17:13:13 +00:00
sthen
ff124f98fc update to eyeD3-0.8.12
set MODPY_PYTEST to indicate that there are tests, but keep NO_TEST and add
a comment (requires an unported dep)
2019-12-28 15:13:25 +00:00
sthen
81f275b5e1 broken on i386. 2019-12-28 13:13:12 +00:00
ajacoutot
155d96cd4a Fix include directory path in libdca.pc (upstream).
Update to HTTPS URLs while here.

from Brad
2019-12-28 10:25:15 +00:00
fcambus
a3363762c5 Update libopenmpt to 0.4.11. 2019-12-23 13:27:52 +00:00
fcambus
7ca1b9882e Prevent bundled Timidity to pick archivers/libzip's zip.h header, issue
was caught by naddy@ in a bulk build.

While there, pass required LDFLAGS for iconv detection in CONFIGURE_ENV
instead of abusing CFLAGS for this.
2019-12-22 20:49:45 +00:00
sthen
5587dae7f9 audacity tweaks:
- build with ffmpeg support, suggested by solene@ (and use
--disable-dynamic-loading to avoid dlopening ffmpeg)

- use GH_* and add a note explaining why we aren't using the
upstream tarballs (stupid time-expiring URLs on fosshub)
2019-12-20 13:19:12 +00:00
fcambus
1a95127772 Update ocp to 0.2.1.
This version now uses SDL2.
2019-12-16 12:54:30 +00:00
jca
f9cc67bd52 Use https for HOMEPAGE
Note: mumble-1.3.0 has been released
2019-12-06 23:12:07 +00:00
bcallah
e5cfb1db6a Update to musescore-3.3.4
Announcement: https://musescore.org/en/3.3.4
2019-12-06 06:38:53 +00:00
jca
3b133bc4d9 Missing bits for the picard-2.2.3 update 2019-12-03 09:22:50 +00:00
kmos
6085723ea7 Update audio/picard 2.1.3 -> 2.2.3
Updated brings a number of fixes and new features:
https://picard.musicbrainz.org/changelog/

Patch is removed as it has been upstreamed.

ok sthen
2019-12-02 22:30:42 +00:00
bcallah
976e23b692 Update to musescore-3.3.3
Announcement: https://musescore.org/en/3.3.3
2019-11-27 00:09:56 +00:00
sthen
8c0040b6ed unbreak ncspot: set CONFIGURE_STYLE (otherwise it tries to download during
build), regen crates list, set FIX_EXTRACT_PERMISSIONS
2019-11-26 12:17:50 +00:00
sthen
3860f9929d comment-out ncspot for now, there are still some problems 2019-11-25 21:14:48 +00:00
sthen
cb254c5ba4 +ncspot 2019-11-25 11:08:21 +00:00
sthen
b6bfd46963 import audio/ncspot, from Henrik Friedrichsen, ok pirofti@
Cross-platform ncurses Spotify client written in Rust with
a low resource footprint. The UI is heavily inspired by
ncurses MPD clients, such as ncmpc.
2019-11-25 11:07:54 +00:00
kmos
66caa534db Move tests to MODPY_PYTEST 2019-11-23 23:36:47 +00:00
sthen
e57f922939 bump REVISION/adjust hpodder dep for py-mutagen semi-backout 2019-11-19 21:21:10 +00:00
sthen
088d4ffa63 oops, splitting off a separate py3-only subpackage with mutagen's cli tools
didn't go so well, merge them back into the python module package for py3.
2019-11-19 21:20:50 +00:00
sthen
0022503a80 cope with audio/py-mutagen subpackage split 2019-11-19 12:12:15 +00:00
sthen
fcb1a8ae3a update to Mutagen 1.43.0
split command line tools into a subpackage
2019-11-19 12:12:00 +00:00
sthen
9556547402 sort CONFIGURE_ARGS 2019-11-18 12:08:53 +00:00
sthen
102e1d7192 build vamp-plugin-sdk support for audacity, removing an XXX comment
from septimiu turcu
2019-11-18 12:08:07 +00:00
sthen
2a4baef518 fix extra whitespace in libvamp-hostsdk.la, from septimiu turcu 2019-11-18 12:06:23 +00:00
fcambus
8277591f9a Add upstream fixes for CVE-2019-14464, CVE-2019-14496 and CVE-2019-14497.
These fixes address the following issues:

- Heap-based buffer overflow in XMFile::read()
- Stack-based buffer overflow in LoaderXM::load()
- Heap-based buffer overflow in ModuleEditor::convertInstrument()
2019-11-17 19:01:53 +00:00
bcallah
4b2a20c8eb Update to musescore-3.3.2
Announcement: https://musescore.org/en/3.3.2
2019-11-17 01:59:23 +00:00
espie
ecd35d58bd DEBUG_PACKAGES, @static-lib 2019-11-13 11:00:21 +00:00
kmos
f915acf5de py-algorithm-munkres is now python3-only. Update the dependency here
and bump REVISION.

ok kn
2019-11-10 21:47:00 +00:00
kmos
af4b44200c Add comment explaining software's author didn't write any tests above
NO_TEST
2019-11-10 16:25:41 +00:00
rsadowski
4fb011ab78 update license comment and cleanup Makefile
Feedback from kmos@, sthen@ and Raf Czlonka (Thanks)
2019-11-08 09:56:52 +00:00
kmos
ffbd1ec4fd Fix tests by adding py-responses and py-rarfile to the TEST_DEPENDS
and enable MODPY_PYTEST
2019-11-07 21:58:27 +00:00
bcallah
8e694ebdab Update to musescore-3.3
Announcement page: https://musescore.org/en/3.3
2019-11-05 16:23:11 +00:00
jasper
74e8f4d436 update to libdiscid-0.6.2 2019-11-03 12:11:07 +00:00
fcambus
d1f7ecbdbd Update libopenmpt to 0.4.10. 2019-10-31 08:35:54 +00:00
naddy
25ba570aa0 update to 1.25.13: libmpg123 parser fix 2019-10-29 22:06:32 +00:00
sebastia
e0b3984352 update 0.5.7 -> 0.6.0 2019-10-22 18:03:48 +00:00
landry
380bdc57c7 Update to ncmpc 0.35. 2019-10-17 11:19:41 +00:00
landry
28a650b20c Update to mpd 0.21.16. 2019-10-17 11:19:21 +00:00
fcambus
af506280d8 Update libopenmpt to 0.4.9. 2019-10-03 08:53:58 +00:00
fcambus
62a3123080 Update libopenmpt to 0.4.8. 2019-10-01 19:56:58 +00:00
kili
b1e8df343c Update to hs-libmpd-0.9.0.9.
Joint work with Greg Steuck.
2019-09-30 11:50:59 +00:00
sthen
9501a4a4ff update to audacity-2.3.2 2019-09-26 13:54:54 +00:00
fcambus
1150ceedc4 Update libopenmpt to 0.4.7. 2019-09-25 07:24:53 +00:00
ajacoutot
ce6508312d Missing BDEP on textproc/p5-XML-Parser.
breakage reported by naddy@
2019-09-16 21:48:23 +00:00
ajacoutot
049fbbd22b Update to pulseaudio-13.0. 2019-09-16 06:04:27 +00:00
kili
42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00