4979 Commits

Author SHA1 Message Date
landry
160a1eb1c0 Pass -Db_asneeded=false to meson so that it doesn't add -Wl,--as-needed.
Fixes the build on i386/ld.bfd archs which was failing with missing refs
to pthread functions, as reported by sthen@

Fix WANTLIB while here.
2019-01-06 20:15:51 +00:00
ajacoutot
105cdc0cc2 Update to rhythmbox-3.4.3.
Disable libgpod support.
2019-01-06 10:45:08 +00:00
ajacoutot
2b0e2ee793 Missing BDEP on devel/boost. 2019-01-03 19:28:22 +00:00
ajacoutot
f12ef2fcb5 gvfs is not needed for building. 2019-01-03 13:35:50 +00:00
sebastia
9b2693f75d simple update 0.5.3 -> 0.5.4 2019-01-02 21:56:15 +00:00
landry
e358499dd6 Update to mpd 0.20.23.
We dont update to the 0.21 branch yet as it requires ffmpeg 3.1 and gcc
6 which would break it on exotic archs. mpd might be the only reason
some ppl use exotic stuff, so stay on the safe side for now.

Maintainer timeout.
2019-01-02 21:32:32 +00:00
landry
e5dceb51dc Update to ncmpc 0.33.
Maintainer timeout..
2019-01-02 21:30:48 +00:00
landry
5e1324bfb5 Update to libmpdclient 2.16.
Maintainer timeout.
2019-01-02 21:29:30 +00:00
landry
4698f57e49 Update to mpc 0.31.
Maintainer timeout.
2019-01-02 21:29:01 +00:00
jca
b64d5741b9 BROKEN following the wxWidgets3 update
ok ajacoutot@ landry@ giovanni@
2019-01-02 12:44:53 +00:00
ajacoutot
b5e733e2b9 Sync WANTLIB. 2018-12-31 18:42:20 +00:00
fcambus
ce0c1fb5e0 Update schismtracker to 20181223. 2018-12-30 11:28:20 +00:00
bcallah
0af7086efd Update to vgmplay-0.40.9 -- upstream took all our patches.
Changelog: https://github.com/vgmrips/vgmplay/compare/0.40.8...0.40.9
2018-12-26 15:41:00 +00:00
jca
d878934089 Patch not needed any more, <net/if.h> is standalone now 2018-12-19 13:47:45 +00:00
danj
bf1d87f3e7 Remove trailing "/" which breaks HOMEPAGE
ok naddy@
2018-12-18 20:32:32 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
landry
04bc01d589 Update to cantata 2.3.2 2018-12-10 07:28:41 +00:00
landry
41e5435bd5 Update to gradio 0.7.2 2018-12-10 07:13:49 +00:00
ajacoutot
69b50520c4 Explicitely pass --without-flite to prevent picking it up. 2018-12-06 08:01:15 +00:00
naddy
33bea57aa6 again, bump users of audio/libmad after macro change in header file 2018-12-05 20:19:00 +00:00
naddy
bfd2364537 Enable 64-bit fixed point math on all LP64 archs.
This should improve accuracy at no practical performance cost.
Welcome to the 21st century!
2018-12-05 20:18:30 +00:00
naddy
62baafa1d6 bump users of audio/libmad after macro change in header file 2018-12-04 20:44:56 +00:00
naddy
58bf66f3b8 Prevent multiple evaluation of macro argument on powerc.
Resulting problem reported and fix tested by Charlene Wendling.
2018-12-04 20:43:58 +00:00
jca
846fb1bf98 Don't hardcode gcc, should fix aarch64
ok fcambus@ (maintainer)
2018-11-27 19:11:35 +00:00
sebastia
f8c1d10cef Remove forgotten patch, and regen patch-src_qsynthOptions_cpp
No bump, didn't built, as pointed out by ajacoutot@
2018-11-27 13:37:30 +00:00
sebastia
f24a8096de simple update to qsynth-0.5.3 2018-11-25 22:33:58 +00:00
naddy
a79b99f5b8 fix fat-fingered diff 2018-11-23 21:08:39 +00:00
fcambus
64f451cc2c Patch configure to add support for newer versions of GCC. This will
allow building on architectures using ports-gcc to build the port once
we update lang/gcc.

OK naddy@
2018-11-22 18:57:52 +00:00
naddy
d9df9a6eba The included i386 assembly is a mix of PIC code, acknowledged non-PIC
code, and code that claims to be PIC but really isn't.  Disable all
of it and use the C code as on all other archs.  ok fcambus@
2018-11-22 15:39:43 +00:00
ajacoutot
7484a71c0c --disable-cdda-paranoia to prevent picking it up.
While here, regen WANTLIB.
2018-11-22 14:58:40 +00:00
naddy
28f63025b1 allow text relocations from non-PIC i386 assembly in the ffap plugin 2018-11-21 19:54:15 +00:00
naddy
54e3a5e3d0 add missing include (gcc 4.9) 2018-11-18 17:06:52 +00:00
ajacoutot
0570c9b503 Link with LTLIBINTL instead of LTLIBICON since this uses
libintl_bindtextdomain.

prodded by espie@
2018-11-17 11:55:01 +00:00
sthen
6b8e265514 bump ports known/suspected to be affected by issue with libedit/libreadline
and termcap on lld arches.
2018-11-14 20:48:21 +00:00
naddy
b94bcfe131 add missing include 2018-11-13 16:26:16 +00:00
bentley
9d71ca0d3e Drop wcobb@ from maintainership at his request. 2018-11-12 08:53:45 +00:00
ajacoutot
f4b87b4457 Pick up libmp3lame.so if it's installed; proddeb by a mail from Anthony
Campbell.
While here, don't offer to download libmp3lame of ffmpeg.
2018-11-03 13:42:33 +00:00
ajacoutot
d57269e0be Fix linking with ld.lld, FileDialog needs gobject and gtk libs. 2018-11-03 13:26:27 +00:00
bentley
2095fd515c Include cstring for str*() functions. 2018-10-28 08:07:36 +00:00
bentley
e53233708c Include cstring for memmove/memcpy. 2018-10-28 07:59:57 +00:00
ajacoutot
8e94b5fe04 Sync WANTLIB after recent gmime30 update. 2018-10-27 16:59:36 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
naddy
9523973c62 Update to 1.3.
Changes since 1.2.x include:
- Improvements to the VAD and speech/music classification using an RNN
- Support for ambisonics coding using channel mapping families 2 and 3
- Improvements to stereo speech coding at low bitrate
- Using wideband encoding down to 9 kb/s
- Making it possible to use SILK down to bitrates around 5 kb/s
- Minor quality improvement on tones
- Enabling the spec fixes in RFC 8251 by default
- Security/hardening improvements

Notable bug fixes include:
- Fixes to the CELT PLC
- Bandwidth detection fixes
2018-10-20 17:48:16 +00:00
naddy
c3226f718c minor bugfix update to 0.2.1 2018-10-20 14:12:15 +00:00
sthen
b3d7494ff5 typo; Moises Simon 2018-10-06 17:15:55 +00:00
sthen
a1af0ec998 Don't build with -march=native on clang arches, ok ajacoutot@ (maintainer).
From my description,

> For gcc, lame has a big "experimental optimizer" section with
> -march=native and other flags that we don't want in bulk builds
> (but might be useful for self builds sometimes). It's controlled by
> --enable-expopt (the default is "none" to disable it),
>
> There is a similar section for clang which is just outside the "expopt"
> block. I think that's a mistake, but I don't want to poke around too much
> as they have other mistakes in their configure script nearby and I don't
> want to go down that rabbit hole ;)
>
> Here's a simple diff to neuter the check.
2018-10-04 14:48:38 +00:00
sthen
f71d07da55 adjust beets README again, with information about using the gstreamer
backend for replaygain.
2018-09-29 19:53:47 +00:00
naddy
b549a4b03e Update to 0.2 for miscellaneous improvements. Detailed changes:
https://opus-codec.org/release/dev/2018/09/18/opus-tools-0_2.html
2018-09-25 19:52:24 +00:00
naddy
cb865287b9 maintenance update to 0.11 and take maintainer; ok Sergey Bronnikov 2018-09-25 19:50:07 +00:00
naddy
e433f828f1 +libopusenc 2018-09-25 19:45:44 +00:00