aboutsummaryrefslogtreecommitdiff
path: root/audio/rezound
Commit message (Collapse)AuthorAgeFilesLines
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-211-0/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441429
* - Resurrect `audio/rezound' as the days of gcc/libstdc++ mess are goneAlexey Dokuchaev2017-03-0318-0/+303
| | | | | | | | | | | | | | | | | (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-2912-653/+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
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-01-301-0/+2
| | | | Notes: svn path=/head/; revision=407550
* audio/soundtouch: update to 1.9.2Jan Beich2015-12-161-1/+1
| | | | | | | | | | 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 Notes: svn path=/head/; revision=403855
* Mark BROKEN: Fails to configure with gcc, fails to link with clangAntoine Brodin2015-06-071-0/+2
| | | | | | | | | | | | | | | | | | On FreeBSD 8 and 9: checking for FXApp class in -lFOX-1.4... yes checking for reswrap... no configure: error: reswrap not found (it comes with fox) -- perhaps you need to add reswrap's location to your PATH On FreeBSD 10: c++ -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/usr/local/include -I/usr/local/include -fstack-protector -Wl,-lpthread -o rezound main.o -L/usr/local/lib ./.libs/libfrontend.a ../../src/backend/.libs/libbackend.a -logg -lvorbisfile -lvorbisenc -lvorbis -lFLAC++ -lFLAC ../../src/backend/File/.libs/libFile.a ../../src/backend/Edits/.libs/libEdits.a ../../src/backend/Effects/.libs/libEffects.a ../../src/backend/Filters/.libs/libFilters.a ../../src/backend/Looping/.libs/libLooping.a ../../src/backend/Remaster/.libs/libRemaster.a -lSoundTouch ../../src/backend/Generate/.libs/libGenerate.a ../../src/backend/LADSPA/.libs/libLADSPA.a ../../src/misc/CNestedDataFile/.libs/libmiscCN.a ../../src/PoolFile/.libs/libPoolFile.a -lFOX-1.4 -lpthread -lm -lX11 -lportaudio ./.libs/libfrontend.a(settings.o): In function `void CNestedDataFile::setValue<std::__1::vector<bool, std::__1::allocator<bool> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<bool, std::__1::allocator<bool> >, bool)': settings.cpp:(.text._ZN15CNestedDataFile8setValueINSt3__16vectorIbNS1_9allocatorIbEEEEEEvRKNS1_12basic_stringIcNS1_11char_traitsIcEENS3_IcEEEET_b[_ZN15CNestedDataFile8setValueINSt3__16vectorIbNS1_9allocatorIbEEEEEEvRKNS1_12basic_stringIcNS1_11char_traitsIcEENS3_IcEEEET_b]+0xdc): undefined reference to `_ZL17anytype_to_stringINSt3__121__bit_const_referenceINS0_6vectorIbNS0_9allocatorIbEEEEEEEKNS0_12basic_stringIcNS0_11char_traitsIcEENS3_IcEEEERKT_' c++: error: linker command failed with exit code 1 (use -v to see invocation) Reported by: pkg-fallout Notes: svn path=/head/; revision=388740
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-302-2/+209
| | | | | | | | | | | | 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 detection of libportaudio librariesPawel Pekala2015-01-251-1/+1
| | | | | | | | | PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others Notes: svn path=/head/; revision=377845
* 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-2/+0
| | | | Notes: svn path=/head/; revision=371234
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Add required LIBSDmitry Marakasov2014-07-251-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=362924
* Fix compilation problems with Clang (inaccurate usage of type qualifiers,Alexey Dokuchaev2013-12-253-53/+87
| | | | | | | | | | | | | | | | | | | 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
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-8/+8
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Update to 0.3.6.Koop Mast2013-11-081-2/+2
| | | | | | | | | | This update supports a number of new codecs. Remove indiffently argument from COMMENT Update pkg-descr to supported codec list. Stageify. Notes: svn path=/head/; revision=333231
* - Fix location of reswrap after update of FOX-1.4Pietro Cerutti2013-10-081-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=329763
* - Bump PORTREVISION on ports dependent on FOX. This is needed because wePietro Cerutti2013-10-071-1/+1
| | | | | | | now use ltverhack on FOX. This should be the last time. Notes: svn path=/head/; revision=329703
* 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
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-1/+1
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* - Convert to new OPTIONS frameworkAlexey Dokuchaev2012-12-161-38/+30
| | | | | | | - Trim the header while I am here Notes: svn path=/head/; revision=309008
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - Unbreak 64-bit I/O operations (but keep it off by default)Alexey Dokuchaev2012-07-062-16/+31
| | | | | | | | | | - 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
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Add a patch to fix the build on 64-bit arches (patch in the PR looks likeAlexey Dokuchaev2011-07-243-9/+161
| | | | | | | | | | | | | | | | | | 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
* - Make Jack and FFTW support disabled by default: these beasts (beingAlexey Dokuchaev2011-07-091-9/+10
| | | | | | | | | | packaged with default OPTIONS) pull way to many dependencies that most users would probably not appreciate in their systems - Disable CDRDAO by default since I believe fewer users would need it - Add LICENSE (GPLv2) and clean up Makefile a bit Notes: svn path=/head/; revision=277412
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-2/+2
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* - update audio/lame to 3.98.4Alexander Leidinger2010-06-031-1/+1
| | | | | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency) Notes: svn path=/head/; revision=255644
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Fix SoundTouch dependency [*]Alexey Dokuchaev2009-08-261-22/+22
| | | | | | | | | | | | - Similarly, fix FFTW dependency - Reindent OPTIONS for better readability - Respect C[XX]FLAGS and other minor nits PR: ports/127154 [*] Submitted by: Lowell Gilbert Notes: svn path=/head/; revision=240339
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-2/+2
| | | | Notes: svn path=/head/; revision=237283
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225288
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* Update to FLAC 1.2.1. This version includes two and a half yearsChristian Weisgerber2008-04-072-2/+71
| | | | | | | | | | | | | 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
* Mark as broken on amd64-7 (and, presumably, sparc64-7).Mark Linimon2007-10-241-0/+6
| | | | Notes: svn path=/head/; revision=201943
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Update to version 0.12.3beta.Alexey Dokuchaev2007-06-133-8/+5
| | | | Notes: svn path=/head/; revision=193388
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* [patch] cleanup non-supported FreeBSD versionsEdwin Groothuis2007-05-022-38/+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-032-0/+36
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=174384
* Update to 0.12.1beta.Alexey Dokuchaev2006-09-082-5/+4
| | | | Notes: svn path=/head/; revision=172575
* Chase lib version bump in fox14.Shaun Amott2006-06-201-1/+2
| | | | | | | Approved by: ahze (mentor) Notes: svn path=/head/; revision=165880