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
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
a3cc216348
@tag update-mime-database
2018-07-01 18:33:35 +00:00
espie
150a0f36fa
first tag: update-desktop-database
2018-06-27 21:03:34 +00:00
espie
1309f29d90
sprinkle some bins, remove stripped directories, reorder annotations that
...
are not in the "canonical plist write order"
2018-05-12 10:00:24 +00:00
jasper
61dcc745ce
fix build with clang6
2018-04-11 17:59:54 +00:00
sthen
5e964ab0df
bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6
use COMPILER_LIBCXX where applicable
2017-07-16 19:18:47 +00:00
espie
33020b522c
convert to C99 inlines, trivial, fixes build with clang
2017-05-04 12:58:04 +00:00
sthen
7b9fdbb2c9
use LIBCXX
2017-04-10 11:45:22 +00:00
naddy
ce859edcb4
garbage collect CONFIGURE_SHARED
2016-03-11 20:28:21 +00:00
jasper
e9fc06571f
require fixed vamp-sdk
2016-01-12 13:10:44 +00:00
naddy
b16686b6db
needs devel/gettext-tools
2015-08-12 20:53:15 +00:00
jasper
d8d2f964cb
- add note why we're using ',' as a separator in the sed command
...
- add missing rcs id while here
2015-07-17 23:11:52 +00:00
jasper
f1949a160b
use sed -i
2015-07-17 22:25:14 +00:00
bentley
a3a3e026c8
Cope with the new location of audio/soundtouch's pkg-config file.
2015-04-14 08:38:14 +00:00
naddy
570aa62a9c
Drop remaining MD5/RMD160/SHA1 checksums.
2015-01-18 03:12:39 +00:00
sthen
feef5418bf
change some srand to srand_deterministic, found by deraadt@
2014-12-09 20:29:03 +00:00
naddy
3b3d914b39
do not include sys/timeb.h
2013-12-05 21:58:50 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
espie
2d98db1697
PERMIT/REGRESS->TEST sweep
2013-03-10 22:55:01 +00:00
brad
930f42af09
Jacob Meuser disappeared a year and a half ago so remove him as MAINTAINER.
...
ok ajacoutot@
2012-12-09 07:29:57 +00:00
stsp
1787d32062
fix abort() in pthread_mutex_unlock(); ok aja
2012-09-03 09:09:34 +00:00
ajacoutot
2af9fde46d
Fix build with glib >= 2.31.20.
2012-03-23 13:28:25 +00:00
ajacoutot
29b5a8e7a9
Clean up the use of USE_GROFF for ports where mandoc doesn't have any
...
ERRORs and formatting looks Ok.
from Brad
2012-01-03 07:03:54 +00:00
kili
59f395ba1c
Enable unicode again.
...
ok landry
2011-04-28 17:51:50 +00:00
kili
205c147683
Disable unicode for now (until we can re-enable it in wxWidgets).
...
ok landry@
2011-04-23 09:08:27 +00:00
espie
8392c16198
redo depends with >=
2010-11-26 07:07:56 +00:00
espie
99fe429f1a
missed libspecs
2010-11-15 13:08:37 +00:00
espie
2314c85f45
convert to new style depends
...
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.
No package changes
2010-11-15 00:22:45 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
espie
7b7cc80d38
USE_GROFF=Yes
2010-10-18 16:52:44 +00:00
sthen
70bcc2b338
new-style LIB_DEPENDS/REVISION and sync WANTLIB where necessary
2010-09-05 10:25:16 +00:00
jakemsr
dc43149a11
don't pull in libjack in portsmf now that we aren't guaranteeing jack
...
is installed via portaudio. there is no OpenBSD midi support in jack
anyway ...
2010-06-13 15:49:10 +00:00
ajacoutot
cdff106084
Use @unexec-delete instead of @unexec for the *-update-* goos.
...
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:43:14 +00:00
jakemsr
a0cf82ec61
update to 1.3.9. mostly bugfixes.
...
ok sthen@
2009-10-28 18:40:13 +00:00
sthen
728fdfcceb
Revert patch for new glib; as ajacoutot points out, it's not needed
...
with this version of audacity.
2009-10-05 13:59:56 +00:00
sthen
9beee97e5a
Fix build with newer glib2. From gentoo.
2009-10-05 00:12:44 +00:00
jakemsr
32ba9cc461
update to audacity-1.3.7
2009-03-14 03:49:43 +00:00
jakemsr
4aec4e0c11
update to audacity-1.3.6
...
- lots of bugs fixed (though importing Ogg and Flac formats is still
broken)
- now uses external vamp-plugin-sdk
2009-01-11 09:29:36 +00:00
jakemsr
46383da97f
- use the capture parameters argument instead of the playback
...
parameters argument with Pa_IsFormatSupported() when checking if
certain capture parameters are supported.
- take maintainership per former MAINTAINER's suggestion
2008-03-24 05:31:48 +00:00
ajacoutot
782858fcc8
- respect CXXFLAGS everywhere; spotted by jakemsr@
...
- regen PLIST while here
2008-02-09 15:07:19 +00:00
steven
d1307a336a
fix LIB_DEPENDS after wxWidgets update
2008-02-02 09:51:04 +00:00
ajacoutot
a404862929
- add update-mime-database goo
2007-12-16 11:30:20 +00:00
ajacoutot
979fae2490
- forgot to remove those in previous commit
...
noticed by STeve Andre' <andres at msu dot edu>
2007-12-08 18:42:42 +00:00
ajacoutot
5e971a5d99
- update to 1.3.4
...
ok jakemsr@
2007-12-08 11:08:38 +00:00
ajacoutot
10f32495e6
- make it use portaudio v19; i.e. full-duplex support!
...
committing on behalf of jakemsr@ who did all the work
2007-11-23 10:07:40 +00:00
steven
88b4792252
fix WANTLIB
2007-11-13 12:44:22 +00:00
mgrimm
1cf89e98a3
Make Audacity work with the audio/flac update:
...
- Adjust LIB_DEPENDS,
- fix configure checks
- make it build with the API changes in FLAC++
ok naddy@
2007-09-18 18:27:00 +00:00