/textproc/xerces-c3/

pository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libav
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 10.1mva2014-06-012-4/+3
|
* Update openjpeg to 2.1.0.kwm2014-05-261-1/+1
| | | | | | | Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15 and update users. Approved by: portmgr (implicit) for NO_STAGE ports
* Switch Opus to USES=libtool.naddy2014-05-261-1/+1
| | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1]
* - Update to 0.4.0sunpoet2014-05-081-1/+1
| | | | | | | | | | - Add LICENSE - Sort LIB_DEPENDS - Use USES=libtool - Do not silence installation message - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* - Update to version 10mva2014-04-099-137/+225
| | | | | | | | | | - Unbreak on all supported FreeBSD versions (package builders) - Enable support for wavpack and webp en/decoding - Enable parallel installation with multimedia/ffmpeg by installing the shared libraries, headers and .pc files within separate directories (libav/) or using an own suffix (-libav) Changelog for version 10: http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10
* When setting USE_XORG via OPTION helper, use comma syntax universally; indanfe2014-03-151-1/+1
| | | | | | | | | | `devel/sdl12', `graphics/blender', and `multimedia/libav' ports they were set incorrectly, which caused build failures of `devel/sdl12' without the OpenGL, for example. Also, while at it, in `multimedia/libmpeg2', fix sed(1) based patching to produce more neat results, and use official spelling of MPEG abbreviation in COMMENT (port description still needs cleaning up).
* Replace USE_GCC=4.6+ by USE_GCC=yes.gerald2014-03-041-1/+1
| | | | Approved by: portmgr (mat)
* - Unbreak build with the new freetype versionmva2014-01-022-5/+20
| | | | | - Add X11GRAB option - Rename V4L2 option to V4L
* - Unbreak the build for most environments after graphics/opencv changedmva2013-12-182-1/+14
| | | | its library flags for pkg-config
* - Update graphics/*opencv* to 2.4.7jhale2013-12-041-3/+2
| | | | | | | | | | | | | - 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
* - Unbreak build on 10.x and -CURRENTmva2013-11-092-1/+23
| | | | | | | | - Use a modern GCC toolchain to unbreak the build on 8.x - Force 32-bit mode on i386 - Enhance default OPTIONs for a better usability of the port Supported by: John Van Sickle <john.vansickle@gmail.com>
* - Split the library part of multimedia/rtmpdump into multimedia/librtmp.hrs2013-10-311-1/+1
| | | | | | - Update ports depending on librtmp. - Add instruction to avoid a build error in multimedia/rtmpdump under a specific condition.
* - Update to version 9.10mva2013-10-173-36/+34
| | | | | - Enable staging support - Switch to new LIB_DEPENDS syntax
* multimedia/x264: Update to 20130827 snapshotkoobs2013-10-071-1/+1
| | | | | | | | | | - 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | multimedia)
* - set CONFLICTS for libav and ffmpeg, since they both install files inmva2013-09-151-0/+3
| | | | | | | | the same location - bump PORTREVISION, so users can solve the conflict on existing installations Reported by: kwm@