Commit graph

40 commits

Author SHA1 Message Date
Mathieu Arnold
90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00
David Naylor
2128801396 audio/soundkonverter: use new USE_GITHUB.
Differential Revision:	D2127
2015-03-30 17:50:39 +00:00
Bryan Drewery
5b5a90256d 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
2015-03-19 16:44:57 +00:00
Max Brazhnikov
b22224f636 - 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
2015-02-19 18:19:28 +00:00
David Naylor
f76aab2229 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
2014-12-16 11:14:08 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Alexey Dokuchaev
bcb97284c5 Make descriptions for TTA (The True Audio) lossless audio and TooLAME MP2
audio encoder shared and thus remove them from some ports' Makefiles.
2014-09-04 14:56:40 +00:00
Matthias Andree
515db2ed10 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)
2014-08-15 20:37:31 +00:00
Dmitry Marakasov
0f7d483f48 - 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
2014-08-04 15:46:12 +00:00
David Naylor
05100d0ccc Add optional dependency to libav for audio/soundkonverter.
Since the package structure may change, bump PORTREVISION.
2014-04-14 17:06:47 +00:00
David Naylor
be0154feed 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
2014-04-14 17:00:47 +00:00
David Naylor
9749ef500c Update audio/soundkonverter to 2.1.0.
Changes:
 * Order GitHub before LOCAL in MASTER_SITES

ChangeLog:
-Add: Update translations
2014-02-28 15:45:49 +00:00
David Naylor
8b97c2905d 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

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
2014-02-24 15:31:14 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
David Naylor
0da6350a9f 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
2013-12-29 08:34:11 +00:00
David Naylor
9b5265f7bb 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
2013-11-24 08:56:44 +00:00
David Naylor
f445673be9 Add stage support to audio/soundkonverter.
Also convert LIB_DEPENDS to the new format.
2013-11-04 18:41:08 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
David Naylor
94bf9970f2 Remove MAKE_JOBS_SAFE from all my ports.
Better to remove now, in one go, then forget about it.
2013-07-28 20:28:32 +00:00
David Naylor
52c2e306aa Update audio/soundkonverter to 2.0.4.
Changelog:
-add: Slovenian translation
2013-07-20 13:22:20 +00:00
David Naylor
d50f08da73 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)
2013-06-17 13:04:08 +00:00
David Naylor
e18ad43062 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)
2013-06-17 11:57:19 +00:00
David Naylor
815b5196df 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)
2013-05-05 18:12:35 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
David Naylor
53bf0668cf 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
2013-04-21 18:19:40 +00:00
David Naylor
f59fca6568 Update audio/soundkonverter to 2.0.1.
ChangeLog:
-Add: French translation

Approved by:	bdrewery (mentor)
Feature safe:	yes
2013-04-20 08:35:04 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
David Naylor
4b7b3683c2 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)
2013-03-14 04:05:04 +00:00
David Naylor
eed0b96694 Update audio/soundkonverter with optional dependency audio/flake.
While here make the port NLS aware.

Approved by:	bdrewery (mentor)
2013-03-01 04:26:57 +00:00
David Naylor
3f85129f71 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
2013-02-17 18:57:23 +00:00
Max Brazhnikov
9cf69eeb54 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>
2013-02-04 15:36:28 +00:00
David Naylor
6248a797e6 - Update to my new FreeBSD address
- Trim header
 - Add myself as creator of devel/svn2git (see r272261)

Approved by:	eadler|bdrewery (mentor)
2013-01-16 20:15:07 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ashish SHUKLA
97ddb4e13d - Bump PORTREVISION to chase the update of multimedia/libvpx 2012-02-16 15:57:34 +00:00
Alexander Leidinger
e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +00:00
Martin Matuska
c86cd8cae2 Bump due to ffmpeg update to 0.7.1 2011-06-24 22:39:03 +00:00
Xin LI
03b42818c9 Chase after net/openldap24-server update.
Reminded by:	miwi
2011-02-25 01:32:17 +00:00
Martin Wilke
ea4d41e0e3 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
2011-01-30 11:53:31 +00:00