| non port: multimedia/ffmpeg/Makefile |
Number of commits found: 614 (showing only 100 on this page) |
|
Saturday, 15 Aug 2015
|
11:12 riggs
Add non-default OPTION to support multimedia/openh264
PR: 202313
Submitted by: jbeich@FreeBSD.org
 |
|
Saturday, 25 Jul 2015
|
05:24 riggs
Update to upstream version 2.7.2
(bugfix release, no API/ABI change)
 |
|
Sunday, 12 Jul 2015
|
16:35 riggs
Fix build break when compiling with gcc
PR: 200714
Submitted by: rwestlun@gmail.com
 |
|
Friday, 3 Jul 2015
|
07:02 koobs
multimedia/{lib}x264: Update to 0.144.2533 and major refactor
- Update to 0.144.2533 (from upstream stable branch) [1]
- Switch x264 and libx264 ports to master/slave ports respectively
- Bump PORTREVISION for dependent ports as the shared library version
has changed.
multimedia/x264:
- Clean up and update "updating instructions" in Makefile header
- Tweak COMMENT
- Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the
libx264 port.
- Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in
libx264 port.
- Place common configure arguments in a CONFIGURE_COMMON_ARGS variable
to make overriding values without duplication easier.
- Use --prefix configure argument over post-patch replacements
- Enable stripping of binaries and libraries if DEBUG is off. Remove
post-install target STRIP_CMD accordingly.
- Delete patch-Makefile in favour of patching WRKSRC/configure to
identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now
covered upstream without needing patches.
- Patch out a bogus compiler argument check (cc_check) that results
in -Wno-maybe-uninitialized being added to CFLAGS causing causes
warnings when clang is cc. The cc_check function checks for basename
$CC to identify compiler type (icl, clang, gcc, etc).
multimedia/libx264:
- Remove all Makefile entries that are duplicated or common and found
in the master port (x264).
- Set lib as the PKGNAMEPREFIX
- Tweak COMMENT
- Delete upstreamed ARM patches [1]
- Delete all but one patch, as they duplicate those in x264.
- Dont remove pkgconfig/libdata directory
Changes:
https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable
Based on:
PR: 201260 [1]
Submitted by: Andrey Cherkashin <andoriyu gmail com> [1]
 |
|
Thursday, 2 Jul 2015
|
19:40 riggs
- Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
UPDATING
 |
|
Monday, 29 Jun 2015
|
00:28 adamw
Update multimedia/x265 to 1.7, and bump PORTREVISION on its consumers.
 |
|
Monday, 22 Jun 2015
|
20:20 riggs
- Use memalign hack only on supported systems that need it
(FreeBSD on pre-10 systems)
- Bump PORTREVISION
 |
|
Wednesday, 17 Jun 2015
|
11:39 marino
multimedia/ffmpeg: Convert memalign-hack into an option
DragonFly already has an aligned malloc (posix_memalign) and the hack
in ffmpeg is tripping an assertion. M.Dillon thinks the hack is stale.
In the spirit of no-op changes for FreeBSD, this changeset converts
the "--enable-memalign-hack" into an on-by-default option, and then
excludes the option for DragonFly.
It does incur a revbump though.
The last changes were made to multimedia/ffmpeg(0|26)
I'm doing this under "non-invasive DragonFly support" flag
P.S. I wouldn't be surprised if --enable-memalign-hack is wrong for
recent FreeBSD releases as well, so maybe the maintainers should take
a look at this new option.
 |
|
Tuesday, 9 Jun 2015
|
14:25 jbeich
multimedia/libvpx: update to 1.4.0
ABI isn't compatible, so bump PORTREVISION in consumers.
Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Differential Revision: https://reviews.freebsd.org/D2570
Exp-run by: antoine
Approved by: ashish, multimedia (kwm)
Approved by: maintainer timeout (ale, dinoex; 2 weeks)
 |
|
Wednesday, 13 May 2015
|
17:36 xmj
multimedia/ffmpeg{,26}: make GNUTLS and OPENSSL mutually exclusive
- make GNUTLS and OPENSSL mutually exclusive
Differential Revision: https://reviews.freebsd.org/D2533
Reviewed by: riggs
 |
|
Thursday, 7 May 2015
|
21:49 robak
multimedia/ffmpeg: add CPE info
PR: 199966
Submitted by: Shun <shun.fbsd.pr@dropcut.net>
Approved by: portmgr blanket
 |
|
Friday, 1 May 2015
|
06:54 riggs
Make BUILD_DEPENDS on texi2html conditionally (only if DOCS is selected)
PR: 199642
Submitted by: rs@bytecamp.net
 |
|
Sunday, 19 Apr 2015
|
19:50 adamw
Update x265 to 1.6, and bump PORTREVISION on its consumers for shlib
version change.
 |
|
Wednesday, 25 Mar 2015
|
17:36 marino
multimedia category: Remove $PTHREAD_LIBS
approved by: PTHREAD blanket
 |
|
Friday, 6 Mar 2015
|
16:19 adamw
Update x265 to 1.5 and bump PORTREVISION on its consumers.
 |
|
Friday, 16 Jan 2015
|
22:50 sbruno
Remove duplicate armv6 conditional introduced in r377204
Submitted by: antoine
 |
22:34 sbruno
These ports utilize GAS assembly and probably won't ever change. For the ARM
case, do not use -integrated-as.
PR: 196660 196774 196775 196776
Submitted by: mikael.urankar@gmail.com
Approved by: mentor (inplicit)
 |
|
Saturday, 10 Jan 2015
|
12:59 riggs
Update to upstream version 2.3.6
 |
|
Monday, 8 Dec 2014
|
16:48 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.
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)
 |
|
Tuesday, 2 Dec 2014
|
03:23 amdmi3
- Drop .la files from multimedia/dirac and multimedia/schroedinger
- Bump dependent ports as .so versions have changed
- While here, remove @dirrm* from plists and add missing empty directory to
plist of multimedia/lives
Approved by: portmgr blanket
 |
|
Saturday, 22 Nov 2014
|
16:23 xmj
multimedia/x264: General overhaul
- Split x264 into two ports: the CLI application (x264), and the library
(libx264). This will allow x264 to use lavf and friends from ffmpeg for
decoding and demuxing while preventing a circular dependency between the
two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather
than x264.
- Add the LAVF option to the CLI port, making the dependency on ffmpeg
optional.
- Update to 0.142.2455.
- Amend fixes to local patches so that they can apply to the new upstream
files.
- Provide the git revision and other version information to the build
environment, allowing the CLI binary to display this information (like the
Windows builds).
- Remove unsupported build options (X11_OUTPUT).
- Ensure that the library and CLI ports each have the appropriate options.
- Add notes for future contributors who wish to update the ports.
- Bump PORTREVISION for all dependent ports.
PR: 187805
Differential Revision: https://reviews.freebsd.org/D1159
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
Approved by: koobs (maintainer, mentor)
 |
|
Thursday, 20 Nov 2014
|
19:34 riggs
Un-break non-default OPTION OPENSSL
PR: 195202
Submitted by: jbeich@vfemail.net
 |
|
Saturday, 8 Nov 2014
|
22:26 adamw
Bump PORTREVISION on libx265 consumers after r372289.
PR: 194907
Submitted by: Anton Sayetsky
 |
|
Monday, 3 Nov 2014
|
07:39 riggs
Update to upstream version 2.3.5
While on it:
- Clean up pkg-plist
 |
|
Sunday, 19 Oct 2014
|
12:26 nox
- Add X265 knob (default off) for X.265 (HEVC) encoding support using
multimedia/x265.
Example usage: (-c:a libfdk_aac needs FDK_AAC knob too)
ffmpeg -i $inputvideofile -c:a libfdk_aac -b:a 64k -c:v libx265 -x265-params
crf=31 $outputfile.mkv
This can now be played back by at least ffplay (needs SDL knob),
vlc, mplayer, mpv, xine. (and gives a nice reduction in file size.)
No objection from: multimedia@ list
 |
|
Friday, 12 Sep 2014
|
17:36 riggs
- Update to upstream release 2.3.3
- Add USE_LDCONFIG
- Simplify some OPTIONS
- Pet portlint
 |
|
Saturday, 6 Sep 2014
|
13:56 riggs
- Fix build dependency on v4l2
- Bump PORTREVISION
PR: 193151
Submitted by: jbeich@vfemail.net
 |
|
Saturday, 30 Aug 2014
|
07:47 riggs
- Restore V4L2 interface
PR: 192579
Submitted by: hselasky@FreeBSD.org
 |
|
Saturday, 9 Aug 2014
|
10:06 arved
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271
 |
|
Wednesday, 23 Jul 2014
|
09:54 tijl
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
|
Friday, 18 Jul 2014
|
11:02 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
 |
|
Tuesday, 15 Jul 2014
|
16:27 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
|
Friday, 11 Jul 2014
|
14:12 tijl
Add a global OPUS_DESC
 |
|
Friday, 4 Jul 2014
|
11:35 wg
multimedia/ffmpeg: fix ffserver startup script
PR: 191399
Submitted by: m.ehinger ltur de
 |
|
Friday, 27 Jun 2014
|
15:45 wg
multimedia/ffmpeg: update to 2.2.4
- Bump dependent ports of libavutil
- USES tar:bzip2
- Use @sample in pkg-plist
 |
|
Monday, 26 May 2014
|
14:42 kwm
Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.
Approved by: portmgr (implicit) for NO_STAGE ports
 |
|
Sunday, 25 May 2014
|
20:07 naddy
Switch Opus to USES=libtool.
Bump dependent ports. [1]
Approved by: portmgr (implicit) [1]
 |
|
Sunday, 27 Apr 2014
|
14:14 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)
 |
|
Wednesday, 16 Apr 2014
|
18:28 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
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
|
Tuesday, 24 Dec 2013
|
21:22 kwm
Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587
 |
|
Wednesday, 4 Dec 2013
|
02:51 jhale
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
graphics/opencv, leaving opencv-core as just the bare minimum required
for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
dependent ports
- Add UPDATING entry
 |
|
Thursday, 21 Nov 2013
|
10:39 wg
multimedia/ffmpeg: update to 2.1.1
Changes: http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.1.1
 |
|
Friday, 1 Nov 2013
|
10:34 wg
multimedia/ffmpeg: fix typo in port name
PR: ports/183539
 |
|
Thursday, 31 Oct 2013
|
19:38 wg
multimedia/ffmpeg: do not link to libs not selected
- ffmpeg build would link to libs like jack and SDL if they are not listed in
--disable-{in,out}dev
- Add JACK option
PR: ports/182167
 |
02:03 hrs
- Split the library part of multimedia/rtmpdump into multimedia/librtmp.
- Update ports depending on librtmp.
- Add instruction to avoid a build error in multimedia/rtmpdump under a
specific condition.
 |
|
Wednesday, 30 Oct 2013
|
12:57 wg
multimedia/ffmpeg: update to 2.1
Changes: http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.1
 |
|
Monday, 21 Oct 2013
|
12:57 wg
multimedia/ffmpeg: update to 2.0.2
- Update to 2.0.2
 |
|
Sunday, 20 Oct 2013
|
11:38 wg
multimedia/ffmpeg: add back PORTEPOCH
- Add back PORTEPOCH
Reported by: many
 |
|
Saturday, 19 Oct 2013
|
16:58 wg
multimedia/ffmpeg: pass maintainership
- Pass maintainership to multimedia@
Suggested by: bapt
 |
16:43 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)
 |
|
Tuesday, 8 Oct 2013
|
19:15 delphij
Fix build breakage caused by invalid sequence in protocols.texi.
PR: 182839
Approved by: wg (maintainer)
 |
|
Monday, 7 Oct 2013
|
09:21 koobs
multimedia/x264: Update to 20130827 snapshot
- Update to 20130827 snapshot
- Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure
- Chase library version bump in dependent ports
PR: ports/182484
Submitted by: mm
Reviewed by: kwm, bapt
 |
|
Saturday, 5 Oct 2013
|
12:42 wg
multimedia/ffmpeg: fix typo
- Fix typo
Submitted by: pawel
 |
|
Monday, 30 Sep 2013
|
22:11 wg
multimedia/ffmpeg: allow staging
- Allow staging
- Reorder to pet portlint
 |
16:23 wg
- Adopt ffmpeg ports
They are in the pool for some time now and nobody stepped up so I'll give it
a shot.
 |
|
Friday, 20 Sep 2013
|
21:49 mm
Returning maintainership on my multimedia ports to ports@freebsd.org
 |
20:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
 |
|
Sunday, 15 Sep 2013
|
14:54 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
 |
08:16 mva
- set CONFLICTS for libav and ffmpeg, since they both install files in
the same location
- bump PORTREVISION, so users can solve the conflict on existing
installations
Reported by: kwm@
 |
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
|
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
 |
|
Saturday, 23 Feb 2013
|
21:42 mm
Update multimedia/ffmpeg to 0.7.15
 |
|
Tuesday, 7 Aug 2012
|
16:36 mm
Depend on pkgconfig on build stage
PR: ports/170453
 |
|
Monday, 6 Aug 2012
|
12:44 mm
Link ffmpeg compat headers instead of copying
 |
11:33 mm
Fix order if LICENSE_COMB and LICENSE in ffmpeg ports
 |
11:32 mm
Reorder ffmpeg licensing knobs
 |
11:02 mm
Make manpages independent of DOCS option
Remove conflict with ffmpeg-devel
 |
|
Monday, 23 Jul 2012
|
19:27 mm
Update multimedia/x264 to 0.125.2201
Switch to new options framework
 |
|
Thursday, 19 Jul 2012
|
20:15 naddy
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
 |
|
Tuesday, 17 Jul 2012
|
08:58 mm
Update ffmpeg to use new options framework
 |
|
Friday, 6 Jul 2012
|
05:10 mm
Fix build without /usr/bin/perl symlink [1]
Fix build if rtmpdump is linked against OpenSSL from ports [2]
Do not build documentation if NOPORTDOCS is set
PR: ports/163055 [1], ports/167516 [2]
 |
|
Tuesday, 3 Jul 2012
|
14:11 mm
Update to 0.7.13
 |
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
|
Saturday, 19 May 2012
|
08:34 mm
Fix support for X11 grabbing
PR: ports/168120
Reported by: Baptiste Daroussin <bapt@freebsd.org>
 |
|
Wednesday, 25 Apr 2012
|
14:21 mm
Update to 0.7.12
 |
|
Saturday, 18 Feb 2012
|
10:18 mva
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
 |
|
Thursday, 16 Feb 2012
|
20:17 lx
Fix build by chasing libvpx bump.
 |
15:57 ashish
- Bump PORTREVISION to chase the update of multimedia/libvpx
 |
|
Wednesday, 25 Jan 2012
|
10:11 mm
Update multimedia/schroedinger to 1.0.11
 |
|
Saturday, 14 Jan 2012
|
22:27 netchild
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
 |
|
Friday, 13 Jan 2012
|
14:18 mm
Update to 0.7.11
 |
|
Wednesday, 21 Dec 2011
|
08:48 mm
Update x264 to 0.119.2113
 |
|
Friday, 2 Dec 2011
|
14:17 mm
Update to 0.7.8
Feature safe: yes
 |
|
Tuesday, 8 Nov 2011
|
12:05 mm
Update to 0.7.7
 |
|
Monday, 10 Oct 2011
|
10:04 mm
Update to 0.7.6
 |
|
Tuesday, 27 Sep 2011
|
13:01 mm
Update to 0.7.5
 |
|
Monday, 19 Sep 2011
|
15:45 ashish
- Bump PORTREVISION of dependent ports due to multimedia/libvpx update
 |
08:53 mm
Update to 0.7.4
 |
|
Monday, 22 Aug 2011
|
21:14 mm
Update to 0.7.3
 |
|
Tuesday, 9 Aug 2011
|
09:47 mm
Update to 0.7.2
 |
|
Wednesday, 29 Jun 2011
|
20:46 mm
Add missing OpenCV patch
PR: ports/158510
 |
14:16 mm
Reintroduce OPENCV and FREI0R options and enable by default
Remove SSSE3 and CPUDETECT options (now always on)
PR: ports/149889, ports/156803, ports/158289, ports/158331
 |
|
Monday, 27 Jun 2011
|
22:54 mm
Add patch to fix building C++ programs
 |
20:41 mm
For now, disable frei0r support because of cyclic dependencies
 |
|
Saturday, 25 Jun 2011
|
09:35 mm
Fix plist if defined WITHOUT_FFSERVER
Reported by: Stas Verberkt <legolas_at_legolasweb_dot_nl>
 |
09:13 mm
Change descriptions of several OPTIONS
Reorganize several knobs
 |
|
Friday, 24 Jun 2011
|
22:37 mm
Update ffmpeg to 0.7.1
Add support for celt, freetype2, frei0r, rtmp, vo-aacenc, vo-amrwbenc
 |
|
Thursday, 23 Jun 2011
|
18:09 mm
Update to 0.115.2000
 |
|
Tuesday, 3 May 2011
|
17:29 mm
Update libvpx to 0.9.6
Bump PORTREVISION of depending ports
PR: ports/155522
Approved by: maintainer (timeout)
 |
11:37 mm
Update to 0.6.3
 |
Number of commits found: 614 (showing only 100 on this page) |