aboutsummaryrefslogtreecommitdiff
path: root/audio/rezound/files
Commit message (Collapse)AuthorAgeFilesLines
* - Resurrect `audio/rezound' as the days of gcc/libstdc++ mess are goneAlexey Dokuchaev2017-03-0314-0/+195
| | | | | | | | | | | | | | | | | (at least on tier-1 architectures) - Update to version 0.13.1beta which includes many C++ related fixes (unfortunately, a number of issues still remain to be patched) - Let the compiler handle template instantiation of ``TPoolFile'' [1] - Use native atomics instead of pulling Boost header - Convert few remaining sed(1) in-place editing to patch files - Bump FOX toolkit version being used (1.4 -> 1.6) - Get rid of absolute port origins when specifying dependencies - Unbreak NLS option (and enable it back by default) [1] http://bugs.gentoo.org/334797 Notes: svn path=/head/; revision=435350
* Remove expired ports:Rene Ladan2016-02-298-515/+0
| | | | | | | | | | | 2016-02-29 audio/audacious-dumb: Broken for more than 6 months 2016-02-29 net/ntopng: Broken for more than 6 months 2016-02-29 audio/rezound: Broken for more than 6 months 2016-02-29 net/rubygem-amqp067: Upstream prefers net/rubygem-bunny 2016-02-29 devel/py-unittestplus: Tarballs and upstream website disappeared Notes: svn path=/head/; revision=409828
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-301-0/+196
| | | | | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer Notes: svn path=/head/; revision=387982
* Fix compilation problems with Clang (inaccurate usage of type qualifiers,Alexey Dokuchaev2013-12-252-0/+62
| | | | | | | | | | | | | | | | | | | lack of this->, some missing #include's) that could be patched via simple sed(1) calls and one trivial patch. Linking still fails, and so does the build with GCC 4.6+; this would be fixed in a separate commit, along with other issues with the port (dependency on restricted LAME codec, usage of somewhat old FOX v1.4). While here, convert large number of optional LIB_DEPENDS conditionals to helper knobs, reword LARGEFILE_DESC, do not bogusly augment CONFIGURE_ENV, and stagify. For users that have ReZound package installed, this commit does not bring any visible changes, and should not be merged to any "stable" or quarterly branches alone. Notes: svn path=/head/; revision=337406
* - Unbreak 64-bit I/O operations (but keep it off by default)Alexey Dokuchaev2012-07-061-0/+13
| | | | | | | | | | - Disable NLS support as it's broken: rezound dies at startup with infamous "locale::facet::_S_create_c_locale name not valid" exception - Drop explicit ABI version numbers in LIB_DEPENDS - Mark as MAKE_JOBS_UNSAFE (fails to build on my Q9550) Notes: svn path=/head/; revision=300554
* - Add a patch to fix the build on 64-bit arches (patch in the PR looks likeAlexey Dokuchaev2011-07-242-0/+156
| | | | | | | | | | | | | | | | | | it originated from Gentoo, which in turn says it's copyrighted by T2 SDE Project and submitted by Rene Rebe; committed version should be more clean and correct) [*] - Add a patch from Christian Schoenebeck to fix saving of raw files (Debian bug id 602277, Gentoo's 203471) - Fix a typo in #ifndef directive (also obtained from Gentoo) - Fix GNU gettext detection in configure script (was not 64-bit clean, thus package for e.g. amd64 would not pack because of broken pkg-plist) - Bump port revision after recent changes in dependencies and bugfixes PR: ports/157433 [*] Submitted by: Lowell Gilbert Notes: svn path=/head/; revision=278234
* Update to FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-071-0/+69
| | | | | | | | | | | | | worth of changes and an altered API. Bump the revision of all ports that depend on libFLAC and adapt to the new API where necessary. Some patches from Debian, Gentoo, OpenBSD, and upstream repositories. PR: 119476 Notes: svn path=/head/; revision=210771
* [patch] cleanup non-supported FreeBSD versionsEdwin Groothuis2007-05-021-22/+0
| | | | | | | | | PR: ports/111685 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=191394
* Try to fix the build on 4.X.Alexey Dokuchaev2006-10-031-0/+22
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=174384
* Add ReZound, awesome graphical audio file editor with tons of features.Alexey Dokuchaev2005-05-161-0/+19
WWW: http://rezound.sourceforge.net/ Notes: svn path=/head/; revision=135394