Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
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)
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
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
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
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
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)
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)
- 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)
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