Commit Graph

48 Commits

Author SHA1 Message Date
ajacoutot
d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
sthen
ace3c77248 use sse2 on i386 too, build fails without it 2022-10-06 19:56:45 +00:00
op
dd42bc9988 update audio/deadbeef to 1.9.2
heavily based on a previous diff by sthen for v1.9.1.  Upstream removed
the support for sndio so switch to the pulseaudio plugin.  Also, disable
libmap in favour of libmpg123.

ok sthen@
2022-10-04 11:46:49 +00:00
sthen
1b98a94d33 sync WANTLIB 2022-03-31 14:10:58 +00:00
naddy
b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
62baafa1d6 bump users of audio/libmad after macro change in header file 2018-12-04 20:44:56 +00:00
ajacoutot
7484a71c0c --disable-cdda-paranoia to prevent picking it up.
While here, regen WANTLIB.
2018-11-22 14:58:40 +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
espie
bb921d2165 use AUTOCONF_ENV and add correct env variables, so that those ports work
even if /usr/local is not part of the builder's path.
2018-08-10 10:19:18 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
jca
8b5b67d299 Only use -msse2 on amd64
Neither on i386, nor on aarch64 where clang doesn't reject -msse2.
2017-12-26 18:16:42 +00:00
jasper
eda27a0349 regen WANTLIB (and fix LIB_DEPENDS for gradio) 2017-11-15 16:48:41 +00:00
sthen
ceb7770170 Handle pthread-stubs removal. 2017-10-23 17:10:37 +00:00
sthen
d71525a121 sync wantlib 2017-09-22 21:40:37 +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
zhuk
c7d4949297 Builds fine with our libtool as well.
The patch was wrong and I hardly understand how it worked with GNU libtool.
2017-07-23 10:08:56 +00:00
sthen
c15b136e13 sync WANTLIB (and in one case, add gettext to LIB_DEPENDS) in dependent ports
now that internationalised domain name support has been removed from net/curl
2016-11-04 11:35:18 +00:00
dcoppa
77a5caf7e3 alac: fixed demuxer mdat/moov parser
(upstream git commit 550488a10db0acfbe149a4910a9a7170da2a770a)
2016-11-04 10:10:47 +00:00
dcoppa
5b402cc4f8 Explicitly pass '--disable-libmpg123' to CONFIGURE_ARGS, to avoid
a hidden dependency on audio/mpg123; spotted by nigel@

While here, merge a fix from the '0.7' stable branch:

alac: prevent crash on unrecognized/corrupt content
(upstream git commit 0d269ed4eee6a6b5e82dbc898a4779aea368e8f2)
2016-10-09 19:04:37 +00:00
dcoppa
7bdd926a0b Update to deadbeef-0.7.2
Most of the work done by Timo Myyra, thanks!
Some tweaks by me.
2016-09-13 08:48:11 +00:00
jasper
f8b1ceec32 bump after faad subpackage changes 2016-08-30 10:20:15 +00:00
mpi
5a8a9ed0e4 Prefer gtk3 over gtk2, this makes deadbeef usable with HiDPI screens.
While here drop the gettext MODULE.

ok ajacoutot@
2016-08-22 09:06:40 +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
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
sthen
4e2d8093a5 sync WANTLIB (curl+nghttp2) 2015-10-30 12:47:38 +00:00
dcoppa
37ed651c1e sync with upstream 2015-10-12 10:26:05 +00:00
jasper
5c884092b6 remove a whole bunch more @rm -f cases 2015-05-25 07:54:27 +00:00
jasper
aaec9c6559 mechanical fix to deal with upcoming libzip update which has a zip_file_t typedef now 2015-05-11 21:22:02 +00:00
ajacoutot
aa988913b0 Bump after the recent changes in packaging dbus and dconf. 2015-04-04 09:20:59 +00:00
ajacoutot
508c2179c7 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:43:01 +00:00
dcoppa
062dc3e06e Merge fix from the "0.6.2-fixes" branch:
streamer: fix resuming network streams after losing network connection
2015-01-21 09:22:51 +00:00
ajacoutot
e34ab31c5c Patch not needed anymore. 2014-10-03 08:04:54 +00:00
dcoppa
72ab6aa753 Merge fixes from the "0.6.2-fixes" branch:
artwork: crash fix when file mask is empty (bug #1177)

gtkui: fix random crash after closing playlist using menu (bug #1193)
2014-09-23 15:03:38 +00:00
dcoppa
6493b994c2 Update to deadbeef-0.6.2 2014-09-23 13:44:03 +00:00
dcoppa
f86343d6af Bugfix update to deadbeef-0.6.1 2014-02-07 22:20:13 +00:00
dcoppa
048cd19980 Update to deadbeef-0.6.0
Audio stuttering problem fixed by ratchov@, thanks a lot!

OK juanfra@
2014-01-29 20:43:26 +00:00
dcoppa
b271ea37e8 Quick fix to unbreak building deadbeef when /usr/local/include/dumb.h
from audio/dumb is installed.

ok sthen@
2013-10-11 14:16:57 +00:00
zhuk
4f664d8b82 Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
and shared-mime-info. Found by portcheck.

A lot of input from and okay ajacoutot@
2013-08-20 22:05:46 +00:00
ajacoutot
3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
brad
0e91754225 Temporarily disable the FFmpeg backend until the author rewrites it
to not use long deprecated and now removed API.

ok shadchin@
2013-02-05 09:19:31 +00:00
bcallah
63eeca4c3e Remove --disable-external-libs from audio/libsndfile. Needed for the import of audio/mscore.
Bump all dependent ports that need a bump.
Assign MAINTAINER of audio/libsamplerate and audio/libsndfile to Jan Stary.

ok landry@ sthen@ aja@ jasper@ jeremy@ Jan Stary (MAINTAINER)
2013-01-26 15:53:20 +00:00
shadchin
59edfd521a Update to 0.5.6.
tested mikeb@, tweaks and ok brad@, ok dcoppa@
2013-01-03 11:54:49 +00:00
shadchin
92009531de Changes proposed by aja@:
* add @comment for the libtool la files corresponding to modules
* fix RUN_DEPENDS
* add '${CONFIGURE_SHARED} --disable-static' in CONFIGURE_ARGS
* remove post-install hack, add the -avoid-version libtool option in the
  corresponding Makefile(s).

ok aja@, dcoppa@
2012-08-10 17:25:01 +00:00
shadchin
a6ab3980da Import deadbeef 0.5.5.
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD,
OpenSolaris and probably other UNIX-like systems.

ok dcoppa@
2012-08-08 18:06:48 +00:00