Commit graph

151 commits

Author SHA1 Message Date
Ulrich Spörlein
c3c9b8490c audio/audacity: enable FFMPEG for Opus support
Not being able to decode Opus in 2021 seems like a big gap. Folks that
do audio processing also will already have ffmpeg installed, most
likely.

PR:		255667
Approved by:	maintainer
2021-05-09 12:05:05 +02:00
Jack
004e688b9b audio/audacity Upgrade to 3.0.2
PR:		255236
2021-04-29 17:02:31 +08:00
Yuri Victorovich
a2c5d69385 audio/audacity: Update 2.4.2 -> 3.0.0
I also changed the default of LADSPA to OFF and LV2 to ON because LV2 is a new generation of LADSPA.

PR:		254598
Submitted by:	xxjack12xx@gmail.com (maintainer)
2021-04-17 21:06:08 -07:00
Yuri Victorovich
925e342a40 x11-toolkits/wxgtk31: Update 3.1.4 -> 3.1.5
Bump 43 ports that either depend on wxgtk31 or potentially depend on it.

Reported by: portscout
2021-04-16 00:52:45 -07:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jose Alonso Cardenas Marquez
f604e3ef6d - Bump PORTREVISION. audio/soundtouch was updated to 2.2
- Remove BROKEN on audio/mixxx. Now soundtouch should detected without problems
2020-12-14 20:31:47 +00:00
Thomas Zander
8337fc6d5f Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00
Yuri Victorovich
dbb48d51ec x11-toolkits/wxgtk31: Update 3.1.3 -> 3.1.4
PR:		248244
Submitted by:	VVD <vvd@unislabs.com>
2020-09-01 18:12:20 +00:00
Piotr Kubaj
f6a643b0da audio/audacity: fix build on non-x86
Disable MMX/SSE/SSE2 on non-x86.

Include cstring in allegro.h to make memcpy() available.

PR:		248076
Approved by:	xxjack12xx@gmail.com (maintainer)
MFH:		2020Q3 (build fix blanket)
2020-07-19 08:43:50 +00:00
Tobias Kortkamp
1f50082f53 audio/audacity: Update to 2.4.2
- This should fix hangs on startup on FreeBSD 11.4
- Remove NYQUIST option since it is mandatory and disabling it does
  not work

Changes:	https://www.audacityteam.org/audacity-2-4-2-released/
PR:		247604
Submitted by:	maintainer
2020-07-03 02:58:48 +00:00
Alexey Dokuchaev
f656f6f4c6 - Update `audio/audacity' to the latest version 2.4.1
- Switch to purely CMake-based build, remove autotools-related
  patches and Makefile knobs
- Force PLIST_SUB+=NLS="" temporarily while the proper fix is
  being developed, to reduce the churn of the pkg-plist
- Do not force C++14 while C++11 is sufficient for the time being
- Do not hardcode Python version when building the manual page

PR:	246645
2020-06-16 12:14:27 +00:00
Kurt Jaeger
62c2185f06 audio/audacity: delete unneeded patches, update distinfo
PR:		244253, 243578
Submitted by:	Jack <xxjack12xx@gmail.com> (maintainer)
2020-02-25 06:37:48 +00:00
Christoph Moench-Tegeder
5ebc9f99a1 x11-toolkits/wxgtk31: update to 3.1.3
https://github.com/wxWidgets/wxWidgets/releases
Bump consumers ("needed shared library changed")

PR:		242652
Approved by:	yuri@ (maintainer)
2019-12-27 21:18:26 +00:00
Thomas Zander
8ab789d654 Update to upstream version 2.3.3
PR:		242169
Submitted by:	xxjack12xx@gmail.com (maintainer)
MFH:		2019Q4 (hat: ports-secteam)
2019-11-24 08:14:51 +00:00
Tobias Kortkamp
fcd5b08a2b Remove a bunch of unused *_DESC 2019-10-19 08:19:13 +00:00
Tobias Kortkamp
c390698f22 audio/audacity: Remove bogus STATIC_WX option
This was accepted by me in r495224.  STATIC_WX_ENABLE was probably
supposed to be STATIC_WX_CONFIGURE_ENABLE but the entire idea of
the option is flawed.  wxgtk31 does not provide static libraries.

While here drop unhooked JACK_LIB_DEPENDS options helper.  Audacity
has been using the system Portaudio for a while and JACK support
can be enabled there.
2019-10-19 06:25:12 +00:00
Mathieu Arnold
a6c40a689b Convert to UCL & cleanup pkg-message (categories a-c) 2019-08-13 16:00:39 +00:00
Jan Beich
325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Piotr Kubaj
4263955545 audio/audacity: fix build on non-x86
Audacity by default adds --enable-sse on all architectures, which breaks anything but i386 and amd64. Add SSE option to every architecture, but still enable by default only on amd64 and i386. This will add --disable-sse to CONFIGURE_ARGS, which fixes build.

PR:             238140
Approved by:    xxjack12xx@gmail.com (maintainer), tcberner (mentor)
Differential Revision:  https://reviews.freebsd.org/D20422
2019-06-03 08:52:28 +00:00
Steve Wills
6bfac54e87 audio/audacity: update to 2.3.2
While here, improve formatting

PR:		237891
Submitted by:	Jack <xxjack12xx@gmail.com> (maintainer)
2019-05-14 13:38:50 +00:00
Tobias Kortkamp
c03074170c audio/audacity: Update to 2.3.1
Changes:	https://wiki.audacityteam.org/wiki/Release_Notes_2.3.1
PR:		236416
Submitted by:	xxjack12xx@gmail.com (maintainer)
2019-03-10 04:29:40 +00:00
Steve Wills
46bcbd5c88 audio/audacity: switch to wxgtk31
PR:		236050
Submitted by:	xxjack12xx@gmail.com (maintainer)
2019-03-04 18:03:59 +00:00
Baptiste Daroussin
89bc7fbdd1 wxGTK3.0: switch to gtk3 and webkit2
Discussed with:	portmgr
2019-02-25 12:47:20 +00:00
Tobias Kortkamp
67c5942040 audio/audacity: Do not set DYNLOAD_BUILD_DEPENDS twice
To resolve this, concatenate the two values since this is what was
originally intended.  Fix some comments while here.

PR:		234825
Submitted by:	xxjack12xx@gmail.com (maintainer)
2019-01-11 20:57:18 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Jose Alonso Cardenas Marquez
69214f357f - Bump PORTREVISION
- audio/rubberband : Take maintainership
2018-11-14 21:19:37 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Steve Wills
b0be2d2598 audio/audacity: Update to 2.3.0
PR:		231837
Submitted by:	xxjack12xx@gmail.com (maintainer)
2018-10-01 20:26:06 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Tobias Kortkamp
c6b6cf046b audio/audacity: Unbundle portaudio and use audio/portaudio instead
PR:		229853
Submitted by:	tobik
Approved by:	xxjack12xx@gmail.com (maintainer)
2018-07-19 03:18:53 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
2018-05-02 15:07:27 +00:00
Yuri Victorovich
aef08ccdca audio/audacity: Update to 2.2.2
Release notes:
http://wiki.audacityteam.org/wiki/Release_Notes_2.2.2

Port changes:
* Added to LIB_DEPENDS
* Removed ALSA option
* Corrected LV2 option, added option dependencies
* Use system libsoxr
* Updated WWW
* A lot of patch changes

PR:		226136
Submitted by:	xxjack12xx@gmail.com (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-01 10:22:46 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Dmitry Marakasov
92b41721bb - Bump revision after recent port changes
PR:		218104
Submitted by:	xxjack12xx@gmail.com (maintainer)
2017-08-22 17:26:43 +00:00
Dmitry Marakasov
d6f5ce53f0 - Update to 2.1.3
PR:		218104
Submitted by:	xxjack12xx@gmail.com (maintainer)
2017-07-25 11:58:22 +00:00
Gerald Pfeifer
fb280c4667 Replace USE_GCC=4.9+ by the canonical USE_GCC=yes.
Approved by:	portmgr (blanket)
2017-07-22 08:46:28 +00:00
Mark Linimon
9ab1213970 Mark as broken on aarch64. ISTM that the options code ought to be handling
this correctly, but it is not.

Approved by:	portmgr (tier-2 blanket)
2017-06-21 22:05:50 +00:00
Mathieu Arnold
99761d7f4c Convert every usage of https://github.com/.../archive/xxx to USE_GITHUB.
While there, fix small style issues.

Sponsored by:	Absolight
2017-06-06 16:18:16 +00:00
Dmitry Marakasov
4639509585 Remove bogus CONFIGURE_ENV 2017-05-31 18:46:09 +00:00
Dmitry Marakasov
51d27b272d - Update to 2.1.3
PR:		218104
Submitted by:	xxjack12xx@gmail.com (maintainer)
2017-05-31 18:45:18 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Alexey Dokuchaev
bb20c8e307 Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description.  Those ports where it meant something more specific were
left untouched.
2016-10-28 17:55:30 +00:00
Dmitry Marakasov
a3f4b9057b - Fix LICENSE
- Switch to options helpers

Approved by:	portmgr blanket
2016-09-13 18:49:11 +00:00
Mathieu Arnold
9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Thomas Zander
d9914c72a6 Fix build failure when accidentally picking up alsa (libasound).
Currently, there is no configure switch for consistently disabling
alsa detection. This changeset introduces the possibility to do so
during the configure stage and adds ALSA as a non-default OPTION.

PR:		207892
Submitted by:	tatsuki_makino@hotmail.com
Reported by:	bar
Reviewed by:	xxjack12xx@gmail.com, riggs
Approved by:	xxjack12xx@gmail.com (maintainer)
2016-03-23 20:42:41 +00:00
Thomas Zander
230898bedd Add autoreconf libtool to USES; install headers to include, not DATADIR
This changeset brings in the necessary fixes in audacity's build system
to use autoreconf and libtool in USES. (206914)
First use case of this is to have audacity install its headers in the
standard include path rather than DATADIR (207074).
Bump PORTREVISION.

PR:		206914, 207074
Submitted by:	tatsuki_makino@hotmail.com
Approved by:	xxjack12xx@gmail.com (maintainer)
2016-03-18 06:51:28 +00:00