Commit Graph

4737 Commits

Author SHA1 Message Date
stsp
f96c77e4cc unhook audio/aubio and audio/liblo; these were only used by audio/ardour 2017-11-03 13:22:19 +00:00
stsp
74c28d099d remove audio/ardour; Our port of this software is old and unmaintained.
ok ajacoutot@
2017-11-03 13:00:45 +00:00
stsp
2924df3e10 unhook audio/ardour; our port of this software is outdated and unmaintained.
ok ajacoutot@
2017-11-03 12:58:33 +00:00
naddy
523fc9bb35 replace gettext module, sync wantlib; ok ajacoutot@ 2017-11-03 09:39:04 +00:00
jca
435debb39e Two "bind_to_address" tweaks for mpd
- listen on "localhost" instead of "127.0.0.1"; helps with "family
  inet6 inet4" in resolv.conf
- install /var/run/mpd in the rc script, and mention /var/run/mpd/socket
  in the example config (ncmpc can use it by default)

ok dcoppa@ (maintainer)
2017-11-02 19:22:40 +00:00
espie
c9c6e0f6a0 if compile script fails, fail 2017-11-02 13:15:23 +00:00
jca
61f927194b Patch forgotten in previous, oops 2017-11-02 13:09:26 +00:00
jca
f3a5125ab1 (Tentative) unbreak with lld + respect CXX/CXXFLAGS
prodded by espie@
2017-11-02 12:09:42 +00:00
espie
1ae9dca960 fix lld link, we explicitly have to link with -lintl for nls support 2017-11-02 11:55:10 +00:00
rsadowski
a885f1d2af Unbreak build with swig 3.0.13 2017-11-01 16:41:44 +00:00
ajacoutot
e96ae420d9 Sync WANTLIB to unbreak. 2017-10-31 18:09:12 +00:00
jca
e83235185c Fix infinite loop on archs where char is unsigned (arm, powerpc)
ok fcambus@ (maintainer)
2017-10-30 13:48:39 +00:00
ajacoutot
c8c2ea5d18 Bump after recent meson + module change.
Drop now undeeded patches since we have SHARED_LIBS support.
2017-10-28 13:28:06 +00:00
ajacoutot
c4a87b382c Sync DEPENDS/WANTLIB after recent totem-pl-parser update. 2017-10-28 08:39:42 +00:00
sthen
ceb7770170 Handle pthread-stubs removal. 2017-10-23 17:10:37 +00:00
sthen
225f3a40dd Handle pthread-stubs removal. 2017-10-23 17:02:36 +00:00
fcambus
0a2ce033d3 Update schismtracker to 20170910. 2017-10-19 07:21:07 +00:00
jeremy
97d62aa07c Remove building of ruby 2.2 ports with native code by default.
Also fixes a couple of issues where only the ruby 2.2 version was built
by default, building them with ruby 2.3 and 2.4 by default instead.
2017-10-14 16:23:46 +00:00
jeremy
7e4d7ef88d +mp3applygain 2017-10-14 15:13:25 +00:00
jeremy
b48507fada Import mp3applygain 1.1.0
This fills a void left since the removal of mp3gain.  It applies replaygain
information to mp3 audio data, which allows for the use of replaygain
information even on players that do not support it via tags (common in
hardware mp3 players).  mp3applygain is a fork of mp3gain with all code
removed except the code to actually modify the mp3 audio data to apply
the gain.

Help from jca@
OK sthen@
2017-10-14 15:11:52 +00:00
jca
05c19e50d0 Fix link with ld.lld (missing -lm) 2017-10-12 15:27:02 +00:00
jca
01a30de9b6 Don't hardcode libstdc++, fixes build on systems which don't provide it
clang ignores -lstdc++ even if it is absent from the system, giving the
wrong hint to the configure, which proceeds to add it to the list of
libraries.  Then libtool fails because it can't find it.

Why is clang ignoring -lstdc++?  Convenience?
2017-10-12 15:04:52 +00:00
jca
2538484cbe Fix link with ld.lld (missing -lm) 2017-10-12 14:18:04 +00:00
ajacoutot
d79feacde5 Update to rhythmbox-3.4.2. 2017-10-08 07:37:40 +00:00
naddy
ff4afa5988 update to 1.25.7 for "behavioural adjustment and more fixings" 2017-10-06 15:54:56 +00:00
dcoppa
39f67c611f Specify configure args explicitly 2017-09-26 10:18:41 +00:00
dcoppa
233e05986f Update to ncmpc-0.28 2017-09-26 09:55:07 +00:00
sthen
0e8d2773d7 sync wantlib 2017-09-25 21:33:08 +00:00
sthen
b0600caa40 add c to WANTLIB for perl XS modules 2017-09-23 10:51:07 +00:00
sthen
d71525a121 sync wantlib 2017-09-22 21:40:37 +00:00
sthen
4990bcbeee add a bunch of missing unistring deps 2017-09-22 20:52:58 +00:00
ajacoutot
a8d5a08fec Update to pulseaudio-11.1.
ok robert@ (maintainer)
2017-09-19 11:50:43 +00:00
sthen
0c7541c9e7 remove mp3gain, see http://www.openwall.com/lists/oss-security/2017/09/14/
Note that http://www.openwall.com/lists/oss-security/2017/09/14/12 has some
words in its defense; it might make sense to reintroduce if the forked mp3
decoder library is replaced.

link rgain.
2017-09-17 16:45:29 +00:00
sthen
afda54fbe0 import ports/audio/rgain, ok jca@ - this is an alternative to audio/mp3gain
(mp3gain has various vulnerabilities due to a buggy old fork of mpg123's
decoder, additionally is mp3-only, whereas this handles more formats).
See various posts at http://www.openwall.com/lists/oss-security/2017/09/14/

----
ReplayGain is designed to solve the problem of varying volumes between
different audio files. This package provides Python modules and scripts
to read, write and calculate Replay Gain on various file formats (Ogg
Vorbis, flac, WavPack, MP4, MP3).
----
2017-09-17 16:43:24 +00:00
dcoppa
15a86df662 Drop gettext module and fix dependencies accordingly. 2017-09-14 16:21:15 +00:00
dcoppa
cc6251c182 Add missing COMPILER vars
spotted by Brad
looks right to sthen@
2017-09-08 15:44:15 +00:00
dcoppa
e1dd8809e2 Update to audacious and audacious-plugins 3.9
From Timo Myyra, thanks!
2017-09-08 13:33:07 +00:00
dcoppa
5851026d5d Merge fixes from the '0.7' stable branch:
junklib: fix pointer going out of scope bug
(upstream git commit d97d5490e45462b8b4135a3745e56b003ef494cf)

ffmpeg: increase the supported file extension limit to 1024
(upstream git commit 67f6568151248965dd89ef3304464a50e9982a20)

ffmpeg: buffer overflow fix when there are >= 256 extensions supported
by ffmpeg
(upstream git commit f6646210f643e4fb75f352cfb021dcfc0ed0b628)
2017-09-08 10:44:20 +00:00
dcoppa
a1c8e10157 Add missing comment 2017-09-07 15:11:44 +00:00
dcoppa
6ef27f2f18 - cleanup CPPFLAGS
- remove no longer necessary 'CXXFLAGS += -O1' hack
- unbreak user input in the Find prompts
2017-09-06 16:42:57 +00:00
dcoppa
5ac135a00f Sort songs in media library by their display format if there are
no track numbers (git commits def5c46225896373adb8a7d749cfa4a019b1c1fd
and 4a6e7d305b0b5a8ab101ff05f541f527f2d2bc42)
2017-09-05 14:25:47 +00:00
dcoppa
64a604712a fix crash on lyrics screen
(upstream git commit 36e3f4589afc5bf3d17c0584719a86a577340fa0)

fix memory leak
(upstream git commit c4aca0137a7a819270eabb3092e655ccaa721065)
2017-09-04 10:54:20 +00:00
dcoppa
9c12743034 Fix intermittent failures when using --quiet.
Using '--quiet' command line argument no longer results in a crash
(upstream git commit db28618929b9ec11e831d5a44437757f6195497d)

Mark songs as added to playlist immediately.
Fix a situation in which songs added to playlist from media library
or playlist editor screens would not be immediately marked as such
(upstream git commit c340a6ba9a322985b8d50ab477631689b6b8f55a)
2017-08-31 15:58:26 +00:00
dcoppa
f9c7fb2678 Update to pianobar-2017.08.30 2017-08-31 09:12:36 +00:00
ajacoutot
79489d9fd5 Consistent indentation and space before `='.
Drop bogus line continuation in RUN_DEPENDS.
Tidy up LIB_DEPENDS.
2017-08-30 06:17:50 +00:00
landry
295c6651e6 Update to grip 3.5.2.
After 12 years of nearly complete abandon, a new upstream arises !
(see http://www.solbu.net/english/tag/grip.html)

Reset MAINTAINER to ports@ (previous MAINTAINER agrees)
Garbage collect a bunch of patches merged around
Use x11/gnome MODULE

ok ajacoutot@
2017-08-29 16:43:59 +00:00
rsadowski
d0e2494bd7 unhook akode 2017-08-27 16:09:21 +00:00
rsadowski
2d4610b9dd remove audio/akode
no longer maintained upstream and no ports use it.

ok jca@ zhuk@
2017-08-27 16:08:46 +00:00
dcoppa
1349a8241e Update to mpd-0.20.10 2017-08-25 10:06:59 +00:00
sthen
1dd1aed429 bump; textproc/icu4c now uses multi-packages for -wwwdata 2017-08-24 09:45:23 +00:00