55 Commits

Author SHA1 Message Date
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
simon
ec8fc0fefe remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-15 21:26:00 +00:00
merdely
8b8f15c157 Replace "sed -i" with "perl -pi".
No binary change.

ok naddy@
2007-09-12 21:41:23 +00:00
ajacoutot
5f50aebee8 - revert to using portaudio v18 ; v19 has an endianness pbm which makes
powerpc dore dump
2007-06-06 18:27:17 +00:00
ajacoutot
130d7818ea - update audacity to latest version: 1.3.3
- add NO_REGRESS since regression tests have not been updated for more
than 3 years and upstream does not seem interested
- add a patch from deanna@ that makes audacity use portaudio v19 and
make full duplex work (well sort of, but at least it does not hang
anymore)

ok deanna@
2007-06-06 09:35:18 +00:00
ajacoutot
57524f9873 - some cleaning:
fix .desktop entry and add desktop-file-utils as run_depends
add audacity.xpm
fix lib_depends/WANTLIB
regen and update PLIST accordingly
regen patches while here
2007-05-24 09:45:01 +00:00
ajacoutot
53c8d65012 - use xenocara expat
- USE_X11

ok bernd@
2007-04-30 10:45:37 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00