aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* multiple: reset gslin's maintainerEitan Adler2014-06-302-2/+2
| | | | | | | | | | | By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check) Notes: svn path=/head/; revision=359802
* - StageSteve Wills2014-06-282-6/+4
| | | | Notes: svn path=/head/; revision=359723
* - StageSteve Wills2014-06-281-6/+5
| | | | Notes: svn path=/head/; revision=359713
* - Update to upstream release 1.4.10Thomas Zander2014-06-283-15/+14
| | | | | | | | | | | | | | | | | - Add frontend-only and backend-only capture modes - Allow multiple open device handles - Add json-formatted low-level ioctl commands - Stagify - Correct LICENSE - Handle stripping - Pet portlint PR: 190914 Submitted by: jason.harmening@gmail.com (maintainer) Approved by: jason.harmening@gmail.com (maintainer), mentors (implicit) Notes: svn path=/head/; revision=359710
* - Convert USE_BZIP2 to USESOlivier Duchateau2014-06-282-4/+3
| | | | | | | | | | | - Switch to USES= libtool, drop .la files - Add LICENSE_FILE - Bump PORTREVISION Approved by: portmgr blanket Notes: svn path=/head/; revision=359697
* - Fix integer overflow in mencoder (bundled ffmpeg CVE-2014-4610)Thomas Zander2014-06-283-1/+50
| | | | | | | | | | | | | - Fix integer overflow in mplayer (bundled ffmpeg CVE-2014-4610) - Bump PORTREVISION in both ports Approved by: mentors (implicit) MFH: 2014Q2 Security: 17dfd984-feba-11e3-b938-5404a68ad561 9ab3a22c-feb8-11e3-b938-5404a68ad561 Notes: svn path=/head/; revision=359688
* - Fix buildMartin Wilke2014-06-281-0/+1
| | | | Notes: svn path=/head/; revision=359643
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-272-4/+5
| | | | Notes: svn path=/head/; revision=359623
* - Drop .la files, no dependees require themDmitry Marakasov2014-06-272-3/+2
| | | | | | | | Approved by: portmgr blanket Approved by: kwm (converting leaf gnome@ ports to USES=libtool) Notes: svn path=/head/; revision=359622
* Allow building with newer texinfoAntoine Brodin2014-06-271-0/+11
| | | | Notes: svn path=/head/; revision=359608
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-274-3/+4
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* multimedia/ffmpeg: update to 2.2.4William Grzybowski2014-06-276-32/+27
| | | | | | | | | - Bump dependent ports of libavutil - USES tar:bzip2 - Use @sample in pkg-plist Notes: svn path=/head/; revision=359554
* multimedia/mlt: support stageWilliam Grzybowski2014-06-272-4/+4
| | | | | | | Approved by: portmgr (stage blanket) Notes: svn path=/head/; revision=359553
* - Add staging supportPawel Pekala2014-06-271-19/+9
| | | | | | | | | - Convert to new LIB_DEPENDS format - Fix DEBUG option, use option helper - More compact REINPLACE_CMD Notes: svn path=/head/; revision=359490
* - Update to 0.4.0Grzegorz Blach2014-06-263-21/+30
| | | | Notes: svn path=/head/; revision=359421
* - Add staging supportPawel Pekala2014-06-262-11/+7
| | | | | | | | - Convert to new LIB_DEPENDS format, options framework - Fix typo in pkg-descr Notes: svn path=/head/; revision=359417
* - Add staging supportPawel Pekala2014-06-264-27/+10
| | | | | | | | | - Convert to USES=libtool, bump PORTREVISIONs - la files not installed - Convert to new LIB_DEPENDS format - Remove LATEST_LINK, PKGNAMESUFFIX already set Notes: svn path=/head/; revision=359410
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359321
* fix build for FreeBSD 8Oliver Lehmann2014-06-261-0/+16
| | | | Notes: svn path=/head/; revision=359319
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-2512-21/+21
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Add stage supportDanilo Egea Gondolfo2014-06-233-43/+45
| | | | | | | | | | | - Add DOCS and NLS options - Update WWW PR: ports/191300 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=358992
* Add missing libs when the QUICKTIME and DV options are enabled.Tijl Coosemans2014-06-232-0/+26
| | | | | | | Reported by: Ajtim <lumiwa@gmail.com> Notes: svn path=/head/; revision=358919
* Mark as broken: no distinfo provided for some of the distfilesBaptiste Daroussin2014-06-221-1/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=358847
* Mark as broken: no distinfo provided for some of the distfilesBaptiste Daroussin2014-06-221-1/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=358846
* - StagifyThomas Zander2014-06-223-4/+16
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=358813
* Add 4 new sed commands to USES=libtool. The first two apply some of theTijl Coosemans2014-06-222-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes that Debian made to their libtool. The first command applies to libtool versions 1.4 and up. The second command is somewhat more elaborate but essentially it uses the sed hold space to move an "elif...fi" block down. It applies to 2.x. Together these reduce overlinking to unpatched .la files (from ports that don't have USES=libtool yet but also .la files in the work directory). The third and fourth command fix relinking. During staging libtool may relink libA when it links to another library in the work directory libB. The reason is that libA created during build phase has its runpath set to the location of libB in the work directory. This allows running an executable that links to libA from within the work directory. The relink removes this extra runpath. When libtool relinks libA it replaces "libB.la" on the linker command line with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in the stage directory but this -L flag isn't necessarily the first so another libB may be linked instead. The two sed commands make relink the same as a normal link. This means libtool will relink with libraries from the work directory using a path similar to "../srcB/.libs/libB.so" without -L flags. This applies to libtool 1.4 and up. Earlier versions don't seem to relink libraries. (This fixes ports like devel/apr1 so they link with freshly built libraries instead of installed libraries.) Fix all ports with missing libraries. Additionally: archivers/rpm4: USES=patchfix. databases/gdbm: INSTALL_TARGET=install-strip. devel/gnome-vfs: remove patch that doesn't change anything. devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS. devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD. multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386 instead of disabling optimisations. net/libnetdude: disable static plugins. PR: 190941 Exp-run: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=358784
* update audacious to 3.5Oliver Lehmann2014-06-2110-111/+79
| | | | | | | audclient got removed upstream so this breaks some ports Notes: svn path=/head/; revision=358707
* Use proper INSTTALL_TARGET to strip the binaryBaptiste Daroussin2014-06-211-3/+1
| | | | Notes: svn path=/head/; revision=358657
* multimedia/libcec: update to 2.1.4William Grzybowski2014-06-204-113/+18
| | | | | | | | | | | | - USES libtool to remove .la - Strip lib file PR: 190345 Submitted by: mickael.maillot gmail com Approved by: maintainer (timeout) Notes: svn path=/head/; revision=358653
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-201-4/+3
| | | | | | | | | - Switch to USES=libtool Approved by: portmgr blanket Notes: svn path=/head/; revision=358632
* Update to 0.9.9.12Mark Felder2014-06-203-143/+155
| | | | Notes: svn path=/head/; revision=358591
* - StagifyLars Engels2014-06-203-14/+16
| | | | | | | | | | | - Add LICENSE - Remove NO_PACKAGE restriction, the package should include a working kmod - Use new LIB_DEPENDS - Move pkg-message to files/ - Use %%KMODDIR%% instead of hardcoding it Notes: svn path=/head/; revision=358535
* Stagify.Vanilla I. Shu2014-06-204-22/+18
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358508
* Stagify.Vanilla I. Shu2014-06-202-9/+6
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358507
* Stagify.Vanilla I. Shu2014-06-202-1/+11
| | | | | | | Approved by: portmgr@ Notes: svn path=/head/; revision=358506
* 1: remove NO_STAGE.Vanilla I. Shu2014-06-201-3/+1
| | | | | | | | | 2: new syntax of LIB_DEPENDS. Approved by: portmgr@ Notes: svn path=/head/; revision=358504
* multimedia/py-subliminal: add missing dependencyWilliam Grzybowski2014-06-191-1/+3
| | | | Notes: svn path=/head/; revision=358334
* multimedia/bino: convert USE_XZJohn Marino2014-06-181-2/+1
| | | | | | | | | PR: 191142 Submitted by: venture37 Approved by: general blanket Notes: svn path=/head/; revision=358310
* multimedia/phonon-vlc: convert USE_XZJohn Marino2014-06-181-2/+1
| | | | | | | | | PR: 191141 Submitted by: venture37 Approved by: general blanket Notes: svn path=/head/; revision=358309
* multimedia/umplayer: convert USE_XZJohn Marino2014-06-181-2/+1
| | | | | | | | | PR: 191139 Submitted by: venture37 Approved by: general blanket Notes: svn path=/head/; revision=358307
* multimedia/phonon-designerplugin: convert USE_XZJohn Marino2014-06-181-2/+1
| | | | | | | | | PR: 191138 Submitted by: venture37 Approved by: general blanket Notes: svn path=/head/; revision=358306
* Convert to USES=tar:xzGuido Falsi2014-06-181-2/+1
| | | | | | | | PR: 191140 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=358232
* - Update from 1.4 to 1.4.1Danilo Egea Gondolfo2014-06-181-1/+1
| | | | Notes: svn path=/head/; revision=358194
* Switch from USE_XZ=yes to USES=tar:xz.Raphael Kubo da Costa2014-06-171-2/+1
| | | | | | | | PR: 191126 Submitted by: venture37@geeklan.co.uk Notes: svn path=/head/; revision=358185
* Update to 6.8.9-3 [1][3].Koop Mast2014-06-173-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports) Notes: svn path=/head/; revision=358176
* Update www/GraphicsMagick to 1.3.19 and bump PORTREVISION for consumers.Rene Ladan2014-06-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Note that graphics/GraphicsMagick12 was removed on 2014-05-20 because it is no longer maintained upstream. Detailed/other changes: * graphics/GraphicsMagick : - Copy contents from graphics/GraphicsMagick13 - Remove PORTREVISION and PKGNAMESUFFIX - Keep original pkg-descr, do not copy whitespace-only changes. * graphics/pecl-gmagick : - Use modern LIB_DEPENDS * graphics/vips : - Stage support - Use modern LIB_DEPENDS - USES libtool, pathfix * multimedia/bombono : - Update BUILD_DEPENDS and RUN_DEPENDS * textproc/htmltolatex : - Use modern LIB_DEPENDS Phabric: D108 162 Approved by: portmgr (antoine, bapt) Notes: svn path=/head/; revision=358158
* - Fix build with clang (include <wait.h> -> <sys/wait.h>)Pawel Pekala2014-06-163-40/+26
| | | | | | | | | | - Add staging support - Convert to new options framework, USES=tk MFH: 2014Q2 Notes: svn path=/head/; revision=357969
* multimedia/py-librtmp: update to 0.2.0William Grzybowski2014-06-152-4/+3
| | | | | | | Changes: https://github.com/chrippa/python-librtmp/blob/master/HISTORY.rst Notes: svn path=/head/; revision=357923
* multimedia/py-subliminal: update to 0.7.4William Grzybowski2014-06-152-19/+15
| | | | Notes: svn path=/head/; revision=357922
* - StagifyThomas Zander2014-06-152-4/+3
| | | | | | | | | - Add LICENSE Approved by: mentors (implicit) Notes: svn path=/head/; revision=357921