aboutsummaryrefslogtreecommitdiff
path: root/audio/spek
Commit message (Collapse)AuthorAgeFilesLines
* Remove USE_GCC=4.7+ in favour of compiler:c++11-libBaptiste Daroussin2013-12-131-9/+3
| | | | | | | While here, pet bsd.sanity.mk Notes: svn path=/head/; revision=336348
* - Fix build [1]Danilo Egea Gondolfo2013-10-263-29/+35
| | | | | | | | | | | | | - Update pkg-descr [1] - Add stage support - Add NLS option - Use GCC only in versions < 1000054 PR: ports/183288 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer) [1] Notes: svn path=/head/; revision=331646
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+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
* audio/spek: link against ffmpegWilliam Grzybowski2013-10-211-4/+2
| | | | | | | | | - Link against ffmpeg and not ffmeg1 Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331150
* 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
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update multimedia/ffmpeg1 to 1.2.1Martin Matuska2013-06-251-0/+1
| | | | | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> Notes: svn path=/head/; revision=321725
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update to version 0.8.2Pawel Pekala2013-02-254-7/+13
| | | | | | | | PR: ports/176408 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer) Notes: svn path=/head/; revision=312943
* audio/spek:Guido Falsi2012-10-012-8/+4
| | | | | | | | | | | | - Update to 0.8.1 - While here, trim Makefile headers PR: ports/172174 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer) Approved by: crees, tabthorpe (mentors, implicit) Notes: svn path=/head/; revision=305104
* Update to 0.8.0Niclas Zeising2012-09-274-9/+21
| | | | | | | | | PR: ports/172081 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer) Approved by: maintainer, kwm (mentor) Notes: svn path=/head/; revision=304960
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-0/+1
| | | | Notes: svn path=/head/; revision=276239
* - Update to 0.7Frederic Culot2011-04-243-3/+17
| | | | | | | | PR: ports/156613 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com> (maintainer) Notes: svn path=/head/; revision=273140
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Add new port audio/spek:Max Brazhnikov2010-09-104-0/+60
Spek helps to analyse your audio files by showing their spectrogram. Spek supports all popular lossy and lossless audio file formats. WWW: http://www.spek-project.org/ PR: ports/150381 Submitted by: Alexander Kojevnikov <alexander at kojevnikov.com> Notes: svn path=/head/; revision=260949