Commit graph

15622 commits

Author SHA1 Message Date
Jason E. Hale
e692e46212 - Update to 3.4.4
- Convert options to CMAKE_BOOL
2016-12-25 14:58:04 +00:00
Dmitry Marakasov
adeac03634 CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by:	portmgr blanket
2016-12-25 14:23:38 +00:00
Dmitry Marakasov
7602fdd7b0 - Update to 2.5.2
PR:		214875
Submitted by:	pkubaj@anongoth.pl
2016-12-25 13:16:00 +00:00
Jason E. Hale
36e3ab0968 - Update to 1.1.4
- Convert to CMAKE_BOOL
- Simplify DOCS installation
2016-12-25 13:13:23 +00:00
Guido Falsi
3794408d34 Remove libofa support. The service it depends on has been discontinued
and the libofa port is now DEPRECATED.

PR:		215518
Submitted by:	jhale
2016-12-25 00:27:31 +00:00
Jan Beich
cc496fc413 Simplify spelling for softfp defaults 2016-12-25 00:23:13 +00:00
Emanuel Haupt
b28cdbff15 Fix setting master volume on i386
PR:		215521
Submitted by:	t@tobik.me (maintainer)
MFH:		2016Q4
2016-12-24 10:27:18 +00:00
Olivier Duchateau
db49f5a198 Update to 1.36
Changelog: https://github.com/quodlibet/mutagen/blob/release-1.36/NEWS
2016-12-23 12:54:54 +00:00
Nikolai Lifanov
67fb584063 audio/libbs2b: back out r301301
/usr/bin/ld no longer pulls indirect dependencies.

PR:		215252
Submitted by:	jbeich
Reviewed by:	matthew
Approved by:	matthew (mentor), liangtai.s26@gmail.com (maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D8885
2016-12-22 22:42:09 +00:00
Jason E. Hale
53c79f8d7e Fix COMMENT
Drop unused PROJECTHOST variable
Convert to USES=localbase

Mark DEPRECATED; EXPIRATION_DATE to follow once the dependency from
consumer ports is removed. There isn't much point keeping this
around if the backend servers are no longer functioning. They were
in a zombie state for years as it was.
2016-12-22 19:30:42 +00:00
David Naylor
0a728b3e92 audio/libofa: fetch source from github.
- Use github instead of fedora mirror to ensure we detect any future
   releases.
 - NOTE: it appears the www.musicdns.org website is no longer functioning
   and this port may need to be depreciated if no other service is available

PR:		212790
Submitted by:	tcberner
Approved by:	jhale (maintainer timeout: 13 weeks)
2016-12-22 05:31:22 +00:00
Dmitry Marakasov
34d85c32bb - Mark BROKEN on 9.x i386
Approved by:	portmgr blanket
2016-12-21 10:08:35 +00:00
Olivier Duchateau
95729173f5 - Update to 1.4.2
- Adjust dependencies

Changelog:
http://docs.beets.io/en/v1.4.1/changelog.html
http://docs.beets.io/en/v1.4.2/changelog.html

PR:		215392
Submitted by:	Stig Inge Lea Bjornsen (maintainer)
2016-12-20 19:29:29 +00:00
Jan Beich
0bbc3ebb94 multimedia/ffmpeg: expose SOXR dependency 2016-12-19 01:08:21 +00:00
Tobias C. Berner
62ede14c75 Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.

Reviewed by:    rakuco
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D8825
2016-12-18 22:06:50 +00:00
Sunpoet Po-Chuan Hsieh
4a2a388862 - Use GitHub repository directly 2016-12-18 15:21:40 +00:00
John Marino
c274b176b4 audio/libworkman: Bring in DF support from dports 2016-12-18 03:35:36 +00:00
John Marino
779780536d audio/tomahawk: explicitly link z library (for gold linker) 2016-12-18 02:42:50 +00:00
John Marino
e26455b188 audio/spiralloops: Fix build on GCC (taken from dports) 2016-12-18 02:01:00 +00:00
John Marino
ef1324e505 audio/py-cddb: Fix build on DF (taken from dports) 2016-12-18 01:51:03 +00:00
John Marino
ced6456f53 audio/osalp: Fix build for GCC (taken from dports) 2016-12-18 01:41:01 +00:00
John Marino
dc00bde6b8 audio/gnomoradio: Fix build using GCC (from dports) 2016-12-18 01:23:59 +00:00
John Marino
ce3a201477 audio/gigedit: Fix runtime (imported from DPorts) 2016-12-18 01:13:44 +00:00
John Marino
1d2a3ab447 audio/linuxsampler: bring in DF support from dports 2016-12-18 01:06:14 +00:00
John Marino
378018de27 Four audio ports: USES+= alias (for DF) 2016-12-18 00:57:19 +00:00
John Marino
ab97c57fa4 audio/fcplay: Fix build on DF 2016-12-17 21:52:48 +00:00
John Marino
6a27d526f0 audio/csound6: USES+= alias 2016-12-17 21:46:41 +00:00
Jan Beich
5c31a79d5c audio/soundtouch: OPENMP=on to use system C++ library
Mixing libc++ and libstdc++ often causes crashes.
2016-12-17 18:23:46 +00:00
John Marino
6b0cee2259 audio/playgsf: Remove packaged static library which circumvents Makefile
It appears that the static resample library should not have been part
of the distribution tarball.  It's presence causes libresample.a not to
be built and to be used instead.  It was detected by DF's ar programs
which reported it as malformed.  Fix the distribution issue by removing
the pre-existing library and force it to be rebuilt.

Approved by:	just-fix-it
2016-12-17 17:54:00 +00:00
John Marino
368fb49b87 audio/murmur: Remove incomplete command line option
Modern GCC doesn't accept empty Wl arguments. Solves:
c++: error: unrecognized command line option '-Wl'

I confirmed the patch modification doesn't break the build on FreeBSD 10.3.

Approved by:	just-fix-it
2016-12-17 17:39:31 +00:00
Thomas Zander
c981ff6de0 Bump PORTREVISION (due to changed OPTIONS set in the previous commit) 2016-12-17 17:08:42 +00:00
Thomas Zander
d08a087ea4 Add SNDIO support and non-default OPTION
PR:		212838
Submitted by:	t@tobik.me
2016-12-17 13:41:32 +00:00
Emanuel Haupt
fedea9e7f9 Add license 2016-12-17 11:11:37 +00:00
Emanuel Haupt
2e9b65139c Add LICENSE 2016-12-17 10:42:15 +00:00
Emanuel Haupt
8687482e4b Update to 0.27.0 2016-12-16 16:10:14 +00:00
Tijl Coosemans
913383cfa7 Update to 0.6.1 to fix arbitrary code execution through specially crafted
audio file.

MFH:		2016Q4
2016-12-16 12:46:01 +00:00
Jan Beich
13d07760cf Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR:		215192
Requested by:	dim
Exp-run by:	antoine
Approved by:	antoine
2016-12-16 05:08:09 +00:00
Emanuel Haupt
3f1f7287a7 Update to 0.26.2 2016-12-15 16:27:59 +00:00
Mathieu Arnold
b4fc5941e0 Fix plist, and add missing direct dependency.
Reported by:	pkg-fallout
Sponsored by:	Absolight
2016-12-15 13:19:39 +00:00
Ruslan Makhmatkhanov
0e7f5b5ac0 audio/py-eyed3: update to 0.7.10
- update to 0.7.10
- remove dependency upon magic: it is not used since 0.7.8

Changelog:
0.7.10 - 12.10.2016 (Hollow)
    Bug Fixes:
        [issue 97] - Missing import
        [issue 105] - Fix the rendering of default constructed id3.TagHeader
        Fixed Tag.frameiter
2016-12-14 21:02:37 +00:00
Sunpoet Po-Chuan Hsieh
177698aaf0 - Update devel/protobuf to 3.1.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2016-12-14 17:58:20 +00:00
Sunpoet Po-Chuan Hsieh
92266c5224 - Update WWW: pear.php.net uses https://
Approved by:	portmgr (blanket)
2016-12-13 15:05:06 +00:00
Sunpoet Po-Chuan Hsieh
bfc16b8a3c - Update WWW: rubygems.org uses https://
With hat:	ruby
2016-12-11 19:27:01 +00:00
Jan Beich
25cf1acec3 audio/deadbeef: switch to non-obsolete ffmpeg
PR:		214821
Approved by:	maintainer timeout (2 weeks)
2016-12-11 18:46:19 +00:00
Jan Beich
0c612c4aa3 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)
2016-12-11 15:22:47 +00:00
Baptiste Daroussin
4c94ec5139 Update to 1.2.0 2016-12-11 12:12:16 +00:00
Antoine Brodin
8be339c899 Those ports build fine with bsd make 2016-12-11 08:25:56 +00:00
Roman Bogorodskiy
943dc86d27 audio/easytag: update to 2.4.3 2016-12-10 18:18:10 +00:00
Jan Beich
54f5a433f2 audio/sayonara: release maintainership
multimedia@ isn't a dumping ground for new leaf ports.

Pointy hat to:	danfe
2016-12-10 12:18:30 +00:00
Jan Beich
0615d7aeb0 audio/sayonara: track runtime dependency on sqlite
$ sayonara
[...]
Database created successfully
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:
Error: DatabaseConnector database cannot be opened!
Error: Driver not loaded
Error: Driver not loaded
Error: Could not open Database
Warning: Database not existent. Creating database
**** All settings initialized ****
Error: Cannot initialize settings
2016-12-10 12:18:19 +00:00
Jan Beich
e9e1f3f477 audio/sayonara: track build dependency on libmtp
-- Checking for module 'libmtp'
--   Package libmtp was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmtp.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libmtp', required by 'virtual:world', not found

Reported by:	pkg-fallout
2016-12-10 12:18:08 +00:00
Jan Beich
592366b249 audio/sayonara: unbreak on 9.x
-- Performing Test CXX_CAN_11
-- Performing Test CXX_CAN_11 - Failed
-- Performing Test CXX_CAN_0X
-- Performing Test CXX_CAN_0X - Failed
CMake Error at src/CMakeLists.txt:43 (FATAL_ERROR):
  Unknown CMake command "FATAL_ERROR".

Reported by:	pkg-fallout
2016-12-10 12:17:57 +00:00
Jason E. Hale
54de16e080 Update to 0.7.7
Allow use of base ncurses

PR:		214314
Submitted by:	Oleg Gushchenkov <gor@clogic.com.ua>
Approved by:	<yamagi@yamagi.org> (maintainer)
2016-12-09 07:10:40 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Tijl Coosemans
094d906123 Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:17:43 +00:00
Tijl Coosemans
61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00
Tijl Coosemans
7ae3f48312 Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
2016-12-08 15:38:24 +00:00
Jason E. Hale
6c36bbbc4d Update to 1.3.10
While here:
Add a few dependencies to satisfy stage-qa
Convert to USES=localbase
Complete conversion to options helpers

PR:		214497
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
Approved by:	maintainer timeout
2016-12-08 06:19:08 +00:00
Jason E. Hale
b6a6a333ba Fix configure when JACK option is enabled
-- Found JACK: /usr/local/lib/libjack.so
CMake Error at CMakeLists.txt:988 (MESSAGE):
  Failed to enabled required JACK backend
-- Configuring incomplete, errors occurred!

PR:		214249
Reported by:	Grzegorz Junka <list1@gjunka.com>
Approved by:	maintainer timeout
2016-12-07 10:29:29 +00:00
Jason E. Hale
0ec7f60286 - Update security/cryptopp to 5.6.5
- Add LICENSE (BSL)
- Add CPE data
- Remove STATIC option and always install the shared library;
  no reason not to.
- Remove GCC option and use USES=compiler framework
- Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying
  to use it. It will allow the asserts to be enabled which could be a
  security risk. The standard DEBUG option is now safe to use.
- Add SIMD option for i386 and amd64 - requires a recent clang or gcc
- Don't install the cryptest binary; it is really only used for regression
  testing, so only build it for the TEST_TARGET. It is useless without the
  data files anyways.
- Take maintainership
- Bump PORTREVISON on dependent ports due to shared library bump

PR:		215015
Reported by:	<fcsk.aim@gmail.com>
MFH:		2016Q4
Security:	eab68cff-bc0c-11e6-b2ca-001b3856973b
2016-12-07 01:00:11 +00:00
Raphael Kubo da Costa
cc165688c9 Stop using deprecated FFMPEG calls in the code.
This allows the port to be built with the upcoming FFMPEG 3.x series while
still maintaining compatibility with FFMPEG 2.x that is currently in the ports
tree.

I don't think PORTREVISION needs to be bumped here, as both the old and new
calls exist in FFMPEG 2.x, and when FFMPEG 3 lands there will be a PORTREVISION
bump anyway.

PR:		214184
Submitted by:	Matthey Rezny <matthew@reztek.cz>
2016-12-05 17:48:57 +00:00
Raphael Kubo da Costa
b7ae95dcdd Switch to an out-of-source CMake build. 2016-12-05 17:46:45 +00:00
Raphael Kubo da Costa
ffd4989a6e Add several missing dependencies to the port.
`make stage-qa' was complaining about a lot of missing dependencies:
- Amarok actually links against MySQL, so we need USES=mysql, not
  USES=mysql:embedded.
- Add USE_KDE=soprano and USE_GL=gl.
- Add several missing X11 dependencies that were being pulled indirectly.
- The IPOD option causes the iPod plugin to link against a few other libraries
  via libgpod-1.0.pc, so add them.
- The MP3TUNES option needs either libgcrypt or OpenSSL; explicitly disable
  libgcrypt and add USES=ssl as required.
- Fix a capitalization typo in MP3TUNES_CMAKE_OFF that was preventing the
  MP3Tunes code from being properly disabled in CMake.

Based on an initial patch sent by Matthey Rezny <matthew@reztek.cz>.

PR:		214184
MFH:		2016Q4
2016-12-05 17:46:22 +00:00
Raphael Kubo da Costa
b387047820 Switch to USES=mysql:embedded
PR:		214184
Submitted by:	matthew@reztek.cz
2016-12-05 16:27:38 +00:00
Chris Rees
be32882e40 Update to 0.5.0
PR:		ports/215024
Submitted by:	Dmitrij D. Czarkoff
2016-12-03 11:51:00 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Mathieu Arnold
bbf7ef5615 http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by:	Absolight
2016-12-02 09:21:58 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Mark Linimon
e16f648d4d Attempt to fix build on non-x86 archs.
I admit to not understanding the A= B= construct.  This hack was the only
way I could figure out to make the flags properly conditionalize.
2016-12-01 05:29:30 +00:00
Rene Ladan
50821f029b Remove expired port:
2016-11-30 audio/lv2core: Superseded by audio/lv2
2016-11-30 21:15:29 +00:00
Alexey Dokuchaev
1d72e2bc8f Sayonara is a small, clear, and fast audio player for Unix-like systems,
written in C++ on Qt 5.x framework and using GStreamer as audio backend.

WWW: http://www.sayonara-player.com/
2016-11-30 16:50:19 +00:00
Mark Linimon
d8110d1b0c Mark various ports as broken on aarch64 due to the same clang bug:
error in backend: Do not know how to split this operator's operand!

Approved by:	portmgr (tier-2 blanket)
2016-11-30 16:01:30 +00:00
Kevin Lo
548a40b03c Update to 3.5.0 2016-11-28 14:38:07 +00:00
Dmitry Marakasov
5cbae451e2 - Fix LICENSE
- Add LICENSE_FILE
- Pet portlint
- Don't install COPYING with docs
- Add missing file to plist

Approved by:	portmgr blanket
2016-11-28 13:51:07 +00:00
Pawel Pekala
1d1ec74b9b Update to version 1.2.0
Additions
  Swedish translation (Ake Engelbrektson)
  CJK Encoding for Encoding Conversion Function (XIE Dongping)
  Spanish translation (Jose Vidal)
Changes
  Improved Amazon tag source album matching
  Czech translation (Pavel Fric)
Fixes
  #280 Turn off auto-saving "Enter description here" desciption for covert art
  Parsing tracks in Discogs if only a single artist (Frank Sachsenheim)
  Support for latest mutagen (Bruno Bergot)
2016-11-28 12:26:25 +00:00
Jason E. Hale
6657c639bf Update to 0.6
Use autoplist to fix build with Python 3.x

PR:		213711
Submitted by:	jhale
Approved by:	maintainer timeout (4 weeks)
2016-11-27 21:19:10 +00:00
Jason E. Hale
d8938c70b7 Update to 1.1.3
PR:		213715
Submitted by:	jhale
Approved by:	maintainer timeout (4 weeks)
2016-11-27 21:12:48 +00:00
David Naylor
4a9609d5d3 USES=mono: simplify EXTRACT_ONLY, fix nuget-extract [1]
- Instead of excluding the specific packages added to DISTFILES (but only for
   FreeBSD 9+), exclude all files with a '.nupkg' extension.
 - Move the nuget-extract command to be before post-extract, to allow the port's
   post-extract command to move packages around

audio/libgpod-sharp: add port for mono bindings for libgpod
 - audio/libgpod: [2]
   - USE_GNOME: add missing dependency
   - Remove mono files from pkg-plist (now in audio/libgpod-sharp)
   - Allow relevant variables to be overridden
   - Fix MONO options
   - Patch source to allow building with modern mono
   - Avoid post-install target for slave ports.

devel/monodevelop: update to 4.6.2.7
 - Update nuget package Fantomas to 2.4.0 (latest at time of monodevelop's
   release).
 - Downgrade nuget package FSharp.Compiler.CodeDom (per paket's specification)
 - LICENSE: Add license of LGPL21
 - LICENSE_FILE: Add license file from source
 - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)

games/openra: simplify post-extract [3]
 - USES=mono:nuget allow overridding of NUGET_PACKAGEDIR
 - Set NUGET_PACKAGEDIR to correct location, fix patching accordingly

lang/fsharp: update to 4.6.2.7
 ChangeLog:
  - Fix #639: Problems with F# scripts on Mono
  - Fix FSharp.Compiler.Tools targets for .NET Core usage
  - Fix FSharp.Compiler.Tools package dependencies

lang/mono: update to 4.6.2.7
 Mono 4.6.2 is the 1st service release to the 4.6 series.
 Changes:
  - LICENSE: Add license of MIT
  - LICENSE_FILE: Add license file from source
  - PORTSCOUT: Avoid checking alpha releases (aka x.y.0.z releases)
 Bug fixes:
  - #44708 - "TrustFailure (The authentication or decryption has failed.) ...
            Invalid certificate received from server." with "Error code: 0x5"
            or "Error code: 0xffffffff800b010f" when attempting to access
            HTTPS servers on ports other than 443
  - #39832 - SIGSEGV when running roslyn

multimedia/banshee: bump port revision.
 - Update missing port dependencies
 - Convert to use option helpers
 - OPTIONS: Add APPLEDEV (missing dependency added)
 - LICENSE: Add MIT license
 - LICENSE_FILE: Add license file from source
 - PORTSCOUT: Skip alpha release (2.9.1)

x11-toolkits/gnome-sharp20: fix port dependencies
 - Add missing dependencies
 - Convert post-patch to shebangfix
 - LICENSE: add LGPL21 license
 - LICENSE_FILE: use license file from source
 - MKAE_JOBS_UNSAFE: remove, does appear to work

x11-toolkits/gtk-sharp20: update to 2.12.42.

PR:		214680 [2]
PR:		214681
Suggested by:	jbeich [1]
Submitted by:	jbeich [3]
Approved by:	avilla (maintainer; timeout) [2]
2016-11-27 17:00:08 +00:00
Chris Rees
e222a2ab8e Update to 0.5.0
PR:		ports/214835
Submitted by:	Dmitrij D. Czarkoff <czarkoff@gmail.com>
2016-11-26 09:06:17 +00:00
Dmitry Marakasov
1a2a694bfa - Mark BROKEN: does not fetch (no such directory 'tools')
- Switch to options helpers
2016-11-25 09:20:45 +00:00
Carlos J. Puga Medina
9fa52b7e05 audio/sndio: Update to 1.2.0
- Update PORTVERSION and distinfo checksum (1.2.0)
- Remove unneeded patches
- Update pkg-message according to changes

- Improved OSS support
- Support for snd_uaudio(4) /dev/umidi* interfaces.  /dev/umidi1.0 maps to rmidi/1 in sndio, /dev/umidi1.1 to rmidi/1.1
- The configure script has support for DragonFly
- More detailed changes: https://pkg.tobik.me/sndio-1.2.0-changes.txt

PR:		214210
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Approved by:	feld (mentor)
2016-11-25 01:11:41 +00:00
Emanuel Haupt
1cdf1c071f - Fix build with libc++ 3.9
- Switch to USES=localbase
- Add LICENSE: GPLv2+ for VBA code, LGPL21 for bundled libresample code and
  NONE for playgsf code, as no license is specified neither for it nor for
  code it's based on (http://www.caitsith2.com/gsf/)

PR:		214653
Submitted by:	amdmi3
Reported by:	jbeich
2016-11-24 14:18:52 +00:00
Tobias C. Berner
65c15d2d54 Simplify the Makefile by switching to USES=qmake.
* This allows us to get rid of both manually specified targets.
* As no PLIST_SUBS are used, also OPTIONS_SUB can be dropped.
* Further, do not use QT_BINDIR and install the manpage to man/ intead of share/man.

PR:		214621
Approved by:	rakuco (mentor), takefu (maintainer)
2016-11-24 11:26:42 +00:00
Dmitry Marakasov
9efa909e84 - Pet portlint
- Add LICENSE
2016-11-24 09:29:46 +00:00
Sunpoet Po-Chuan Hsieh
be0552db2a - Update to 0.96
- Strip shared library

Changes:	http://search.cpan.org/dist/Audio-Scan/Changes
2016-11-23 20:05:41 +00:00
Dmitry Marakasov
a140075cb6 - Silence patching
- Fix some English

Approved by:	portmgr blanket
2016-11-23 18:32:33 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Antoine Brodin
b5592cac36 Fix build when python symlink is not present 2016-11-22 22:03:29 +00:00
Antoine Brodin
36f5faeb59 Fix build when python symlink is not present 2016-11-22 22:02:57 +00:00
Alexey Dokuchaev
583daec5aa In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
2016-11-22 14:04:21 +00:00
Jason E. Hale
cb4f6515de Update to 1.1.3
Build system converted to CMake
Take maintainership
2016-11-21 21:43:41 +00:00
Emanuel Haupt
1b16e9c295 Add shairport-sync 2.8.6, airPlay audio player with multi-room audio
synchronisation capability.
2016-11-20 17:32:49 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Jan Beich
23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
Sunpoet Po-Chuan Hsieh
b58e188904 - Use USES=ssl 2016-11-19 17:02:35 +00:00
John Marino
cbd5af7d23 audio/xmms-curses, sysutils/apachetop: Document ncurses requirement
Approved by:	ncurses blanket
2016-11-19 16:29:46 +00:00
John Marino
a61c348943 audio: pms, squash, tcd, waon: Document ncurses requirement
Approved by:	ncurses blanket
2016-11-19 16:04:55 +00:00
John Marino
576f0b67bb audio/gramofile: Document ncurses requirement and honor CFLAGS
While here, add DragonFly support
2016-11-19 15:56:53 +00:00
John Marino
6079f03101 audio: autocd, etcd, gramofile: Document ncurses requirement
Approved by:	ncurses blanket
2016-11-19 15:10:48 +00:00
Kurt Jaeger
c467ad3ee2 audio/teamspeak3-server: update 3.0.13.5 -> 3.0.13.6
- Fixed virtual server stops responding to clients
- TSDNS server now also listens on ipv6 when available
- TSDNS server Documentation updated

PR:		214641
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-11-19 13:24:18 +00:00
Jason E. Hale
7d8de86c49 Update to 0.4.4 2016-11-19 13:07:08 +00:00
Bernhard Froehlich
4db15cf3b9 Drop maintainership after more than 7 years. It's about time to pass it on. 2016-11-17 07:18:45 +00:00
Mark Linimon
9b5691d2c1 NOT_FOR_ARCH is the wrong spelling for NOT_FOR_ARCHS. But while
here, just change the line to the same form used for powerpc64.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 12:32:47 +00:00
Mark Linimon
329607593c Fix bogus BROKEN message.
Pointy hat to:	linimon
2016-11-16 02:58:40 +00:00
Jason E. Hale
e92b0d4ec9 Fix fetch
Move LICENSE earlier

Approved by:	portmgr (blanket)
MFH:		2016Q4 (blanket)
2016-11-16 01:43:27 +00:00
Mark Linimon
d864fd0302 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 05:03:05 +00:00
Jason E. Hale
5cc23085ec Update to 3.4.3
Rename a few options based on what they do vs. what libraries they use and use
standard descriptions where possible. Namely, CHROMAPRINT -> ACOUSTID,
ID3LIB -> MP3, MP4V2 -> MP4.

Add a few missing dependencies reported by stage-qa.

Cosmetic changes to make the Makefile a little more readable.
2016-11-13 10:11:05 +00:00
Ben Woods
67fa5297ad audio/logitechmediaserver: Fix build with perl 5.24
PR:		214267
Submitted by:	Mark Dixon (maintainer)
Reported by:	Alan Braslau <alan.braslau@comcast.net>
Approved by:	adamw (mentor, implicit)
2016-11-13 05:55:49 +00:00
Antoine Brodin
186a75aeda Spell CHOSEN_COMPILER_TYPE correctly
PR:		199098
2016-11-12 23:20:06 +00:00
Olivier Duchateau
345e13cecc Update to 1.35.1 2016-11-12 18:40:58 +00:00
Antoine Brodin
3e9f8351e9 Spell CHOSEN_COMPILER_TYPE correctly
PR:		199098
2016-11-12 17:38:26 +00:00
Jan Beich
4365088e18 audio/pulseaudio: simplify hw.snd.default_unit search
PR:		211684
Submitted by:	lightside <lightside@gmx.com>
MFH:		2016Q4 (r425809 bandwagon)
2016-11-09 22:06:42 +00:00
Jan Beich
eb137b5117 audio/pulseaudio: respect hw.snd.default_unit
PR:		211684
Submitted by:	lightside <lightside@gmx.com>
Reviewed by:	Tobias Kortkamp <t@tobik.me>
Approved by:	maintainer timeout (3 months)
MFH:		2016Q4 (notorious for affecting www/firefox)
2016-11-09 21:54:29 +00:00
Mark Linimon
17e48e339b The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. 2016-11-08 19:29:56 +00:00
Mark Linimon
a18b60f675 Mark as broken on arm64.
Approved by:	portmgr (tier-2 blanket)
2016-11-08 08:08:48 +00:00
Dmitry Marakasov
821cb4e51e - Fix LICENSE handling 2016-11-07 14:25:33 +00:00
Koop Mast
6127c90e25 Bump virtual_oss to 1.1.2.
* Build fixes for the new libsamplerate.

Submitted by:	maintainer
Reported by:	pkg-fallout@
2016-11-06 20:58:30 +00:00
Baptiste Daroussin
78cf9bd70f Fix build with gcc 4.2 2016-11-06 10:01:56 +00:00
Baptiste Daroussin
23a3651bac Update to 1.0.27 2016-11-05 19:45:20 +00:00
Baptiste Daroussin
e39883a506 Update to 0.1.9 2016-11-05 19:43:04 +00:00
Jan Beich
d0e1ac1a7e audio/lv2core: deprecate in favor of audio/lv2 (try#2)
- Switch existing consumers to audio/lv2

PR:		197126, 213285 (for tracking)
2016-11-05 02:59:28 +00:00
Jan Beich
5bc47d582c audio/linuxsampler: rename LV2CORE to LV2 like in audio/calf 2016-11-05 02:59:15 +00:00
Jan Beich
ce7757fd6f audio/lv2core: backout r425367 to re-land cleanly 2016-11-05 02:59:01 +00:00
Jan Beich
dc3cd5a3b6 audio/lv2core: oops, November 31 doesn't exist
$ portlint
FATAL: Makefile: [18]: EXPIRATION_DATE (2016-11-31) is either not in YYYY-MM-DD format or it is not a valid date.

Reported by:	dvl (via freshports)
2016-11-05 02:21:28 +00:00
Jan Beich
b67e8979ff audio/slv2: drop hack unnecessary after r425366 2016-11-05 01:31:45 +00:00
Jan Beich
a27e463559 audio/lv2: oops, restore comment after r425366 2016-11-05 01:23:01 +00:00
Jan Beich
5b884f4bfa audio/lv2core: deprecate in favor of audio/lv2
- Switch existing consumers to audio/lv2

PR:		197126, 213285 (for tracking)
2016-11-05 01:19:47 +00:00
Jan Beich
b94204b3ea audio/lv2: fix substitution in lv2core.pc
Only noticed by broken -export-symbols-regex (libtool) in audio/calf.

  --- /usr/local/libdata/pkgconfig/lv2core.pc	before
  +++ /usr/local/libdata/pkgconfig/lv2core.pc	after
  @@ -1,10 +1,10 @@
   prefix=/usr/local
  -exec_prefix=
  -libdir=/usr/local/lib
  -includedir=/usr/local/include
  +exec_prefix=${prefix}
  +libdir=${exec_prefix}/lib
  +includedir=${prefix}/include

   Name: lv2core
  -Version:
  +Version: 12.0
   Description: An audio plugin interface specification.
   Libs:
   Cflags: -I${includedir}

PR:		213285
Submitted by:	Michael Beer <beerml@sigma6audio.de> (maintainer)
2016-11-05 01:19:19 +00:00
Thomas Zander
dfb90d6609 Fix build with ffmpeg 3.x
PR:		214185
Submitted by:	riggs
Reported by:	jbeich
Approved by:	t@tobik.me (maintainer)
2016-11-04 20:03:43 +00:00
Jason E. Hale
2b6803bb9e - Sync with Github 632e879 to allow building with upcoming ffmpeg 3.x [1]
- This includes several changes that were already made by local patches
- Changes since release:
  - Fix taglib detection
  - Fix build with ffmpeg 3.x
  - Fix build with gcc 6
- Add dependency on desktop-file-utils to satisfy stage-qa
- Bump PORTREVISION

PR:		214183 [1]
Submitted by:	jbeich [1]
2016-11-04 14:55:05 +00:00
Jan Beich
a959457ec0 audio/libgroove: unbreak build with ffmpeg 3.x
groove/encoder.c:84:19: error:
      'avcodec_encode_audio2' is deprecated [-Werror,-Wdeprecated-declarations]
    int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet);
                  ^
/usr/local/include/libavcodec/avcodec.h:5283:5: note: 'avcodec_encode_audio2' has been explicitly
      marked deprecated here
int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
    ^
groove/encoder.c:84:52: error: 'codec'
      is deprecated [-Werror,-Wdeprecated-declarations]
    int errcode = avcodec_encode_audio2(e->stream->codec, &e->pkt, frame, &got_packet);
                                                   ^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
      here
    AVCodecContext *codec;
                    ^
groove/encoder.c:94:5: error:
      'av_free_packet' is deprecated [-Werror,-Wdeprecated-declarations]
    av_free_packet(&e->pkt);
    ^
/usr/local/include/libavcodec/avcodec.h:4472:6: note: 'av_free_packet' has been explicitly marked
      deprecated here
void av_free_packet(AVPacket *pkt);
     ^
groove/encoder.c:101:34: error:
      'codec' is deprecated [-Werror,-Wdeprecated-declarations]
        avcodec_close(e->stream->codec);
                                 ^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
      here
    AVCodecContext *codec;
                    ^
groove/encoder.c:134:44: error:
      'codec' is deprecated [-Werror,-Wdeprecated-declarations]
    AVCodecContext *codec_ctx = e->stream->codec;
                                           ^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
      here
    AVCodecContext *codec;
                    ^
groove/encoder.c:148:16: error:
      'codec' is deprecated [-Werror,-Wdeprecated-declarations]
    e->stream->codec = codec_ctx;
               ^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
      here
    AVCodecContext *codec;
                    ^
groove/encoder.c:620:24: error:
      'codec' is deprecated [-Werror,-Wdeprecated-declarations]
        0 : e->stream->codec->frame_size;
                       ^
/usr/local/include/libavformat/avformat.h:893:21: note: 'codec' has been explicitly marked deprecated
      here
    AVCodecContext *codec;
                    ^
7 errors generated.

PR:		207547
2016-11-04 07:37:48 +00:00
Jan Beich
89bb99dcc6 audio/timidity: modernize
- Convert to option helpers
- Convert to COPYTREE_SHARE, CONFLICTS_INSTALL
- Turn goemon font into an actual option
- Use TDIR/TCONFIG variables more

Tested by:	mtree -k sha256 -cp <before> | mtree -p <after> # is silent
2016-11-03 12:21:56 +00:00
Jan Beich
bfa84aafa5 Pass maintainership of PEAR ports to the submitter
PR:		214011 214012 214013 214014 214015 214016 214017
PR:		214018 214019 214021 214022 214023 214024 214025
PR:		214026 214027 214028 214029 214030 214031 214032
PR:		214033 214034 214035 214036 214037 214038 214039
PR:		214040 214041 214042 214043 214044 214045 214046
PR:		214047 214048 214049 214050 214051 214052 214053
PR:		214054 214055 214056 214057 214058 214059 214060
PR:		214061 214062 214063 214064 214066 214067 214068
PR:		214071 214072 214073 214074 214075 214076 214077
PR:		214078 214079 214080 214081 214082 214083 214084
PR:		214085 214086 214087 214088 214089 214090 214091
PR:		214092 214093 214094 214095 214096 214097 214098
PR:		214099 214100 214101 214102 214103 214104 214108
PR:		214109 214110 214111 214112 214113 214114 214115
PR:		214116 214117 214118 214119 214120 214121 214122
PR:		214123 214124 214125 214126 214127 214128 214129
PR:		214130 214131 214132 214133 214134 214135 214136
PR:		214137 214138 214139 214140 214141 214142 214143
PR:		214144 214145 214146 214147 214148 214149 214150
PR:		214151 214152
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-11-03 06:32:16 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Jan Beich
9b7a865490 audio/lv2: oops, sort LICENSE field 2016-10-31 20:51:58 +00:00
Jan Beich
fac48329ed audio/lv2: add new port
PR:		197126, 213285 (based on)
Submitted by:	Radim Kolar <hsn@sendmail.cz>, Michael Beer <beerml@sigma6audio.de>

LV2 is an open standard for audio plugins, used by hundreds of plugins
and other projects. At its core, LV2 is a simple stable interface,
accompanied by extensions which add functionality to support the needs
of increasingly powerful audio software.

http://lv2plug.in/
2016-10-31 20:40:43 +00:00
Daniel Eischen
bc4430fd96 Bump port revision for last change. Change my email address
to my freebsd.org one.
2016-10-31 14:14:44 +00:00
Daniel Eischen
c93a449d67 Make this work with CAM again. 2016-10-31 14:06:39 +00:00
Thomas Zander
d9808babc5 Update to upstream version 3.0.13.5
PR:		213794
Submitted by:	Ultima1252@gmail.com (maintainer)
2016-10-29 12:59:09 +00:00
Alexey Dokuchaev
bb20c8e307 Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description.  Those ports where it meant something more specific were
left untouched.
2016-10-28 17:55:30 +00:00
Kurt Jaeger
d2da5f386f audio/lmms: remove wrongly used PLIST_SUB from pkg-plist
PR:		210102
Submitted by:	Tobias C.Berner <tcberner@gmail.com>
Approved by:	rodrigo (maintainer timeout)
2016-10-28 17:04:12 +00:00
Alexey Dokuchaev
17342290d7 - Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line
2016-10-28 16:00:45 +00:00
Tobias C. Berner
fd25474611 Remove wrongly used QT-related plist-subs from plist
%%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
by chance, and should not be used that way.

Approved by: portmgr (blanket), rakuco (mentor)
2016-10-28 13:08:40 +00:00
Koop Mast
be778b4914 Add virtual_oss and it's graphical control panel virtual_oss_ctl.
Virtual OSS is an audio mixing application that multiplexes and demultiplexes
a single OSS device into multiple customizable OSS compatible devices using
character devices in userspace. These devices can be used to record played
back audio and mix the individual channels in multiple ways. Virtual OSS
also supports playback and recording through bluetooth audio devices.

Submitted by:	Hans Petter Selasky
2016-10-28 13:03:39 +00:00
Emanuel Haupt
701c624b42 - Add LICENSE
- USES tar:tgz
- Take maintainership as it is required as a dependecny
  of one of my ports
2016-10-28 10:29:33 +00:00
Dmitry Marakasov
4bb12e1f34 - Add LICENSE
- Fix build on 12.x (where dirname(3), basename(3) now take char* instead of const char*)

Approved by:	portmgr blanket
2016-10-27 12:59:41 +00:00
Jan Beich
bb5b886fe5 audio/pulseaudio-module-sndio: update to 9.0 to unbreak after r424621
cc -shared module-sndio.o  -Wl,-rpath -Wl,/usr/local/lib  -Wl,-rpath -Wl,/usr/local/lib/pulseaudio   -fstack-protector  -L/usr/local/lib  -L/usr/local/lib/pulseaudio  -lpulsecore-8.0  -lpulsecommon-8.0  -lpulse  -lsndio  -o module-sndio.so
/usr/bin/ld: cannot find -lpulsecore-8.0
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Changes:	https://github.com/t6/pulseaudio-module-sndio/compare/8.0...9.0
PR:		213825
Reported by:	pkg-fallout
Submitted by:	Tobias Kortkamp (maintainer)
2016-10-27 10:16:09 +00:00
Mathieu Arnold
049b644311 The OpenSSL selection is done globally with DEFAULT_VERSIONS.
Sponsored by:	Absolight
2016-10-26 14:05:21 +00:00