aboutsummaryrefslogtreecommitdiff
path: root/audio/soundkonverter
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make descriptions for TTA (The True Audio) lossless audio and TooLAME MP2Alexey Dokuchaev2014-09-041-1/+0
| | | | | | | audio encoder shared and thus remove them from some ports' Makefiles. Notes: svn path=/head/; revision=367275
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) Notes: svn path=/head/; revision=365038
* - Switch audio/musepack to USES=libtool, drop .la filesDmitry Marakasov2014-08-041-1/+1
| | | | | | | | | | | - Bump dependent ports as .so version has changed - Fix audio/abcde by requiring python - Fix audio/moc plist with MUSEPACK enabled Approved by: portmgr blanket Notes: svn path=/head/; revision=364024
* Add optional dependency to libav for audio/soundkonverter.David Naylor2014-04-141-3/+2
| | | | | | | Since the package structure may change, bump PORTREVISION. Notes: svn path=/head/; revision=351265
* Update audio/soundkonverter to 2.1.1.David Naylor2014-04-142-4/+4
| | | | | | | | | | ChangeLog: - Add: Check for MP4 support in faac - Fix: Don't run vorbisgain more than once per directory - Fix: Progress bar jumps when a file finished Notes: svn path=/head/; revision=351263
* Update audio/soundkonverter to 2.1.0.David Naylor2014-02-282-5/+5
| | | | | | | | | | | Changes: * Order GitHub before LOCAL in MASTER_SITES ChangeLog: -Add: Update translations Notes: svn path=/head/; revision=346531
* Update audio/soundkonverter to 2.0.91.David Naylor2014-02-243-13/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * Add cdrkit as an optional ripper dependency * Switch to using Github (old source no longer updated) Changelog: new in 2.0.91 (2.1.0 rc2): -Add: Full GUI support for album artist tags including the CD ripper -Add: Chinese translation -Change: Replace uses of fixed pixel metrics with sizes based on the default font size -Fix: CD ripper layout new in 2.0.90 (2.1.0 rc1): -Add: Hide main window when started with --replaygain argument -Add: Option to eject CD after ripping has been completed (enabled by default) -Add: New space holder for the "meta data" naming mode that contains the source directory -Add: Configuration options for cdparanoia -Add: icedax ripper plugin -Add: Copy album artist tags -Change: Remember last folder for add files/directory/playlist dialogs -Change: Add symlinked files to file list Notes: svn path=/head/; revision=345869
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-0/+1
| | | | Notes: svn path=/head/; revision=344898
* Update audio/soundkonverter to 2.0.5.David Naylor2013-12-293-3/+7
| | | | | | | | | | | | ChangeLog: - Add: Catalan translation - Add: Swedish translation - Add: Chinese (Taiwan) translation - Add: Romanian translation - Fix: Don't mix up total tracks and total discs when reading vorbis comments Notes: svn path=/head/; revision=337944
* Fix build of audio/soundkonverter due to the use of '-pedantic'.David Naylor2013-11-241-0/+3
| | | | | | | | | | | | | | | Soundkonverter includes a C file that has a trailing comma (,) at the end of an enum, this construct is only supported by C++11 (but by C99) thus is not accepted as valid with the '-pedantic'. The base compiler (gcc) does not understand C++11 and errors on this. Remove the '-pedantic' option as it does not impact on the code produced, to allow the port to be built. PR: ports/182906 Notes: svn path=/head/; revision=334711
* Add stage support to audio/soundkonverter.David Naylor2013-11-041-3/+2
| | | | | | | Also convert LIB_DEPENDS to the new format. Notes: svn path=/head/; revision=332755
* 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
* Remove MAKE_JOBS_SAFE from all my ports.David Naylor2013-07-281-1/+0
| | | | | | | Better to remove now, in one go, then forget about it. Notes: svn path=/head/; revision=323850
* Update audio/soundkonverter to 2.0.4.David Naylor2013-07-203-3/+4
| | | | | | | | Changelog: -add: Slovenian translation Notes: svn path=/head/; revision=323346
* Update audio/soundkonverter to use new options macros and to always build ↵David Naylor2013-06-172-269/+109
| | | | | | | | | | | | | | | | | plugins. The plugins are disabled at run-time if the required programs are not available, so always including them: a) does not result in a broken port b) provides greater flexability to the user (if the ports are installed later) c) increases the build time, although it is a small port in any case. The above two changes reduces the Makefile line count by 160. Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=321105
* Update audio/soundkonverter to 2.0.3.David Naylor2013-06-172-3/+3
| | | | | | | | | | | | ChangeLog: -Fix: Update normalize filter widget properly -Fix: Show more than one filter widget at a time -Fix: Load normalize options properly from saved profiles (could lead to a crash) Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=321102
* Update audio/soundkonverter to 2.0.2.David Naylor2013-05-053-6/+10
| | | | | | | | | | | | ChangeLog: new in 2.0.2: -Add: Italian translation -Fix: Find normalize properly Approved by: eadler,bdrewery (mentors, implicit) Notes: svn path=/head/; revision=317424
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Fix options list for audio/soundkonverter.David Naylor2013-04-211-0/+1
| | | | | | | | | | Add NLS to list of options, as required by the Porters Handbook. Approved by: eadler,bdrewery (mentors, implicit) Feature safe: yes Notes: svn path=/head/; revision=316189
* Update audio/soundkonverter to 2.0.1.David Naylor2013-04-203-3/+4
| | | | | | | | | | | ChangeLog: -Add: French translation Approved by: bdrewery (mentor) Feature safe: yes Notes: svn path=/head/; revision=316133
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* Update audio/soundkonverter to 2.0.0.David Naylor2013-03-143-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixes for optional dependencies - Set license to GPLv3 - Initial support for libav (if and when it gets into ports) ChangeLog: new in 2.0.0: -Add: Update translations -Remove: French translation (only 58% translated) new in 1.9.90 (2.0.0 rc1): -Add: Option to not modify the audio stream of mp3 files when calculating Replay Gain -Add: libav plugin -Fix: Modify mp3 stream when forcing the recalculation of Replay Gain -Fix: Don't try to calculate Replay Gain if it is impossible -Fix: Down/upmixing with sox -Fix: Sox effects wouldn't work -Fix: Recognice mp3 and amr nb encoding support in ffmpeg/libav plugins -Fix: Crash when encoding with sox and without filters -Fix: Calculate Replay Gain if there is only one track in the album Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=314128
* Update audio/soundkonverter with optional dependency audio/flake.David Naylor2013-03-012-11/+19
| | | | | | | | | While here make the port NLS aware. Approved by: bdrewery (mentor) Notes: svn path=/head/; revision=313134
* Update audio/soundkonverter to 1.9.80.David Naylor2013-02-173-96/+182
| | | | | | | | | | | - The only codec not available from ports is "flake". - Convert to OptionsNG" ChangeLog: https://raw.github.com/HessiJames/soundkonverter/v1.9.80/src/CHANGELOG Notes: svn path=/head/; revision=312435
* More merges from area51 repository:Max Brazhnikov2013-02-041-4/+3
| | | | | | | | | | | | | | | - Chase kdemultimedia4 split/kdegames shlib bump - Convert to new options framework - Trip Makefile header sysutils/k3b-kde4: - add patches to fix build with ffmpeg-devel [1] PR: ports/162261 [1] Submitted by: Phil Oleson <oz at nixil.net> Notes: svn path=/head/; revision=311629
* - Update to my new FreeBSD addressDavid Naylor2013-01-161-5/+2
| | | | | | | | | | - Trim header - Add myself as creator of devel/svn2git (see r272261) Approved by: eadler|bdrewery (mentor) Notes: svn path=/head/; revision=310522
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - 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
* 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
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-241-1/+1
| | | | Notes: svn path=/head/; revision=276239
* Chase after net/openldap24-server update.Xin LI2011-02-251-0/+1
| | | | | | | Reminded by: miwi Notes: svn path=/head/; revision=269631
* soundKonverter is a frontend to various audio converters.Martin Wilke2011-01-304-0/+264
The key features are: - Audio conversion - Replay Gain calculation - CD ripping WWW: http://kde-apps.org/content/show.php?content=29024 PR: ports/miwi Submitted by: David Naylor <naylor.b.david at gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268436