Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:30 1.2.12_2 |
Tobias C. Berner (tcberner)  |
multimedia: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron LI <aly@aaronly.me>
* Alexander Botero-Lowry <alexbl@FreeBSD.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrew Thompson <andy@fud.org.nz>
* Andrew Thompson <thompsa@FreeBSD.org>
* Angel Carpintero <ack@telefonica.net>
* Anish Mistry (with help from mean)
* Anonymous <swell.k@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
11 Jul 2022 21:46:56 1.2.12_2 |
Po-Chuan Hsieh (sunpoet)  |
audio/libmad: Set SONAME to libmad.so.0 instead of libmad.so.0.16.2
- Bump PORTREVISION of dependent ports for shlib change
- Bump PORTREVISION for package change |
07 May 2022 21:04:11 1.2.12_1 |
Daniel Engberg (diizzy)  |
multimedia/libxine: Fix build with libmad 0.16
Filename for libmad's pc file is now libmad.pc
Approved by: portmgr (blanket) |
27 Apr 2022 13:22:28 1.2.12_1 |
Piotr Kubaj (pkubaj)  |
multimedia/libxine: remove not necessary powerpc check |
23 Mar 2022 15:35:46 1.2.12_1 |
Fernando ApesteguĂa (fernape)  |
multimedia/libxine: Fix conditional pkg-plist
Fixes pkg-plist when:
* WAYLAND option is disabled
* VAAPI option is disabled
PR: 262715 262647
Reported by: Olivier Certner <olivier.freebsd@free.fr>, russo@bogodyn.org |
18 Mar 2022 20:44:49 1.2.12_1 |
Jan Beich (jbeich)  Author: VVD |
multimedia/libxine: unbreak DAV1D=on after 3468f1957cf2
dav1d.c:547:12: error: no member named 'n_frame_threads' in 'struct
Dav1dSettings'
settings.n_frame_threads = (ncpu > 8) ? 4 : (ncpu < 2) ? 1 : ncpu/2;
~~~~~~~~ ^
dav1d.c:548:12: error: no member named 'n_tile_threads' in 'struct
Dav1dSettings'
settings.n_tile_threads = MAX(1, ncpu - settings.n_frame_threads + 1);
~~~~~~~~ ^
dav1d.c:548:52: error: no member named 'n_frame_threads' in 'struct
Dav1dSettings'
settings.n_tile_threads = MAX(1, ncpu - settings.n_frame_threads + 1);
~~~~~~~~ ^
dav1d.c:548:52: error: no member named 'n_frame_threads' in 'struct
Dav1dSettings'
settings.n_tile_threads = MAX(1, ncpu - settings.n_frame_threads + 1);
~~~~~~~~ ^
/usr/include/sys/param.h:306:34: note: expanded from macro 'MAX' (Only the first 15 lines of the commit message are shown above ) |
18 Mar 2022 14:41:26 1.2.12_1 |
Jan Beich (jbeich)  |
multimedia/dav1d: update to 1.0.0
Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by: Repology |
15 Mar 2022 12:58:27 1.2.12 |
Fernando ApesteguĂa (fernape)  |
multimedia/libxine: update to 1.2.12
From ChangeLog:
https://sourceforge.net/projects/xine/files/xine-lib/1.2.12/README.txt/download
* Add string tree library (generic info parser).
* Add OpenSL ES audio output plugin.
* Add mpeg-dash input plugin.
* Add crypto input plugin.
* Add VAAPI support to opengl2 video output (requires using EGL).
* Better hls support.
* Improved DVB/live stream timing.
* Improved BT.2020 support.
* Fix compatibility with ffmpeg 5.0.
* Fix RSS parser.
* Fix output parameter setting (audio amplification, video hue etc.).
* Fix AC3 demuxer.
* Diverse small fixes and optimizations.
* Update german translation.
* Code cleanup.
* Build fixes.
Update plugins directory references in dependent ports
Bump PORTREVISION
Reported by: portscout |
11 Dec 2021 13:50:53 1.2.11_7 |
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
14 Oct 2021 22:20:58 1.2.11_7 |
Jan Beich (jbeich)  |
multimedia/aom: force rebuild consumers after 6f68add3f9ab
$ ffmpeg ... -c:v libaom-av1 ...
[libaom-av1 @ 0x804a89900] 3.2.0
[libaom-av1 @ 0x804a89900] Failed to initialize encoder: ABI version mismatch
Error initializing output stream 0:0 -- Error while opening encoder for output
stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
https://aomedia.googlesource.com/aom/+/bbdfa68d13a0%5E%21/ |
09 Oct 2021 00:45:18 1.2.11_6 |
Jan Beich (jbeich)  |
multimedia/libvpx: update 1.11.0
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.10.0..v1.11.0
Reported by: portscout, Repology |
02 Aug 2021 16:03:15 1.2.11_5 |
Yuri Victorovich (yuri)  |
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) |
22 Jun 2021 18:53:08 1.2.11_4 |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
16 Jun 2021 09:00:19 1.2.11_3 |
Piotr Kubaj (pkubaj)  |
multimedia/libxine: fix build on powerpc
Use GNU assembler:
ppcasm_string.S:46:15: error: unsupported directive '.stabs'
.stabs "src/xine-utils",100,0,0,. |
11 May 2021 09:48:08 1.2.11_3 |
Li-Wen Hsu (lwhsu)  |
multimedia/libxine: Complete removing GNOMEVFS2 option
Missed in 24c35addb4584b1323b14899f8a5d7469363a07c
PR: 255574
Reported by: Felix Palmen <felix@palmen-it.de> |
10 May 2021 16:54:10
 |
Li-Wen Hsu (lwhsu)  |
multimedia/libxine: Remove GNOMEVFS2 option
GNOME=gnomevfs2 was removed in
8e6f2eb82e5edec98737d1f9c12361343def00c7
PR: 255574
Reported by: Jack <xxjack12xx@gmail.com> |
01 May 2021 17:55:55 1.2.11_3 |
Tobias Kortkamp (tobik)  |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
29 Apr 2021 19:14:18 1.2.11_3 |
Ganael LAPLANCHE (martymac)  |
multimedia/libdvd{read,nav}: Update to latest version
Update libdvdread to 6.1.2, changelog:
https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS
Update libdvdnav to 6.1.1, changelog:
https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog
and bump dependent ports' revisions. |
06 Apr 2021 14:31:07 1.2.11_2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Mar 2021 06:02:55
1.2.11_2 |
tobik  |
multimedia/libxine: Fix build on i386
pkg-static: Unable to access file
/wrkdirs/usr/ports/multimedia/libxine/work/stage/usr/local/lib/xine/plugins/2.9/xineplug_decode_qt.so:No
such file or directory |
23 Mar 2021 22:01:06
1.2.11_2 |
jbeich  |
multimedia/aom: update to 3.0.0
Changes: https://aomedia.googlesource.com/aom/+log/v2.0.2..v3.0.0
Reported by: portscout |
12 Feb 2021 19:21:42
1.2.11_1 |
tcberner  |
multimedia/libxine: use IMAGEMAGICK_DEFAULT
Default version handling for Image Magick was introduced in r564968.
PR: 253443
Submitted by: VVD <vvd@unislabs.com> |
10 Feb 2021 19:20:07
1.2.11 |
tcberner  |
multimedia/libxine: fix linking against openssl
This fixes the build on DragonflyBSD (and likely openssl from ports):
[...]
tls/tls_openssl.c:183: error: undefined reference to 'ERR_get_error'
tls/tls_openssl.c:183: error: undefined reference to 'ERR_error_string'
tls/tls_openssl.c:199: error: undefined reference to 'ERR_get_error'
[...]
Reported by: tuxillo@quantumachine.net |
12 Jan 2021 12:34:42
1.2.11 |
tcberner  |
multimedia/libxine: Update to 1.2.11, Add ImageMagick7 support
Changelog:
https://sourceforge.net/p/xine/xine-lib-1.2/ci/default/tree/ChangeLog:
xine-lib (1.2.11) 2020-12-06
* Add gopher input plugin.
* Add user settings for IPv6.
* Split a52 spdif output to separate decoder.
* Code cleanup.
* More engine optimization.
* Small optimizations (opengl2, dvb subtitles, png, mpeg-ts).
* Better A/V sync.
* Fix a few crashes.
* Fix bluray playback.
* Fix VAAPI picture jitter and green flashes.
* Fix Opus and EAC3 audio playback. (Only the first 15 lines of the commit message are shown above ) |
15 Nov 2020 13:16:55
1.2.9_13 |
mikael  |
multimedia/libxine: fix build on aarch64
aarch64 requires binutils:
configure: error: no acceptable as found in $PATH |
12 Jul 2020 09:30:29
1.2.9_13 |
tobik  |
audio/sndio: Update to 1.7.0 |
27 Mar 2020 11:23:42
1.2.9_12 |
martymac  |
Update multimedia/libdvdread and multimedia/libdvdnav to 6.1.0
Changelogs are available here:
https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS
https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog
Also, bump dependent ports' revisions and mark sysutils/dvdbackup as BROKEN [1]
Approved by: ehaupt [1] |
12 Dec 2019 15:11:33
1.2.9_11 |
jhale  |
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 |
06 Nov 2019 18:07:22
1.2.9_10 |
zeising  |
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. |
16 Oct 2019 10:07:29
1.2.9_10 |
martymac  |
Update multimedia/libdvdread and multimedia/libdvdnav
- Update multimedia/libdvdread to 6.0.2 and bump dependent ports' revisions
(shared library version changed)
- Update multimedia/libdvdnav to version 6.0.1 (no ABI change) |
09 Oct 2019 12:06:22
1.2.9_9 |
bapt  |
Drop the ipv6 virtual category for m* category as it is not relevant anymore |
05 Aug 2019 23:06:50
1.2.9_9 |
jbeich  |
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/ |
07 Apr 2019 12:09:24
1.2.9_8 |
riggs  |
Chase update of libbluray to upstream release 1.1.1 |
15 Mar 2019 15:27:32
1.2.9_7 |
jbeich  |
multimedia/libva: move GLX into slave
libva-glx isn't widely used and makes it hard to unify mesa-* ports
into one due to circular dependency.
See also: https://github.com/mpv-player/mpv/commit/a18dc01655b8
Obtained from: Greg V (based on) |
25 Feb 2019 13:01:06
1.2.9_6 |
bapt  |
First step at deorbitting esound:
remove esound options where it is possible to, category multimedia |
06 Feb 2019 13:33:13
1.2.9_5 |
jbeich  |
multimedia/libvpx: update 1.8.0
www/firefox, www/firefox-esr, mail/thunderbird wait for upstream fix via
https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.7.0..v1.8.0
ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ |
10 Nov 2018 19:57:08
1.2.9_4 |
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
06 Nov 2018 01:50:27
1.2.9_4 |
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/ |
29 Sep 2018 08:04:27
1.2.9_3 |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
01 Sep 2018 17:05:48
1.2.9_2 |
antoine  |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
31 Aug 2018 14:55:04
1.2.9_1 |
tobik  |
multimedia/libxine: Enable PIXBUF by default instead of IMAGEMAGICK
gxine needs an image decoder plugin enabled in libxine to build.
Use gdk-pixbuf2 for this instead of ImageMagick as it is more
lightweight and does not bring in ghostscript.
Discussed with: danfe, ndowens@yahoo.com |
31 Aug 2018 08:16:18
1.2.9 |
tobik  |
multimedia/libxine: Update to 1.2.9
- Cleanup options
- Enable IMAGEMAGICK by default
- Make DVB support optional but leave it enabled by default
- Add SNDIO option
- Properly order pkg-plist
- Unbreak on aarch64
- Bump revision of dependent ports [1]
Changes: https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view
ABI: https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1]
PR: 219921
Reported by: emorrasg@yahoo.es
Submitted by: w.schwarzenfeld@utanet.at (initial version), Nathan
<ndowens@yahoo.com>
Reviewed by: mat, tobik
Differential Revision: https://reviews.freebsd.org/D16840 |
02 May 2018 15:07:27
1.2.6_18 |
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 |
27 Apr 2018 13:32:11
1.2.6_17 |
jbeich  |
multimedia/libxine: unbreak with ffmpeg 4.0
video_out_vaapi.c:3122:83: error: use of undeclared identifier
'FF_INPUT_BUFFER_PADDING_SIZE'
frame->vo_frame.base[0] = av_mallocz (frame->vo_frame.pitches[0] * height
+ FF_INPUT_BUFFER_PADDING_SIZE);
^
PR: 227726
Obtained from: upstream (xine-lib 1.2.8) |
05 Apr 2018 20:13:34
1.2.6_17 |
jhale  |
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 |
17 Feb 2018 21:45:30
1.2.6_16 |
yuri  |
multimedia/libbluray: Update to 1.0.2
Additional port changes:
* Changed to DISTVERSION
* Removed USES=autoreconf (not needed)
* Added post-extract creating symlink linux->freebsd
Bumped 6 depending ports.
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14406 |
23 Dec 2017 07:03:21
1.2.6_15 |
antoine  |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
22 Dec 2017 14:13:21
1.2.6_14 |
emaste  |
multimedia/libxine: set LLD_UNSAFE to avoid lld
libxine relies on ld.bfd's permissive treatment of shared library
symbols with protected visibility, and attempting to link with lld
fails with errors like:
/usr/bin/ld: error: cannot preempt symbol: xine_get_version_string
>>> defined in ../src/xine-engine/.libs/libxine.so
>>> referenced by xine-list.c:98
>>> xine-list.o:(main)
For now set LLD_UNSAFE=yes so that the port will continue to link with
ld.bfd if /usr/bin/ld is lld, until the issue can be addressed (with a
change in libxine or in lld).
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
12 Dec 2017 21:29:57
1.2.6_14 |
madpilot  |
- Update libva to 2.0.0
- Update libva-intel-driver to 2.0.0
- Update libva-utils to 2.0.0
- Bump dependent ports due to shlib bump
- Import upstream patch to fix multimedia/mpv [1]
- Import upstream patch to fix multimedia/gstreamer1-vaapi [2]
Approved by: cpm [1], multimedia (timeout) [2]
Obtained
from: https://github.com/mpv-player/mpv/commit/2ecf240b1cd20875991a5b18efafbe799864ff7f
[1]
https://cgit.freedesktop.org/gstreamer/gstreamer-vaapi/commit/gst-libs/gst/vaapi/gstvaapiutils.c?id=777bba473e3ed1c7b8b7f7f0322892851c70dfd9
[2]
Differential Revision: https://reviews.freebsd.org/D12761 |
21 Oct 2017 06:50:50
1.2.6_13 |
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 |
22 Sep 2017 10:48:29
1.2.6_12 |
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
23 May 2017 05:03:16
1.2.6_12 |
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
25 Apr 2017 08:20:31
1.2.6_11 |
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
25 Mar 2017 23:37:05
1.2.6_10 |
antoine  |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
21 Mar 2017 21:59:31
1.2.6_9 |
antoine  |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
11 Dec 2016 15:22:47
1.2.6_8 |
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) |
16 Nov 2016 00:34:37
1.2.6_7 |
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
06 Nov 2016 09:00:10
1.2.6_7 |
amdmi3  |
- Verbosify build
- Fix WWW: |
03 May 2016 01:02:26
1.2.6_7 |
jbeich  |
multimedia/ffmpeg: enable VAAPI and VDPAU by default
Build VAAPI and VDPAU backends, so ports using system ffmpeg can take
advantage of GPU-assisted decoding. Also, propagate defaults to consumers.
Approved by: cpm, multimedia (riggs), maintainer timeout (3 weeks)
Differential Revision: https://reviews.freebsd.org/D5898 |
29 Apr 2016 15:20:28
1.2.6_6 |
arved  |
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. |
15 Apr 2016 16:46:25
1.2.6_5 |
jbeich  |
multimedia/libxine: unbreak build with ffmpeg 3.0
ff_audio_decoder.c:593:22: error: implicit declaration of function
'avcodec_alloc_frame' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
this->av_frame = avcodec_alloc_frame ();
^
ff_audio_decoder.c:1074:5: error: implicit declaration of function
'avcodec_free_frame' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
avcodec_free_frame (&this->av_frame);
^
PR: 208817
Reported by: antoine (via exp-run)
Submitted by: Ben Woods <woodsb02@gmail.com>
Obtained from: Arch Linux
MFH: 2016Q2 (just-in-case "fix it" blanket) |
01 Apr 2016 14:16:20
1.2.6_4 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 16:20:32
1.2.6_4 |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
27 Dec 2015 15:36:47
1.2.6_4 |
amdmi3  |
- Add LICENSE
- Switch to options helpers
- Strip library
- Add missing NLS option |
14 Dec 2015 02:52:14
1.2.6_3 |
eadler  |
Reset maintainer |
11 Apr 2015 12:30:02
1.2.6_3 |
nox  |
Add CPE information.
PR: 199374
Submitted by: shun.fbsd.pr at dropcut.net |
18 Jan 2015 21:12:43
1.2.6_3 |
kwm  |
Update ImageMagick to 6.9.0.4.
- Normalize the ImageMagick library name so it stays the same regardless of
what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
it useless.
PR: 194949 [1]
PR: 195227 [2]
Requested by: many [1]
Submitted by: software-freebsd@interfasys.ch [2] |
25 Dec 2014 20:54:43
1.2.6_2 |
bapt  |
Bump portrevision after png update |
25 Dec 2014 19:04:27
1.2.6_1 |
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
08 Dec 2014 16:48:41
1.2.6_1 |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above ) |
07 Nov 2014 09:55:23
1.2.6 |
kwm  |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here. |
18 Oct 2014 21:10:40
1.2.6 |
nox  |
- Update libxine to 1.2.6 - changelog is here:
http://anonscm.debian.org/hg/xine-lib/xine-lib-1.2/file/9aef7a72d009/ChangeLog
- Remove an inline from include/xine/xineutils.h for the benefit
of using libxine with base gcc 4.2 .
- Bump PORTREVISIONs for ports depending on libxine. (now also non-default
rdeps as per the new rule) |
10 Sep 2014 20:50:37
1.2.4_15 |
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) |
09 Aug 2014 10:06:55
1.2.4_14 |
arved  |
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271 |
26 Jul 2014 00:21:31
1.2.4_13 |
amdmi3  |
- Bump PORTREVISION after last change
Suggested by: nox (maintainer) |
26 Jul 2014 00:17:44
1.2.4_12 |
amdmi3  |
- Fix check for a file which is generated during build. .if exists might not
work in this case
Approved by: nox (maintainer) |
18 Jul 2014 11:02:59
1.2.4_12 |
tijl  |
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command
Bump dependent ports |
17 Jun 2014 20:05:31
 |
kwm  |
Update to 6.8.9-3 [1][3].
Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]
JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
anymore at run-time.
PR: 185462 [1] (Only the first 15 lines of the commit message are shown above ) |
16 May 2014 17:27:39
1.2.4_10 |
nox  |
- Fix plist with older nvidia-driver versions that don't support opengl 2.0 .
- Bump PORTREVISION.
Reported by: Garrett Garrison |
15 May 2014 10:41:21
1.2.4_9 |
tijl  |
multimedia/libdvdcss:
- USES=gmake libtool pathfix tar:bzip2.
- INSTALL_TARGET=install-strip.
- Use options.
- Staging.
- Simplify post-patch commands.
- This update changes the library version but this allows removing
libdvdcss related patches from dependent ports.
multimedia/libxine: [1]
- Add USES=libtool:keepla and remove libtool related patches and post-patch
commands.
- Move bsd.port.pre.mk include down and remove WANT_GNOME.
- Remove USE_XORG=sm. libxine doesn't link to it.
- Remove CONFIGURE_ENV. Not needed. (Only the first 15 lines of the commit message are shown above ) |
13 May 2014 10:17:04
1.2.4_8 |
martymac  |
- Update multimedia/libdvdread to 4.9.9
- Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1]
- multimedia/libdvdnav: remove dependency to (now removed) dvdread-config
- sysutils/vstrip: remove useless dependency to multimedia/libdvdread
Approved by: portmgr (implicit) [1] |
27 Apr 2014 14:14:27
1.2.4_7 |
riggs  |
- Update libaacs to 0.7.0
- Add LICENSE
- USES tar:bzip2
- Update libbluray 0.5.0
- Unbreak JAVA option
- USES tar:bzip2
- Bump PORTREVISION in depdendent ports due to shared lib version bump
PR: ports/188573
Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by: thierry (mentor) |
16 Apr 2014 18:28:50
1.2.4_6 |
zeising  |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
15 Mar 2014 15:36:00
1.2.4_5 |
nox  |
Switch my ports to USES= tar:... |
27 Feb 2014 20:03:51
1.2.4_5 |
nox  |
Fix build with clang 3.4 .
PR: ports/187017
Submitted by: truckman |
03 Feb 2014 08:15:20
1.2.4_5 |
martymac  |
- Update libdvdread and libdvdnav to 4.2.1
- Bump dependent ports' revisions |
29 Nov 2013 18:00:12
1.2.4_4 |
makc  |
- Add updating reminder
Approved by: nox (maintainer) |
28 Nov 2013 17:18:15
1.2.4_4 |
nox  |
- Sync goom emms clang patch with the one from
multimedia/gstreamer-plugins-good, removing #ifdef __clang__.
- No PORTREVISION bump as there should be no functional change.
Submitted by: dim
Obtained from: multimedia/gstreamer-plugins-good/files/patch-gst_goom_mmx.h |
23 Nov 2013 19:20:55
1.2.4_4 |
nox  |
- Fix LIBBLURAY and VAAPI knobs so they actually do something.
- No PORTREVISION bump as these are non-default options.
- Remove unused patchfiles. |
23 Oct 2013 21:33:07
1.2.4_4 |
nox  |
(Attempt to) fix build on i386 by readding equivalent patch from
ports/181786 that was lost in the update to 1.2.4 .
PR: ports/183248 [1], ports/181786 (related to)
Submitted by: Milan Obuch <bsd@dino.sk> [1] |
20 Oct 2013 13:49:05
1.2.4_4 |
wg  |
multimedia/libxine: fix build with SMB option
- Fix build with SMB option
Reported by: Jurgen Galonska <caligula primamail.de>
Approved by: nox (maintainer) |
19 Oct 2013 18:13:57
1.2.4_4 |
wg  |
multimedia/libxine: fix staging
- Fix staging bug introduced in last ffmpeg update
Pointy hat: myself |
19 Oct 2013 16:43:33
1.2.4_4 |
wg  |
multimedia/ffmpeg: update to 2.0.1
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)
Approved by: portmgr (bapt) |
20 Sep 2013 20:57:49
1.2.2_4 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
06 Sep 2013 21:45:37
1.2.2_4 |
nox  |
(Attempt to) Fix build with clang+libc++.
Submitted by: pb2 via bapt |
06 Sep 2013 21:21:41
1.2.2_4 |
nox  |
Only x11/nvidia-driver-304 still has libXvMCNVIDIA.
PR: ports/181852
Submitted by: Lawrence Chen <lkchen@ksu.edu> |
04 Sep 2013 18:06:08
1.2.2_4 |
madpilot  |
- Make ports use the libc provided iconv implementation on 10-CURRENT
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code) |
04 Sep 2013 16:45:13
1.2.2_4 |
nox  |
- Convert to USES=gmake perl5.
- Fix register allocation problems with clang on i386:
* Remove the q modifier from inline asm such that clang no longer
uses a 64 bit register. Instead cast the operand to register_t
which is 32 bit on i386 and 64 bit on amd64.
* Add -fomit-frame-pointer to CFLAGS to free up an extra register.
- Fix the issue with WITH_DEBUG by adding --disable-real-codecs
which apparently never really worked anyway.
- Patch configure so it no longer adds -mtune=i386 to CFLAGS.
- Bump PORTREVISION.
PR: ports/181786
Submitted by: tijl |
14 Aug 2013 22:35:54
1.2.2_3  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
21 Jul 2013 11:27:17
1.2.2_3 |
nox  |
Set USE_GCC= any on i386 as clang there doesn't like
src/post/deinterlace/plugins/greedy2frame_template_sse2.c .
Submitted by: pointyhat via miwi |