Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.1_12 30 Mar 2023 23:59:32 |
Muhammad Moinur Rahman (bofh) |
audio/soundkonverter: Remove expired port:
2023-03-31 audio/soundkonverter: Unsupported upstream, consider using
audio/cyanrip or audio/abcde (ripping CDs), audio/rsgain (ReplayGain scanning)
and multimedia/ffmpeg (transcoding) |
3.0.1_12 26 Feb 2023 14:04:47 |
Daniel Engberg (diizzy) |
audio/soundkonverter: Deprecate and set expiration date to 2023-03-31
Reference: https://github.com/dfaust/soundkonverter/ |
3.0.1_12 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.1_12 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.1_12 05 Sep 2022 19:05:49 |
Dima Panov (fluffy) |
audio/soundkonverter: pet stage-qa |
3.0.1_11 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.0.1_11 27 Nov 2021 10:09:44 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.4
MFH: 2021Q4 |
3.0.1_10 04 Oct 2021 04:56:46 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.3
MFH: 2021Q4 |
3.0.1_9 22 Apr 2021 07:25:15 |
Adriaan de Groot (adridg) |
not-KDE Applications: chase doctools
These ports, not maintained by kde@, use KDE Frameworks
and require kdoctools to build. Since that is no longer
an implicit build & run dependency, (re)introduce it
explicitly as a build-time dependency. |
3.0.1_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.1_8 18 Jul 2020 23:31:17 |
adridg |
Fix up previous fix:
- with KF5 5.71, each application can have its own FindTaglib, or
uses the one from kdelibs4support (I think). This is generally an
"old-style" CMake module.
- with KF5 5.72, ECM delivers a modern CMake module which is found
**first**, but is also incompatible with the old version of FindTaglib.
Adjust the patches so they work with KF5 5.71 (now in-tree) and 5.72
(upcoming). Not bumping PORTREVISION here because the packages could
not have built with the previous patches.
Note to self: do not assume useful backwards-compatibility in CMake
modules from different sources.
PR: 247907 |
3.0.1_8 18 Jul 2020 20:46:35 |
adridg |
Fix build in the face of updates elsewhere (taglib)
Taglib's CMake support has changed without mind for backwards
compatibility, so old users were using variables that are
now unset. Switch to modern CMake instead.
While here:
- fix the WWW link, which led to a 500
- GH account HessiJames renamed dfaust; you'll note the SHA256
in the distinfo is not changed although the name of the file is.
PR: 247907 |
3.0.1_7 18 May 2020 10:12:23 |
tcberner |
Add missing dependency on kinit
A handful of ports implicitetly dependet on kinit through some other port,
which in turn itself shouldn't have. In r535466 this was removed, and the
dependency on kinit now needs to be made explicit.
Reported by: antoine |
3.0.1_7 05 May 2020 09:21:52 |
rene |
audio/soundkonverter: remove expired optional dependency on audio/shorten |
3.0.1_7 03 Feb 2020 20:21:08 |
rene |
Return dbn's ports to the pool after safekeeping his commit bit. |
3.0.1_7 29 Sep 2019 10:04:32 |
riggs |
Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR: 240890 |
3.0.1_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.0.1_5 16 Mar 2019 21:32:52 |
tcberner |
multimedia/phonon, multimedia/phonon-gestreamer,
multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation) |
3.0.1_4 02 Mar 2019 16:55:53 |
riggs |
Chase update of fluidsynth to 2.0.3
PR: 233448 |
3.0.1_3 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
3.0.1_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
3.0.1_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.0.1_1 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
3.0.1 15 Sep 2018 07:51:10 |
dbn |
audio/soundkonverter: update to 3.0.1
- Update to using QT5/KF5
- Use out-source building; otherwise configure fails when detecting plugins
due to directory polution by cmake
- Remove CDPARANOIA option; it isn't an option, but mandatory |
2.2.2_12 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
2.2.2_11 28 Jun 2018 17:39:55 |
tcberner |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
2.2.2_11 22 Jun 2018 20:22:33 |
tcberner |
Make flavors explicit for phonon.
Reported by: VVD (via irc) |
2.2.2_11 21 Jun 2018 16:52:09 |
tcberner |
multimedia/*phonon*: update and flavorize with @qt4/@qt5
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14632 |
2.2.2_10 01 Jun 2018 22:16:12 |
riggs |
Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11
PR: 228265 |
2.2.2_9 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
2.2.2_8 10 Feb 2018 10:29:51 |
tcberner |
Rename KDE4 meta ports
This is done for
* consistency,
* and to simplify the import of the newer KDE Plasma5 desktop and KDE
applications
Bumps the dependencies.
Reviewed by: adridg
Differential Revision: https://reviews.freebsd.org/D12979 |
2.2.2_7 19 Nov 2017 11:37:26 |
riggs |
Chase audio/faac update (ABI incompatible to previous version 1.28)
PR: 223416
Submitted by: riggs |
2.2.2_6 27 Oct 2017 12:39:37 |
mat |
Use GROUP and not MULTI
Sponsored by: Absolight |
27 Oct 2017 12:19:16
|
mat |
Fix options defined more than once.
PR: 223071
Reported by: antoine
Sponsored by: Absolight |
2.2.2_6 21 Oct 2017 06:50:50 |
jbeich |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
2.2.2_5 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2.2.2_4 23 Aug 2017 11:21:26 |
rene |
audio/soundkonverter: remove option for expired linux-neroaaccodec |
2.2.2_4 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
2.2.2_3 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2.2.2_2 11 Dec 2016 15:22:47 |
jbeich |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
2.2.2_1 24 Aug 2016 08:20:31 |
tcberner |
Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks and
Plasma5 ports
At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When
working on the ports for KDE Frameworks and Plasma5 it seemed to be more
reasonable to create a new kde.mk instead of adding an bsd.kde5.mk.
The kde.mk in this review is a stripped down version of the one we are using in
the KDE Test repositories plasma5 branch [1] to only contain the parts relevant
to the current KDE4 ports in the portstree [2].
Changes to the KDE Ports needed by this:
Replace USE_KDE4 by USE_KDE [3]
Add USES=kde:4 [4] (Only the first 15 lines of the commit message are shown above ) |
2.2.2_1 19 Jul 2016 06:29:51 |
dbn |
audio/soundkonverter: remove INSTALLS_ICONS, fix plist.
- Remove INSTALLS_ICONS as this is a KDE port and not a GNOME port.
- Replace %%QT_BINDIR%% with 'bin'. Although QT_BINDIR does subtitue
to the correct value, this port uses cmake and not qmake and thus may
not honour changes to QT_BINDIR.
Reported by: danfe |
2.2.2 13 Jul 2016 20:00:24 |
dbn |
audio/soundkonverter: update to 2.2.2
- Add missing dependencies (phonon, qt4)
- Fix spelling of option (VORBIS)
- Make LIBAV an option (and fix description)
- Remove Musepack from replaygain (musepack does not install mpcgain)
ChangeLog:
2.2.2:
-Change: Move Polish (Poland) translation to Polish
-Change: Move Swedish (Sweden) translation back to Swedish
-Change: Remove so-version for libsoundkonvertercore to satisfy obs lint
2.2.1:
-Add: Dutch, Spanish (Argentina) and Polish (Poland) translations (Only the first 15 lines of the commit message are shown above ) |
2.1.90 12 Jun 2016 06:41:21 |
pi |
audio/soundkonverter: remove wrongly used PLIST_SUB from pkg-plist
PR: 210115
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) |
25 May 2016 20:56:06
|
rene |
Remove expired misc/kdehier4 and update all of its consumers to not reference it
any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE
Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.
PR: 209014 (partial)
Submitted by: myself
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D6542 |
2.1.90 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
2.1.90 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
2.1.90 03 Jan 2016 14:35:29 |
jhale |
Add patch to fix taglib version detection
Reported by: pkg-fallout |
2.1.90 14 Dec 2015 20:08:57 |
dbn |
audio/soundkonverter: update to 2.1.90
Changes:
- Sort pkg-plist
- Fix run depends for tta codec [1]
- Drop local mirror of source code
Change Log:
- Add: Detect (DRM)-encrypted wma and m4a files
- Add: Adjust gain for mp3 files
- Add: Option to copy files instead of re-encoding them if input and output
codec are the same
- Change: Fall-back from album artist to artist in "meta data" naming mode if
album artist is empty
Reported by: Wolfgang Riegler <wolfgang.riegler@gmx.de> [1] |
2.1.2 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
2.1.2 30 Mar 2015 17:50:40 |
dbn |
audio/soundkonverter: use new USE_GITHUB.
Differential Revision: D2127 |
2.1.2 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
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 |
2.1.2 19 Feb 2015 18:19:30 |
makc |
- Remove deprecated USE_KDE4=kdehier
- while here, remove any reference to KDE in deskutils/charmtimetracker (Qt-only
app)
and supposedly fix build of graphics/gnash with KDE4 option |
2.1.2 16 Dec 2014 11:14:09 |
dbn |
Update audio/soundkonverter to 2.1.2.
Change log:
-Fix: False error detection in the Replay Gain tool
-Fix: Properly re-paint conversion file list on status change |
2.1.1_4 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
2.1.1_4 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
2.1.1_3 04 Sep 2014 14:56:41 |
danfe |
Make descriptions for TTA (The True Audio) lossless audio and TooLAME MP2
audio encoder shared and thus remove them from some ports' Makefiles. |
2.1.1_3 15 Aug 2014 20:37:33 |
mandree |
Upgrade OpenEXR and ilmbase to 2.2.0.
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) |
2.1.1_2 04 Aug 2014 15:46:12 |
amdmi3 |
- Switch audio/musepack to USES=libtool, drop .la files
- 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 |
2.1.1_1 14 Apr 2014 17:06:47 |
dbn |
Add optional dependency to libav for audio/soundkonverter.
Since the package structure may change, bump PORTREVISION. |
2.1.1 14 Apr 2014 17:00:48 |
dbn |
Update audio/soundkonverter to 2.1.1.
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 |
2.1.0 28 Feb 2014 15:45:49 |
dbn |
Update audio/soundkonverter to 2.1.0.
Changes:
* Order GitHub before LOCAL in MASTER_SITES
ChangeLog:
-Add: Update translations |
2.0.91 24 Feb 2014 15:31:14 |
dbn |
Update audio/soundkonverter to 2.0.91.
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 (Only the first 15 lines of the commit message are shown above ) |
2.0.5_1 18 Feb 2014 14:31:33 |
makc |
- Bump PORTREVISION after KDE4_PREFIX change |
2.0.5 29 Dec 2013 08:34:12 |
dbn |
Update audio/soundkonverter to 2.0.5.
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 |
2.0.4 24 Nov 2013 08:56:45 |
dbn |
Fix build of audio/soundkonverter due to the use of '-pedantic'.
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 |
2.0.4 04 Nov 2013 18:41:09 |
dbn |
Add stage support to audio/soundkonverter.
Also convert LIB_DEPENDS to the new format. |
2.0.4 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
2.0.4 28 Jul 2013 20:28:33 |
dbn |
Remove MAKE_JOBS_SAFE from all my ports.
Better to remove now, in one go, then forget about it. |
2.0.4 20 Jul 2013 13:22:20 |
dbn |
Update audio/soundkonverter to 2.0.4.
Changelog:
-add: Slovenian translation |
2.0.3 17 Jun 2013 13:04:08 |
dbn |
Update audio/soundkonverter to use new options macros and to always build
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) |
2.0.3 17 Jun 2013 11:57:20 |
dbn |
Update audio/soundkonverter to 2.0.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) |
2.0.2 05 May 2013 18:12:35 |
dbn |
Update audio/soundkonverter to 2.0.2.
ChangeLog:
new in 2.0.2:
-Add: Italian translation
-Fix: Find normalize properly
Approved by: eadler,bdrewery (mentors, implicit) |
2.0.1 26 Apr 2013 10:44:29 |
ak |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
2.0.1 21 Apr 2013 18:19:41 |
dbn |
Fix options list for audio/soundkonverter.
Add NLS to list of options, as required by the Porters Handbook.
Approved by: eadler,bdrewery (mentors, implicit)
Feature safe: yes |
2.0.1 20 Apr 2013 08:35:04 |
dbn |
Update audio/soundkonverter to 2.0.1.
ChangeLog:
-Add: French translation
Approved by: bdrewery (mentor)
Feature safe: yes |
2.0.0 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
2.0.0 14 Mar 2013 04:05:05 |
dbn |
Update audio/soundkonverter to 2.0.0.
- 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) |
1.9.80 01 Mar 2013 04:26:57 |
dbn |
Update audio/soundkonverter with optional dependency audio/flake.
While here make the port NLS aware.
Approved by: bdrewery (mentor) |
1.9.80 17 Feb 2013 18:57:23 |
dbn |
Update audio/soundkonverter to 1.9.80.
- The only codec not available from ports is "flake".
- Convert to OptionsNG"
ChangeLog:
https://raw.github.com/HessiJames/soundkonverter/v1.9.80/src/CHANGELOG |
0.9.94.r2_6 04 Feb 2013 15:36:28 |
makc |
More merges from area51 repository:
- 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> |
0.9.94.r2_5 16 Jan 2013 20:15:07 |
dbn |
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor) |
0.9.94.r2_5 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.9.94.r2_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.9.94.r2_4 16 Feb 2012 15:57:34 |
ashish |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
0.9.94.r2_3 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
0.9.94.r2_2 24 Jun 2011 22:39:03 |
mm |
Bump due to ffmpeg update to 0.7.1 |
0.9.94.r2_1 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
0.9.94.r2 30 Jan 2011 11:53:31 |
miwi |
soundKonverter is a frontend to various audio converters.
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 |