Commit graph

122 commits

Author SHA1 Message Date
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
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
Thomas Zander
da10633945 Fix dependencies, CONFIGURE_ARGS, introduce DYNLOAD OPTION
DYNLOAD is added for run-time linking libmp3lame and libavformat.
In future, this might allow for removal of LIB_DEPENDS on lame
and ffmpeg.

PR:		207307
Submitted by:	tatsuki_makino@hotmail.com
Reviewed by:	xxjack12xx@gmail.com (maintainer)
Approved by:	xxjack12xx@gmail.com (maintainer)
2016-03-05 18:10:09 +00:00
Thomas Zander
282a52d472 Bump PORTREVISION
Double-checked package content: Not identical to previous revision,
hence r407904 should have bumped PORTREVISION.

PR:		206694
Submitted by:	xxjack12xx@gmail.com (maintainer)
2016-02-03 22:45:23 +00:00
Thomas Zander
330ca71a8b Add LV2 OPTION, remove MIDI OPTION, strip binary, fix build on 9.3
PR:		206694
Submitted by:	xxjack12xx@gmail.com (maintainer)
MFH:		2016Q1
2016-02-02 23:13:07 +00:00
Ruslan Makhmatkhanov
d800eba1d6 audio/audacity: update to 2.1.2
Release notes:
http://wiki.audacityteam.org/wiki/Release_Notes_2.1.2

PR:		206566
Submitted by:	xxjack12xx@gmail.com (maintainer)
2016-01-26 19:14:15 +00:00
Thomas Zander
897a659d8f Add support for ffmpeg and add non-default OPTION
PR:		205484
Submitted by:	tatsuki_makino@hotmail.com
Approved by:	xxjack12xx@gmail.com (maintainer)
2015-12-25 12:12:25 +00:00
Jan Beich
93ed85032b audio/soundtouch: update to 1.9.2
ABI isn't compatible, so bump PORTREVISION in consumers.

Changes:	http://www.surina.net/soundtouch/README.html
ACC report:	https://people.freebsd.org/~jbeich/compat_reports/soundtouch/1.9.0_to_1.9.2/compat_report.html
2015-12-16 09:39:40 +00:00
Steve Wills
25b1bd5ff4 mark some of the ports that don't build on powerpc64 for me 2015-12-13 16:07:27 +00:00
Thomas Zander
39f82d7120 Fix accidental dos2unix on non-text-files during build
PR:		204816
Submitted by:	lenzi.sergio@gmail.com
Approved by:	xxjack12xx@gmail.com (maintainer)
2015-12-13 12:11:48 +00:00
Thomas Zander
2b5cd8c2cc Fix build failure with DOCS option and edge case
In certain situations, e.g. when docbook ports have been deinstalled
before building audacity with DOCS option, build may fail. Prevent
this case by explicitly including required docbook ports in
DOCS_BUILD_DEPENDS

PR:		204785
Submitted by:	rhurlin@gwdg.de
Reviewed by:	xxjack12xx@gmail.com (maintainer)
Approved by:	xxjack12xx@gmail.com (maintainer)
2015-11-28 14:43:16 +00:00
Thomas Zander
89aaeef92e Update to upstream version 2.1.1
PR:		203607
Submitted by:	xxjack12xx@gmail.com
Reviewed by:	yuri@rawbw.com, koobs, riggs
2015-11-22 20:11:52 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Baptiste Daroussin
5866775cb4 Switch back audacity to wxGTK 2.8 as it is failing on FreeBSD 9 if using wxGTK3 2015-09-14 21:04:11 +00:00
Baptiste Daroussin
6acdaad8e9 Convert to use wxGTK3 2015-09-13 17:57:49 +00:00
Jan Beich
111d88091b audio/audacity: convert to more option helpers
- Restore SSE option removed in r331611
- Keep SSE default only to amd64 or i386 + custom CPUTYPE
- Convert PORTMIXER to target option helper

PR:		202605
Approved by:	xxjack12xx@gmail.com (maintainer)
2015-08-24 08:30:17 +00:00
Tijl Coosemans
a374acb969 By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
2015-08-02 15:03:19 +00:00
Ruslan Makhmatkhanov
78af363b06 audio/audacity: fix build with new ffmpeg
- add patch to fix build with ffmpeg 2.7
- add ffmpeg to LIB_DEPENDS to fix build in rare cases

PR:		201589
Submitted by:	Christian Heckendorf <heckendorfc@gmail.com>
Approved by:	xxjack12xx@gmail.com
2015-07-27 13:44:45 +00:00
Dmitry Marakasov
117978d841 - Add CPE info
- Add LICENSE_FILE

Approved by:	portmgr blanket
2015-05-17 11:57:28 +00:00
Baptiste Daroussin
b85330e97c Remove dead mirror 2015-04-05 10:02:46 +00:00
Thomas Zander
b87bee14c3 - Update to upstream version 2.1.0
- Temporarily disable SOXR option
  (likely to return in the next upstream release)

PR:		199080
Submitted by:	xxjack12xx@gmail.com (maintainer)
2015-04-05 06:58:00 +00:00
John Marino
112f62e6b9 audio category: Remove $PTHREAD_LIBS
xmcd didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
2015-03-25 21:37:39 +00:00