aboutsummaryrefslogtreecommitdiff
path: root/audio/ardour
Commit message (Collapse)AuthorAgeFilesLines
* Chase libsndfile 1.0.30 update.Thomas Zander2020-10-011-1/+1
| | | | | | | | | Details: - Missing symbol sf_version_string, not auto-resolved by pkg + rebuild. - Bump PORTREVISION for consumers. Notes: svn path=/head/; revision=550824
* Bump portrevision for devel/evdev-protoNiclas Zeising2020-09-281-1/+1
| | | | | | | | Bump portrevision on everything with a build dependency on devel/evdev-proto, to chace the update of evdev-proto in r550442. Notes: svn path=/head/; revision=550443
* Update USES=scons to specify scons of Python 2Sunpoet Po-Chuan Hsieh2020-05-251-1/+1
| | | | | | | - While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons Notes: svn path=/head/; revision=536497
* Add verbose error message for powerpc64.Mark Linimon2020-02-271-1/+1
| | | | Notes: svn path=/head/; revision=527266
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* a-b: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517040
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* Split out evdev headers from multimedia/v4l_compatNiclas Zeising2018-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their own port, devel/evdev-proto, and update those to be current with the Linux 4.19 kernel. This is done in order to be able to update the rest of the FreeBSD input stack, which is forthcoming. By splititng out the evdev headers we can update them independent of other updates in v4l_compat, which makes it easier for the graphics team to keep track of them and keep them updated as needed. Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work with the updated headers. This will be further updated. Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work with the updated evdev headers. Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat as needed, and bump portrevisions. This is the first step in getting the FreeBSD input stack (libevdev, libinput and so on) updated to newer versions. Many thanks to all who have helped out with testing, code and exp-runs. Apologies if I've forgotten to add any names. PR: 222905, 217248, (based on, in part), 233787 (exp-run) Submitted by: Greg V, wulf Tested by: tcberner, kde Exp-run by: antoine Approved by: portmgr (antoine) Obtained from: FreeBSDDesktop development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports Notes: svn path=/head/; revision=487789
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-302-9/+27
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4lThomas Zander2018-09-291-1/+1
| | | | Notes: svn path=/head/; revision=480899
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* - Add `multimedia/v4l_compat' to BUILD_DEPENDS to make sure thatAlexey Dokuchaev2018-02-122-0/+30
| | | | | | | | | | | Powermate code always gets built and there are no pkg-plist issues - For some reason, in certain circumstances the compiler could not properly resolve `bind()' calls even when "using namespace sigc"; work this around by explicitly calling `sigc::bind()' instead - Fix remaining bugs revealed by strict (C++14) compiler (Clang 6) Notes: svn path=/head/; revision=461552
* Fix another several issues that were upsetting new Clang, missed in r460224.Alexey Dokuchaev2018-02-115-2/+65
| | | | Notes: svn path=/head/; revision=461480
* Add four more patches that should've been part of r460055.Alexey Dokuchaev2018-01-284-0/+70
| | | | Notes: svn path=/head/; revision=460224
* Attempt to unbreak and undeprecate (chase libsigc++20 update)Alexey Dokuchaev2018-01-262-9/+25
| | | | Notes: svn path=/head/; revision=460055
* devel/boost-*: update to 1.66.0Jan Beich2018-01-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279 Notes: svn path=/head/; revision=459315
* Deprecate ports broken for more than 6 monthsAntoine Brodin2017-12-271-0/+2
| | | | Notes: svn path=/head/; revision=457358
* devel/boost-*: update to 1.65.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450560
* devel/boost-*: enable C++11 featuresJan Beich2017-09-251-1/+1
| | | | | | | | | | | PR: 218835 Obtained from: https://github.com/DragonFlyBSD/DeltaPorts/pull/690 Approved by: maintainer timeout (2 months) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582 Notes: svn path=/head/; revision=450557
* Mark BROKEN: fails to buildAntoine Brodin2017-05-101-0/+2
| | | | | | | | | | | | | | c++ -o libs/pbd/basename.os -c -Woverloaded-virtual -DGTK_NEW_TOOLTIP_API -DPACKAGE=\"libpbd\" -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DLIBSIGC_DISABLE_DEPRECATED -DHAVE_EXECINFO -DBOOST_SYSTEM_NO_DEPRECATED -O2 -pipe -I/usr/local/include -DHAVE_AUBIO4 -fstack-protector -fno-strict-aliasing -Wall -DHAVE_LIBLO -DPROGRAM_NAME=\"Ardour\" -D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_FORMAT_MACROS -Ilibs -DENABLE_NLS -DNO_POSIX_MEMALIGN -DBOOST_SYSTEM_NO_DEPRECATED -pthread -fPIC -I/usr/local/include/sigc++-2.0 -I/usr/local/include -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -Ilibs/pbd -I/usr/local/lib/sigc++-2.0/include -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 libs/pbd/basename.cc In file included from libs/pbd/basename.cc:21: In file included from /usr/local/include/glibmm-2.4/glibmm/miscutils.h:24: In file included from /usr/local/include/glibmm-2.4/glibmm/arrayhandle.h:23: In file included from /usr/local/include/glibmm-2.4/glibmm/containerhandle_shared.h:22: /usr/local/include/glibmm-2.4/glibmm/refptr.h:93:18: error: expected ';' at end of declaration list Reported by: pkg-fallout Notes: svn path=/head/; revision=440590
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* Chase update of audio/aubio; bump PORTREVISION on dependent portsThomas Zander2017-01-091-1/+1
| | | | Notes: svn path=/head/; revision=430941
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* Bump version to chrase aubio's shared library version.Vanilla I. Shu2016-12-281-1/+1
| | | | Notes: svn path=/head/; revision=429768
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* During the exp-run in PR 208158, it was found that audio/ardour gives errorsAlexey Dokuchaev2016-05-301-0/+2
| | | | | | | | | | | with libc++ 3.8.0. This is because the std::map's allocator was not defined correctly. Fix the `fast_pool_allocator' definition to use a `const double'. PR: 209332 Submitted by: dim Notes: svn path=/head/; revision=416138
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* mark some of the ports that don't build on powerpc64 for meSteve Wills2015-12-131-0/+2
| | | | Notes: svn path=/head/; revision=403676
* - Update `audio/aubio' to version 0.4.1; make all dependencies/featuresAlexey Dokuchaev2015-07-212-1/+344
| | | | | | | | | | | | | | | | | | | | optional; provide a way to disable Doxygen even when it was found in the system - License was changed to GPLv3; do not install LICENSE_FILE since it is merely a boilerplate with no actual copyright data - `audio/ardour' needs to be patched for API changes in aubio 0.4. The patch comes from upstream, but new aubio version detection logic is not directly applicable, so simply define HAVE_AUBIO4 in the port's Makefile - While here, ensure that `audio/ardour' gets all of its dependencies, (ir)regardless of particular OPTIONS selected (or not selected) for the `audio/aubio' port - Bump port revisions of `audio/ardour' and `audio/denemo', the only two libaubio consumers in the tree PR: 200556 (slightly modified) Notes: svn path=/head/; revision=392608
* - Add CPE infoDmitry Marakasov2015-05-161-1/+2
| | | | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=386515
* - Belatedly update to version 2.8.16Alexey Dokuchaev2015-04-023-14/+87
| | | | | | | | | | | | - Fix a typo made by bapt@ in r355514 during USES=scons conversion - Remove no longer needed pre-build gimmick and BUILD_DEPENDS for VST - Backport tempo line assert fix from 3.0 to stop crashing under some relatively easy to hit conditions (obtained from SlackBuilds repo) - Unrestrict: VST support doesn't require Steinberg SDK since r240929 (version 2.8.2) and is disabled by default anyways Notes: svn path=/head/; revision=383026
* Allow building with libc++ r224926Antoine Brodin2015-01-101-0/+11
| | | | | | | Submitted by: dim@ Notes: svn path=/head/; revision=376722
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Cleanup plistBaptiste Daroussin2014-10-201-9/+0
| | | | Notes: svn path=/head/; revision=371234
* Add USES=libtool to accessibility/atkmm and bump dependent portsTijl Coosemans2014-09-011-1/+1
| | | | Notes: svn path=/head/; revision=366938
* math/fftw3:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* - Switch audio/aubio to USES=libtool, drop .la filesDmitry Marakasov2014-06-051-1/+1
| | | | | | | | | - Bump dependees as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=356677
* Convert to USES=sconsBaptiste Daroussin2014-05-271-12/+10
| | | | Notes: svn path=/head/; revision=355514
* audio/ardour: add restricted.Eitan Adler2014-03-111-0/+2
| | | | | | | | | Per LEGAL add a RESTRICTED tag to audio/ardour. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=347945
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Add a proxy method to access protected IO::connecting_legal field fromAlexey Dokuchaev2013-12-247-0/+163
| | | | | | | | | | | Session::add_routes(); no idea why it worked before with GCC 4.2 - Switch from using non-standard STL slist container (which is not available with libc++) to the one provided by boost::container::slist, it allows to build Ardour on all supported FreeBSD versions/compilers - Fix remaining cases of boost::shared_ptr to fix the build against Clang Notes: svn path=/head/; revision=337319
* - Fix several C++ issues with modern compilersAlexey Dokuchaev2013-12-245-6/+413
| | | | | | | - While here, stagify and mute REINPLACE_CMD's Notes: svn path=/head/; revision=337311
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-7/+7
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-081-1/+1
| | | | | | | Obtained from: portmgr (bapt) Notes: svn path=/head/; revision=326709
* Bump PORTREVISION after upgrade to audio/liblo.Daniel Eischen2013-07-131-1/+1
| | | | | | | After discussion with: pawel and MAINTAINER. Notes: svn path=/head/; revision=322948
* In preparation of removing devel/libusb (expires 2013-04-30), remove itRene Ladan2013-04-291-7/+3
| | | | | | | | | | | | | | | | | | from these ports. Other changes: - convert Makefile header - convert to optionsNG - remove indefinite article from comment - drop support for FreeBSD < 8.0 - pet portlint (leave library ABI versions in LIB_DEPENDS) - net-mgmt/spectools: change option name from GTK to GTK2 to use default description from bsd.options.desc.mk Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316831