aboutsummaryrefslogtreecommitdiff
path: root/audio/beast
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant @exec (USES=shared-mime-info handles it already)Baptiste Daroussin2015-01-191-2/+0
| | | | Notes: svn path=/head/; revision=377464
* Require building with GCC 4.8 due to non-conforming C++ code.Gerald Pfeifer2015-01-181-1/+2
| | | | | | | PR: 196849, 196712 Notes: svn path=/head/; revision=377353
* Get rid of gnomehierBaptiste Daroussin2014-12-201-2/+3
| | | | Notes: svn path=/head/; revision=375137
* 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
* Allow building without /usr/bin/perl symlinkAntoine Brodin2014-11-291-1/+2
| | | | | | | PR: ports/195494 Notes: svn path=/head/; revision=373615
* Cleanup plistBaptiste Daroussin2014-10-201-25/+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
* lang/guile:Tijl Coosemans2014-08-311-1/+1
| | | | | | | | | | | | - Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366777
* - Add missing USES=libtool, drop .la filesDmitry Marakasov2014-06-112-12/+6
| | | | | | | - Add missing files to plist Notes: svn path=/head/; revision=357404
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)Olli Hauer2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356114
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Chase libmad changesBaptiste Daroussin2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342735
* - Use USE_GCC=yes instead of =4.6+Danilo Egea Gondolfo2013-12-071-1/+1
| | | | | | | Suggested by: gerald Notes: svn path=/head/; revision=335856
* - Fix port build (remove BROKEN). Remove -DG_DISABLE_DEPRECATED from ↵Danilo Egea Gondolfo2013-12-072-15/+16
| | | | | | | | | | | | Makefile.(in|am), this port uses deprecated functions from glib20. - Use gcc 4.6+ to support -std=gnu++0x - Add stage support - Convert LIB_DEPENDS to new syntax - Add desktop-file-utils and shared-mime-info to USES Notes: svn path=/head/; revision=335835
* Mark as broken: doesn't compile since August 2013Antoine Brodin2013-12-011-0/+2
| | | | Notes: svn path=/head/; revision=335439
* 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