aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* - Support stagingDmitry Marakasov2013-10-301-11/+7
| | | | | | | - Convert USE_GMAKE to USES Notes: svn path=/head/; revision=332121
* - Support stagingDmitry Marakasov2013-10-302-11/+9
| | | | | | | - Update WWW Notes: svn path=/head/; revision=332115
* - Remove duplicate plist entryDmitry Marakasov2013-10-301-1/+0
| | | | | | | | | PR: 183461 Submitted by: amdmi3 Approved by: wg (maintainer) Notes: svn path=/head/; revision=332111
* multimedia/ffmpeg: update to 2.1William Grzybowski2013-10-303-10/+10
| | | | | | | Changes: http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.1 Notes: svn path=/head/; revision=332103
* multimedia/openmovieeditor: add <unistd.h>, <cstdio>, <stdint.h>John Marino2013-10-304-0/+40
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=332102
* multimedia/mplayer2: fix configure failure, indirect linkingJohn Marino2013-10-301-1/+2
| | | | | | | | | | | | | | | As seen when using gcc48 as the ports compiler (and on DragonFly), mplayer2 was misconfigured. The avresample library doesn't exist during configuration, thus it will fail when using a modern linker that complains that the library isn't found. Moving -lavresample from extra-ldflags to extra-libs fixes the problem on both FreeBSD+gcc48 and DragonFly Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=332095
* - Add stage supportSteve Wills2013-10-302-2/+0
| | | | Notes: svn path=/head/; revision=332045
* Fix a build issue when security/openssl is installed.Hiroki Sato2013-10-292-4/+7
| | | | | | | PR: ports/183219, ports/183306 Notes: svn path=/head/; revision=332001
* Restrict python to -2.7Koop Mast2013-10-291-1/+1
| | | | | | | Submitted by: mva@ Notes: svn path=/head/; revision=331973
* multimedia/vlc: disable OSSWilliam Grzybowski2013-10-291-10/+9
| | | | | | | | | - Disable OSS (it is broken in vlc 2.1.0 and FreeBSD #9760) - Use pulse audio - Remove deprecated sqlite feature Notes: svn path=/head/; revision=331964
* Mark broken due to dependency on older FFMPEG.Stefan Eßer2013-10-291-2/+1
| | | | | | | I'm working on a fix. Notes: svn path=/head/; revision=331939
* multimedia/vlc: fix SAMBA optionWilliam Grzybowski2013-10-281-10/+7
| | | | | | | | | | | - SAMBA option never worked before due to wrong feature name and lack of pkg config file - Remove deprecated options Reported by: Kevin Oberman Notes: svn path=/head/; revision=331892
* multimedia/2mandvd: fix build with newer ffmpegWilliam Grzybowski2013-10-281-4/+14
| | | | | | | | | - Add patch to chase the ffmpeg 2.0 API change Reported by: marino Notes: svn path=/head/; revision=331862
* multimedia/ffmpeg2theora: fix build with newer ffmpegWilliam Grzybowski2013-10-282-2/+42
| | | | | | | | | | | - Add patch to build with ffmpeg 2.0 - Remove useless PTHREAD_CFLAGS from CFLAGS - Take maintainership Reported by: marino Notes: svn path=/head/; revision=331860
* multimedia/vlc: remove extra patches for FreeBSD 8.0William Grzybowski2013-10-283-171/+0
| | | | | | | | | - The oldest supported release is 8.3 Reported by: tijl Notes: svn path=/head/; revision=331859
* multimedia/vlc: fix schroedinger check and use options helpersWilliam Grzybowski2013-10-281-469/+196
| | | | | | | | | | - Fix schroedinger lib check - Use options helpers - Remove FreeBSD < 8.x check (deprecated) - Remove a few options and embed them inside X11 Notes: svn path=/head/; revision=331855
* - use STAGEDIRDirk Meyer2013-10-271-12/+11
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* multimedia/vlc: fix package without pkgngWilliam Grzybowski2013-10-271-2/+2
| | | | | | | | | | - Fix package without pkgng PR: ports/183356 Submitted by: mandree Notes: svn path=/head/; revision=331809
* - Update to version 2.0.6Pawel Pekala2013-10-2712-26/+473
| | | | | | | | - Add patches to fix build after ffmpeg update - Support STAGEDIR Notes: svn path=/head/; revision=331806
* - Fix linking against luaGrzegorz Blach2013-10-272-3/+35
| | | | Notes: svn path=/head/; revision=331801
* multimedia/ffmpeg1: Use multimedia/ffmpeg insteadWilliam Grzybowski2013-10-2716-818/+0
| | | | | | | | | - Use multimedia/ffmpeg instead Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331765
* multimedia/tvheadend: bump port revisionWilliam Grzybowski2013-10-271-1/+1
| | | | | | | | | - Bump port revision forgot in last commit Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331763
* multimedia/tvheadend: link against ffmpegWilliam Grzybowski2013-10-272-37/+1
| | | | | | | | | - Link using ffmpeg instead of ffmpeg1 Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331762
* multimedia/vlc: update to 2.1.0William Grzybowski2013-10-268-258/+138
| | | | | | | | | | - Update to 2.1.0 - Convert lib depends to new format - Allow staging - Remove deprecated PORT_OPTIONS usage Notes: svn path=/head/; revision=331741
* - Fix build after recent ffmpeg updatePawel Pekala2013-10-263-11/+20
| | | | | | | | - Add support for STAGEDIR - Convert to USES=scons Notes: svn path=/head/; revision=331739
* multimedia/ffmpegthumbnailer: allow stagingWilliam Grzybowski2013-10-262-16/+9
| | | | | | | | | | | | | - Allow staging [1] - Convert lib depends to new format - Drop empty PTHREAD_CFLAGS PR: ports/182848 [1] (based on) Submitted by: clutton <clutton zoho.com> (maintainer) Reviewed by: danfe Notes: svn path=/head/; revision=331687
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-2619-18/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Change master sites to download.enlightenment.orgGrzegorz Blach2013-10-251-1/+1
| | | | Notes: svn path=/head/; revision=331629
* Disable the default dependency on LAME for xbmc so that package buildingUlrich Spörlein2013-10-252-2/+13
| | | | | | | | | | | | | | | | and distribution becomes possible. LAME is a restricted package so we cannot ship a package that depends on it. According to the maintainer it is only used for ripping CDs, and there are better tools than XBMC to do just that. Also fix the build with a C11 compiler (clang). There's now a weak_ptr in boost::, and one in std::. Approved by: maintainer Notes: svn path=/head/; revision=331589
* Fix package list.Emanuel Haupt2013-10-252-2/+1
| | | | Notes: svn path=/head/; revision=331573
* Only provide SIMD option on i386.Tijl Coosemans2013-10-251-3/+5
| | | | | | | Reported by: "Matthew D. Fuller" <fullermd@over-yonder.net> Notes: svn path=/head/; revision=331565
* - Add staging supportAshish SHUKLA2013-10-256-21/+43
| | | | | | | | | | | | - Fix ownership of installed files[0] - Fix building on systems with non UTF-8 locale[1] - Fix building on 10.x and later PR: ports/182693[0], ports/169369[1] Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (via private mail)[1] Notes: svn path=/head/; revision=331559
* - fix build after r329854Dirk Meyer2013-10-251-2/+4
| | | | Notes: svn path=/head/; revision=331554
* - Update to 0.1Guido Falsi2013-10-242-3/+3
| | | | Notes: svn path=/head/; revision=331501
* Update to 0.9.8.9.211Mark Felder2013-10-243-15/+5
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=331478
* - Update to 0.2.1 [1]Grzegorz Blach2013-10-243-43/+67
| | | | | | | | | | - Convert to new LIB_DEPENDS syntax - Support staging [1] Submitted by: Roland Smith <rsmith@xs4all.nl> [1] Notes: svn path=/head/; revision=331464
* (Attempt to) fix build on i386 by readding equivalent patch fromJuergen Lock2013-10-231-0/+28
| | | | | | | | | | 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] Notes: svn path=/head/; revision=331432
* - Return ports to the poolAlex Kozlov2013-10-234-4/+4
| | | | | | | | PR: ports/183244 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (former maintainer) Notes: svn path=/head/; revision=331423
* Support staging.Emanuel Haupt2013-10-231-1/+0
| | | | Notes: svn path=/head/; revision=331362
* - Convert to new LIB_DEPENDS syntaxGrzegorz Blach2013-10-222-29/+27
| | | | | | | - Support staging Notes: svn path=/head/; revision=331332
* Change a configure test such that it no longer defines a nested function.Tijl Coosemans2013-10-221-5/+6
| | | | | | | | | This fixes the build with clang. While here support staging. PR: ports/182893 Notes: svn path=/head/; revision=331316
* Reset MAINTAINER on xmms-* ports maintained by c.petrik.sosa@gmail.com.Tijl Coosemans2013-10-222-2/+2
| | | | | | | Submitted by: "Chris Petrik" <c.petrik.sosa@gmail.com> Notes: svn path=/head/; revision=331305
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-2243-44/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* - Fix CONFLICTS. [1]Tijl Coosemans2013-10-221-1/+3
| | | | | | | | | - Add LICENSE. [2] Reported by: kwm [1], portlint [2] Notes: svn path=/head/; revision=331253
* multimedia/xmms:Tijl Coosemans2013-10-2212-252/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add zh-xmms to CONFLICTS. - Convert USE_GNOME=desktopfileutils and USE_GMAKE to USES. - Make USE_GL conditional on the SPEC option. - Make gettext conditional on new NLS option. - Only set USE_AUTOTOOLS for the RUSXMMS_PATCHES option. - Remove LIBS from CONFIGURE_ENV. Set LDFLAGS instead. - Add missing xorg dependencies. - Add xmms_cv_newpcm_driver=yes to CONFIGURE_ARGS. The configure test fails on recent version of FreeBSD but the code it enables is still relevant. Without it you cannot select a different output device. - Remove SUB_FILES. None of the files require substitutions. - Remove IPV6 from OPTIONS_DEFAULT. It's implicit. - Don't exclude SIMD option from amd64. - Use option helpers like OPTIONS_SUB, opt_CONFIGURE_ENABLE, etc. - Install stripped libraries when !defined(WITH_DEBUG). - Use new style LIB_DEPENDS. - Add aclocal, autoheader and libtoolize to USE_AUTOTOOLS to fully regenerate the build infrastructure. This fixes a lot of warnings and allows some patches to be removed. - Add USE_OPENSSL for RUSXMMS_PATCHES option. - Fix the SIMD option on all architectures by removing the post-extract target. - Remove the message about the RUSXMMS_PATCHES option. This is from before there were option dialogs. - Use the same cp command as in the script included with rusxmms instead of INSTALL_DATA. - Remove the ALSA test from configure with REINPLACE_CMD instead of a patch (RUSXMMS_PATCHES case). - Remove old libtool macros from acinclude.m4. Libtoolize adds new macros. - Remove MKDIR_P patching. No longer needed after running aclocal. - Patch configure to disable ALSA (not RUSXMMS_PATCHES case). - Fix po/Makefile.in.in with REINPLACE_CMD instead of a patch. - Fix assembly source code files to support clang: * Remove comments that begin with a single slash. * Replace 'fist' instruction with 'fists' and 'fistp' with 'fistps'. * Append '.section ".note.GNU-stack","",@progbits' to every file to say they don't require an executable stack. These files are compiled with -Wa,--noexecstack which clang supports but the ancient binutils in FreeBSD base does not so without this change xmms runs with an executable stack when compiled with base gcc. - Support staging. - Remove extra-patch-Visualization_Makefile.am. It's not needed when passing VISUALIZATION_PLUGINS to configure. - Rename patch-gcc41 to patch-General-ir-ir.c and modify it to keep the variables static, but mark keepGoing volatile. - Remove patch-aclocal.m4. Not needed when running aclocal. - Remove patch-configure.in. The PTHREAD_LIBS related changes are no longer needed and ALSA change is handled in the Makefile. - Remove patch-ltmain.sh. Not needed with staging. - Remove patch-po-Makefile.in.in. Handled in Makefile. - Remove patch-xmms-config.in. Not 100% sure about this. It doesn't affect xmms itself. Perhaps some plugins need it but I'd rather fix those plugins then. - Add patch-xmms-i18n.h.in. It's needed when NLS option is disabled. - Remove pkg-message.in. All supported versions of FreeBSD have unzip in base. - Rename xmms.desktop.in to xmms.desktop to reflect that it doesn't require substitutions. - Adjust pkg-plist for OPTIONS_SUB, NLS option, staging and USES=desktop-file-utils. chinese/xmms, russian/xmms: - Minor cleanups. PR: ports/183165 Approved by: "Chris Petrik" <c.petrik.sosa@gmail.com> (maintainer) Notes: svn path=/head/; revision=331240
* multimedia/k9copy-kde4: add missing cmake ffmpeg patchWilliam Grzybowski2013-10-211-0/+93
| | | | | | | - Add missing cmake ffmpeg patch Notes: svn path=/head/; revision=331211
* multimedia/audacious-plugins: link against ffmpeg instead of ffmpeg-develWilliam Grzybowski2013-10-211-9/+2
| | | | | | | | | - Link against ffmpeg instead of ffmpeg-devel Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331205
* multimedia/ffmpeg-devel: use multimedia/ffmpeg insteadWilliam Grzybowski2013-10-2117-942/+0
| | | | | | | - Use multimedia/ffmpeg instead Notes: svn path=/head/; revision=331203
* multimedia/k9copy-kde4: link against ffmpeg0William Grzybowski2013-10-211-4/+16
| | | | | | | | | | - Link against ffmpeg0 - Convert lib depends to new format Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=331202
* - Change maintainer email to @FreeBSD.orgRusmir Dusko2013-10-211-26/+19
| | | | | | | | | | | | - Use the new format for LIB_DEPENDS - USE_GNOME cairo instead of graphics/cairo - Simplify Option NLS handling - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Notes: svn path=/head/; revision=331196