Thomas Zander
4c2db26adf
audio/fluidsynth: Update to upstream version 2.2.3
...
MFH: 2021Q4
2021-10-04 06:56:46 +02:00
Yuri Victorovich
5708ae4005
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
...
Big thank you to Florian Walpen <dev@submerge.ch > and
Goran Mekić <meka@tilda.center > for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch > (original version)
2021-08-02 09:03:15 -07:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles.
2021-04-06 16:31:07 +02:00
Guido Falsi
2eed772431
- Update audacious to 4.1
...
- Update audacious-plugins to 4.1
2021-02-21 10:12:06 +00:00
Guido Falsi
7a6b4762ed
- Add options to enable adplug and openmt plugins
...
- Enable by default support for adplug, openmt and sid
Submitted by: ehaupt (via email)
2020-12-29 18:01:11 +00:00
Guido Falsi
249afe6331
- Enable PULSEAUDIO option by default so this plugin is available
...
in the binary package.
- While here reflow options.
Requested by: Usama Hashimi <usama.cit@gmail.com >
2020-12-16 10:10:26 +00:00
Thomas Zander
8337fc6d5f
Chase libsndfile 1.0.30 update.
...
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00
Tobias Kortkamp
a167bf51dd
audio/sndio: Update to 1.7.0
2020-07-12 09:30:28 +00:00
Guido Falsi
38b3e4cb3e
- Update audacious and audacious-plugins to 4.0.5
...
- Remove upstreamed patch.
2020-07-11 12:57:18 +00:00
Guido Falsi
8fa11dec06
- Update audacious to 4.0.4
...
- Remove gtk3 versions, upstream discountinued support for that UI [1]
- Flavorize port and make qt (upstream main UI) version the
default flavor
- Add gtk2 as a flavor, although the gtk2 UI is deprecated upstream
- Take maintainership
[1] https://redmine.audacious-media-player.org/boards/1/topics/2489?r=2500#message-2500
Approved by: portmgr (flavors addition)
Differential Revision: https://reviews.freebsd.org/D25591
2020-07-08 20:05:07 +00:00
Christian Weisgerber
ec6a4ada8e
Switch the CDDB default to gnudb.org.
...
The freedb.org CD track database has been discontinued.
2020-07-07 14:47:51 +00:00
Jason E. Hale
c8f8eeb670
Update sysutils/libcdio to 2.1.0
...
Update sysutils/libcdio-paranoia to 10.2+2.0.1
Bump PORTREVISION on consumers due to shared library version increase
2019-12-12 15:11:33 +00:00
Tobias Kortkamp
863110e9f9
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round
2019-11-14 12:39:42 +00:00
Niclas Zeising
7ad72d866d
Add USES=xorg USES=gl, ports categories l and m
...
Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:09:44 +00:00
Niclas Zeising
82f108df30
Add USES=xorg USES=gl, ports categories m
...
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00
Thomas Zander
5f1b7d2fe3
Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
...
PR: 240890
2019-09-29 10:04:31 +00:00
Jan Beich
325aed58cb
multimedia/ffmpeg: update to 4.2
...
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Gerald Pfeifer
ea8c8ec7da
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
2019-07-26 20:46:53 +00:00
Thomas Zander
6288626867
Chase update of fluidsynth to 2.0.3
...
PR: 233448
2019-03-02 16:55:53 +00:00
Tobias Kortkamp
f50b94a416
Use USE_SDL where appropriate
2019-01-13 16:08:40 +00:00
Tobias Kortkamp
694c1920d0
Do not set OPTIONS_SUB twice
2019-01-08 09:06:37 +00:00
Fernando Apesteguía
28639fd6b1
multimedia/audacious*: Update to 3.10.1
...
This is a bugfix release:
#817 Crash on invalid tuple D-Bus request
#819 Playlist search in Qt5 is really slow on huge playlists
#822 Song Info window takes 10 seconds to appear, UI freezes, when listening to
an MP3 stream
#828 Info popup causes segmentation fault in Qt 5 UI
#831 Playlist drag-and-drop no longer working in 3.10 (Qt UI)
#854 Floating-point WavPack files play as noise
Reported by: portscout
2018-12-27 21:36:10 +00:00
Gerald Pfeifer
a9f015d155
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
2018-12-12 01:35:33 +00:00
Jan Beich
0872f77fd4
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/
2018-11-06 01:50:26 +00:00
Guido Falsi
782ee63898
- Update audaciouss ports to 3.10
...
- Add explicit FILEWRITER option to control the filewriter plugin
(enabled by default)
- Group output plugins
- Remove some unnecessary patches
- Modernise and cleanup
PR: 231427
Submitted by: Nathan <ndowens@yahoo.com >
2018-09-18 14:50:27 +00:00
Tobias Kortkamp
7a8c0de6e5
Add SNDIO option to multimedia/audacious-plugins{,-gtk3}
2018-09-18 06:40:32 +00:00
Gerald Pfeifer
09f9633cb6
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
2018-07-29 22:18:44 +00:00
Thomas Zander
ab5210f409
Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11
...
PR: 228265
2018-06-01 22:16:11 +00:00
Dmitry Marakasov
e34b05dfac
- Fix license
...
- Whitespace fixes
- Update WWW
2018-05-21 09:34:11 +00:00
Jan Beich
c400a2c8b6
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
2018-05-02 15:07:27 +00:00
Jason E. Hale
656577b723
Update sysutils/libcdio to 2.0.0
...
- Add regression tests
Update multimedia/vcdimager to 2.0.1
- Previous version is incompatible with new libcdio API; update was neccesary
- Add regression tests
- Fix LICENSE
- Sort pkg-plist
- Update WWW in pkg-descr
Bump PORTREVISON on dependent ports due to libcdio shared libary increase
Changes (libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0
Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS
Differential Revision: https://reviews.freebsd.org/D14469
2018-04-05 20:13:33 +00:00
Jan Beich
84e727457f
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
2017-10-21 06:50:49 +00:00
Thomas Zander
ddd06fa65e
Update to upstream version 3.9
...
PR: 222604
Submitted by: duchateau.olivier@gmail.com
2017-09-30 13:20:55 +00:00
Mathieu Arnold
3fcd0e41de
Remove USES=execinfo.
...
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Gerald Pfeifer
e59c88cece
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
2017-09-10 20:55:38 +00:00
Matthew Rezny
b760897dde
Revision bump of all ports with USE_GL after consolidation of mesa-libs
...
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Thomas Zander
b50a4186ce
Chase ffmpeg 3.3 update (ABI changes)
...
PR: 218658
Submitted by: riggs
2017-04-25 08:20:30 +00:00
Gerald Pfeifer
04d6f52202
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
2017-04-01 15:23:30 +00:00
Rene Ladan
c1da7c8cad
Take in olivierd@'s commit bit on his request.
...
Submitted by: olivierd@
With hat: portmgr-secretary
2017-03-19 14:02:23 +00:00
Thomas Zander
8215c086e5
Chase wavpack update: bump PORTREVISION on ports linking to it by default
...
PR: 216847
Reported by: pkubaj@anongoth.pl
MFH: 2017Q1
2017-02-18 15:23:53 +00:00
Olivier Duchateau
e35224a057
- Update to 3.8.2
...
- Remove unneeded patch
2017-01-30 19:19:13 +00:00
Olivier Duchateau
25ee9ffb50
- Fix memory issue with AAC plugin
...
- Bump PORTREVISION
Reported by: gnn@ (private email)
Obtained from: Upstream repository
MFH: 2017Q1
2017-01-28 20:50:43 +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
Olivier Duchateau
1aa1ae9100
Update to 3.8.1
2016-12-10 14:04:58 +00:00
Olivier Duchateau
4d27f32190
- Update to 3.8
...
- Adjust dependencies (reported by QA script)
- Replace LDFLAGS and LDFLAGS by USES= localbase
- Remove TOOLKITS (delete all reference to QT5) and AOSDXCOMP options
Add multimedia/audacious-plugins-gtk3 port
2016-09-22 12:46:36 +00:00
Tilman Keskinoz
4efbbe5d03
Update libcdio: 0.92 -> 0.93
...
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1
Bump PORTREVISIONs of dependents because of shared library version bump.
2016-04-29 15:20:28 +00:00
Olivier Duchateau
410cec86fa
Bump PORTREVISION after update of textproc/libcue, revision r413589
2016-04-18 17:21:59 +00:00
Mathieu Arnold
8d6597e0bb
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:16:16 +00:00
Olivier Duchateau
069ed66efc
- Update to 3.7.2
...
- Hide (temporarily) QT5 option, because Audacious crashes too often with
this toolkit
2016-03-30 20:34:42 +00:00
Olivier Duchateau
af422a3e1b
- Add CUE option in default build package
...
- Bump PORTREVISION
Requested by: glebius@
2016-03-17 04:38:51 +00:00