| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=452570
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
selected at run time with e.g. ':set output-plugin pulse'.
- Add SNDIO option
- Add LICENSE_FILE (yes, the filename is really LICENCE ;))
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11120
Notes:
svn path=/head/; revision=443440
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note: this skips all the ports that _sometimes_ fail with CMake errors. We
need to investigate that problem, and find out if it is specific to the qemu
environment.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=441874
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Convert SOUND from OPTIONS_MULTI to OPTIONS_SINGLE. The arguments show that it is meant to be exclusive.
* Add options for FFMPEG and MPG123 as they are picked up if installed. Further patch in toggleability for FFMPEG.
Reviewed by: rakuco
Approved by: rakuco (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D10836
Notes:
svn path=/head/; revision=441321
|
|
|
|
|
|
|
|
| |
Submitted by: olivierd@
With hat: portmgr-secretary
Notes:
svn path=/head/; revision=436494
|
|
|
|
|
|
|
|
|
| |
PR: 216847
Reported by: pkubaj@anongoth.pl
MFH: 2017Q1
Notes:
svn path=/head/; revision=434359
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412344
|
|
|
|
|
|
|
|
|
|
|
| |
while here:
- fix tab alignment
- link with ncurses, not curses
approved by: infrastructure blanket
Notes:
svn path=/head/; revision=408403
|
|
|
|
|
|
|
|
|
|
| |
- Adjust dependencies
- Replace _SINGLE option by _MULTI, according to Tim van der Molen (main
developer of Siren), output plugin (here OSS and PulseAudio) can be selected
at runtime
Notes:
svn path=/head/; revision=395795
|
|
|
|
|
|
|
|
|
| |
- Reoarganize options helper
ChangeLog: http://www.kariliq.nl/hg/siren/raw-file/siren-0.5/CHANGES
Notes:
svn path=/head/; revision=380447
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=374303
|
|
|
|
| |
Notes:
svn path=/head/; revision=371234
|
|
supports Ogg Vorbis, MP3, FLAC, WavPack, WAVE, AIFF and a few other file
formats.
WWW: http://www.kariliq.nl/siren/
Notes:
svn path=/head/; revision=366354
|