aboutsummaryrefslogtreecommitdiff
path: root/audio/beast
Commit message (Collapse)AuthorAgeFilesLines
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* 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 pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326491
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-2/+1
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* - Update to 0.7.8Martin Wilke2013-03-2511-472/+302
| | | | | | | | PR: 177274 Submitted by: ports fury Notes: svn path=/head/; revision=315203
* For unmaintained ports in `audio' category, drop leading article from COMMENTAlexey Dokuchaev2013-03-131-1/+1
| | | | | | | and perform other minor cleanups along the way, whenever noticed. Notes: svn path=/head/; revision=314074
* - Give up maintainership on this portPietro Cerutti2013-03-111-1/+1
| | | | Notes: svn path=/head/; revision=313884
* - Update to 0.7.6Pietro Cerutti2012-10-296-42/+18
| | | | | | | | | | Release notes: http://git.gnome.org/browse/beast/plain/NEWS - Some C sources have moved to C++, hence the renaming of patch files Feature safe: yes Notes: svn path=/head/; revision=306593
* - Make fetchable again by fixing MASTER_SITESPietro Cerutti2012-08-061-1/+1
| | | | Notes: svn path=/head/; revision=302186
* - Use correct paths to perl and sh binariesPietro Cerutti2012-08-061-0/+4
| | | | | | | | PR: 169895 Submitted by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=302172
* 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
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Mark as broken on powerpc: fails to compile.Mark Linimon2011-12-281-0/+4
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=288131
* Add a redirect for a sysctl's stderr. This fixes the package logfileMark Linimon2011-11-051-1/+1
| | | | | | | | | | header being bogus on pointyhat on powerpc, and should have no other effect. Approved by: maintainer Notes: svn path=/head/; revision=285119
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - UnbreakPietro Cerutti2011-09-071-3/+2
| | | | | | | - Use sysctl to find out whether SSE is supported Notes: svn path=/head/; revision=281381
* - Chase guile shared lib bumpJulien Laffaye2011-07-311-0/+1
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=278635
* Mark BROKEN: leaves files behind on deinstallationErwin Lansing2011-05-181-0/+2
| | | | Notes: svn path=/head/; revision=274252
* - Fix PLISTPietro Cerutti2011-04-141-0/+1
| | | | | | | Reported by: PH (via pav) Notes: svn path=/head/; revision=272714
* - Update to 0.7.4Pietro Cerutti2011-04-114-8/+15
| | | | | | | See http://git.gnome.org/browse/beast/plain/NEWS for details Notes: svn path=/head/; revision=272527
* - Use MACHINE_CPU to detect SSE features [1]Pietro Cerutti2011-04-081-4/+3
| | | | | | | | | - Remove CPPFLAGS from CONFIGURE_ENV Inspired by: audio/ardour [1] Notes: svn path=/head/; revision=272399
* - Fix detection of SSE featuresPietro Cerutti2011-03-213-1/+53
| | | | | | | - Assume amd64 and i386 have SSE Notes: svn path=/head/; revision=271391
* - Fix MASTER_SITESPietro Cerutti2011-02-262-3/+1
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=269818
* - Update to 0.7.2Pietro Cerutti2010-09-2710-894/+232
| | | | | | | | Changes: http://beast.gtk.org/news-file - Unbreak on sparc64 Notes: svn path=/head/; revision=261951
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Get patch from beast git. Now it shouldn't hang on QAT/Pointy.Koop Mast2010-05-111-10/+20
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=254155
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-101-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - 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
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244489
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* Mark as broken on sparc64: does not compile.Mark Linimon2009-05-291-1/+7
| | | | Notes: svn path=/head/; revision=234754
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-1/+1
| | | | Notes: svn path=/head/; revision=226679
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-211-1/+1
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241
* 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
* - Remove USE_XLIB in favor of USE_XORGPietro Cerutti2008-03-101-1/+2
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=208730
* - Fix build on sparc64Pietro Cerutti2008-03-073-0/+715
| | | | | | | | | - Fix build with new lang/guile-1.8 Approved by: miwi (mentor) Notes: svn path=/head/; revision=208612
* - Update to 0.7.1Pietro Cerutti2008-02-2811-209/+273
| | | | | | | | | | - Fix build with GCC 4.2 - Adopt maintainship Approved by: miwi (mentor) Notes: svn path=/head/; revision=208142
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-70/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Mark BROKEN: does not compile with GCC 4.2Pav Lucistnik2007-07-031-1/+7
| | | | Notes: svn path=/head/; revision=194826
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-11/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Remove 4.X support from unmaintained ports in categories starting withGabor Kovesdan2007-04-141-7/+1
| | | | | | | letter a-c Notes: svn path=/head/; revision=189955
* Fix build after objformat removal.MANTANI Nobutaka2007-03-041-1/+2
| | | | Notes: svn path=/head/; revision=186499
* Drop maintainershipJean-Yves Lefort2006-11-031-1/+1
| | | | Notes: svn path=/head/; revision=176271