aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* Update multimedia/x265 to 1.7, and bump PORTREVISION on its consumers.adamw2015-06-296-7/+8
|
* multimedia/mlt: update to 0.9.6avilla2015-06-285-32/+30
| | | | | This is a bugfix and minor enhancement release: http://mltframework.blogspot.it/2015/02/version-094-released.html
* Add multimedia/ffmpeg23 port in preparation for switching theriggs2015-06-2816-0/+777
| | | | main multimedia/ffmpeg port to a newer branch
* - Fix V4L supportwen2015-06-286-19/+29
| | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: 201162 Submitted by: mizhka@gmail.com
* - Update to 0.2.5nivit2015-06-275-21/+28
| | | | | | | | | | | | - Change Python version to 3.2+ because Python 2 is no longer supported - Add a patch to setup.py to install .desktop file (required for MPRIS support) - Add a wrapper script to pass the environment variable SSL_CERT_FILE, otherwise any video search fails with <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)> Relnotes: https://github.com/mps-youtube/mps-youtube/releases/tag/v0.2.5
* Update to 0.9.12.4.1192feld2015-06-263-4/+7
| | | | https://forums.plex.tv/index.php/topic/62832-plex-media-server/?p=963754
* - Mark BROKEN on 9.x:amdmi32015-06-261-0/+2
| | | | | | | /usr/local/include/qt5/QtCore/qflags.h:43:10: fatal error: 'initializer_list' file not found Submitted by: pkg-fallout Approved by: portmgr blanket
* - Change PORTSCOUTnemysis2015-06-261-1/+1
|
* - Update to 15.6.0, announce message:nemysis2015-06-262-3/+3
| | | | * Add experimental theme H2O. Still work in progress.
* multimedia/py-subliminal: fix chardet dependencywg2015-06-241-0/+6
| | | | | PR: 201079 Submitted by: Ralf van der Enden
* - Update to 0.11.1amdmi32015-06-242-3/+5
| | | | | | | - While here, add NO_ARCH and LICENSE_FILE PR: 201028 Submitted by: conall@conall.net (maintainer)
* multimedia/py-subliminal: update to 0.7.5wg2015-06-242-6/+5
|
* - Use memalign hack only on supported systems that need itriggs2015-06-231-8/+7
| | | | | (FreeBSD on pre-10 systems) - Bump PORTREVISION
* - Use memalign hack only on supported systems that need itriggs2015-06-231-9/+7
| | | | | (FreeBSD on pre-10 systems) - Bump PORTREVISION
* - Use memalign hack only on supported systems that need itriggs2015-06-231-9/+7
| | | | | (FreeBSD on pre-10 systems) - Bump PORTREVISION
* Convert to USES=jpegantoine2015-06-2327-55/+43
|
* multimedia/mplayer2: fix portaudio dependencypi2015-06-221-2/+2
| | | | | | PR: 200952 Submitted by: Andrey Fesenko <andrey@bsdnir.info> Approved by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* Convert to USES=autoreconfbapt2015-06-211-2/+2
|
* Convert to USES=autoreconfbapt2015-06-211-2/+1
|
* - Add NO_ARCHsunpoet2015-06-211-0/+1
|
* - Add NO_ARCHsunpoet2015-06-211-0/+1
|
* Convert to USES=autoreconfbapt2015-06-211-2/+2
|
* multimedia/gmp-api: convert to DISTVERSIONPREFIX and improve descriptionjbeich2015-06-213-6/+10
|
* Our stdint.h is a symlink to sys/stdint.h so we need to teach x264 thekwm2015-06-192-1/+16
| | | | | | | | header guard of the sys/stdint.h file. Otherwise compiling software with the x264.h header will generate a warning about the mismatch header guard. Approved by: maintainer (koobs@) Differential Revision: https://reviews.freebsd.org/D2863
* - Use INSTALL_TARGET from master port, fixing strippingamdmi32015-06-191-2/+2
|
* multimedia/handbrake: update 0.10.1 -> 0.10.2robak2015-06-182-6/+10
| | | | | | | - Add DESKTOP_ENTRIES PR: 200856 Submitted by: Hardy Schumacher <hardy.schumacher@gmx.de>
* Update to 0.9.12.4.1192feld2015-06-173-4/+7
|
* Fix the build of libv4l (and v4l-utils) by requiring iconv. Don't dependkwm2015-06-171-1/+1
| | | | | | | on other ports to provide it. This would break when the NLS option is unset at a gloval level. Submitted by: mat@ (via his 9.x no-NLS builder)
* multimedia/ffmpeg: Convert memalign-hack into an optionmarino2015-06-171-4/+9
| | | | | | | | | | | | | | | | 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.
* multimedia/ffmpeg(0|26): Convert memalign-hack into an optionmarino2015-06-172-9/+18
| | | | | | | | | | | | | | | 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. 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.
* - Update to 3.0.5641.4amdmi32015-06-163-28/+49
| | | | | | | - While here, add LICENSE PR: 200872 Submitted by: woodsb02@gmail.com (maintainer)
* - Add LCL OPTIONS (GTK1, GTK2 and QT)acm2015-06-161-5/+37
| | | | | | - Clean up Approved by: thierry (maintainer)
* - Add LICENSEamdmi32015-06-162-370/+373
| | | | - Use %%DATADIR%%
* - Add -d to LAZBUILD_CMD. It doesn't need to recompile lazarus dependenciesacm2015-06-151-1/+1
|
* - Bump PORTREVISION. lazarus was updated to 1.4.0acm2015-06-151-1/+2
|
* - Remove dependency on bash, not required anymoreashish2015-06-151-6/+1
| | | | | | | - Remove old %%DESTDIR%% REINPLACE_CMD from post-patch PR: 200839 Submitted by: tijl
* - Re-enable OPENCV default OPTION. Since r389642 is built without SIMDriggs2015-06-151-3/+2
| | | | | by default on non-supporting architectures. - Bump PORTREVISION
* Addind WinFF, a GUI for ffmpeg.thierry2015-06-147-0/+162
|
* - Update to upstream version 2.6.3riggs2015-06-142-5/+6
| | | | | - Temporarily disable OPENCV as a default OPTION because of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200466
* Update libv4l and friends to 1.6.3.kwm2015-06-1421-248/+664
| | | | | | | | | Turn v4l-util and v4l_compat into slave ports. "Steal" the dvb headers from linux 3.16.7 and roll them into a tarball. Assign maintainership to multimedia@ Differential Revision: https://reviews.freebsd.org/D1482 Approved by: nox@, hslasky@, kwm@ (multimedia@)
* - Fix some shared libs were installed with wrong permissionsriggs2015-06-142-0/+3
| | | | | | - Bump PORTREVISION Reported by: nox
* Move multimedia/avidemux26-* to multimedia/avidemux-*riggs2015-06-1421-27/+25
|
* Remove multimedia/avidemux2 from head. The 2.5 branch is no longer maintainedriggs2015-06-1419-763/+0
| | | | upstream, and all versions from this branch have security vulnerabilities.
* Update to upstream version 2.6.10riggs2015-06-143-4/+3
|
* Upgrade podcastdl from 0.3.1 to 0.3.2rodrigo2015-06-132-4/+3
|
* Update to 1.0.0tijl2015-06-133-14/+3
|
* * Split off the python bindings from the main libpeas port.kwm2015-06-121-2/+3
| | | | | | | | * This allows use to supply both python bindings. Update libpeas using ports for this change. * Assign maintainership to gnome@ Obtained from: GNOME devel repo
* multimedia/vid.stab: fix build on ARM and MIPSavilla2015-06-121-0/+39
| | | | | | | | The project was hardcoding SSE support, thus making the build fail on ARM and MIPS architectures. PR: 197133 MFH: 2015Q2
* - Chase libplist shlib version update.avilla2015-06-112-1/+2
|
* - Add LICENSE_FILEamdmi32015-06-111-2/+3
| | | | - Switch to USES=autoreconf
* - Strip binariesamdmi32015-06-111-0/+2
|
* Remove expired ports:rene2015-06-115-173/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014" 2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014" 2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3 2015-06-02 deskutils/gimmie: Broken since update to gnome3 2015-06-02 deskutils/glipper: Broken since update to gnome3 2015-06-02 deskutils/gnochm: Broken since update to gnome3 2015-06-02 deskutils/hamster-applet: Broken since update to gnome3 2015-06-02 deskutils/kupfer: Broken since update to gnome3 2015-06-02 deskutils/ontv: Broken since update to gnome3 2015-06-02 deskutils/timer-applet: Broken since update to gnome3 2015-06-02 editors/scribes: Broken since update to gnome3 2015-06-09 games/gweled: Broken since update to gnome3 2015-06-02 games/py-pychess: Broken since update to gnome3 2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork 2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux 2015-06-02 multimedia/arista: Broken since update to gnome3 2015-06-02 net/service-discovery-applet: Broken since update to gnome3 2015-06-05 net/shaperprobe: broken with no known fix (PR 197327) 2015-06-02 print/gnome-specimen: Broken since update to gnome3 2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared 2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
* multimedia/libvpx: update to 1.4.0jbeich2015-06-0918-80/+76
| | | | | | | | | | 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)
* Fix build on FreeBSD 8/9. Thanks to tijl@ for the solution.ehaupt2015-06-091-1/+21
|
* Mark broken on FreeBSD < 10.0-RELEASE, it does not compile. Add patches thatehaupt2015-06-096-0/+66
| | | | solve a problem with missing headers. A bug report has been submitted upstream.
* - Update to 2.1.5tabthorpe2015-06-093-4/+28
|
* Make ports using libtool treat elftoolchain's strip the same as GNU stripantoine2015-06-081-4/+0
| | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
* - Strip librariesamdmi32015-06-071-1/+3
|
* Update to 0.9.12.3.1173feld2015-06-073-24/+29
|
* Update to 0.9.12.3.1173feld2015-06-063-25/+35
|
* update audacious to 3.6.2oliver2015-06-058-97/+48
|
* - Remove ACLOCAL_ARGS and AUTOMAKE_ARGS. Not needed with USES=autoreconf.tijl2015-06-041-9/+2
| | | | - Replace CXXFLAGS+=-std=c++11 with USE_CXXSTD.
* multimedia/baka-mplayer: update to 2.0.3jbeich2015-06-045-59/+10
| | | | Changes: https://github.com/u8sand/Baka-MPlayer/releases/tag/v2.0.3
* - Fix library installation, strip properlyamdmi32015-06-031-1/+2
|
* - Switch to USES=autoreconfamdmi32015-06-021-4/+1
|
* Update to 7.9.0ehaupt2015-06-023-30/+32
|
* - Update to 1.4.1amdmi32015-06-022-4/+5
| | | | | PR: 200533 Submitted by: woodsb02@gmail.com (maintainer)
* Update to upstream version 2.6.9riggs2015-06-0217-431/+486
| | | | | | | | While on it: Pet portlint PR: 200507 Reported by: venture37@geeklan.co.uk
* Fix CVE-2015-3885.delphij2015-06-012-0/+13
| | | | | | | | | | PR: 200200 Submitted by: maintainer Reported by: Sevan Janiyan Tested by: Jason Unovitch Security: 57325ecf-facc-11e4-968f-b888e347c638 Security: CVE-2015-3885 MFH: 2015Q2
* Update to 3.0.5621.4cs2015-06-013-4/+12
| | | | | | | | | | Changes this release 3.0.5621.4: * HLS Improvements * New reporting features * New video player OSD PR: 200532 Submitted by: Ben Woods (maintainer)
* Update to 2.2.3bapt2015-06-013-4/+4
|
* Fix build error introduced by changes to default behavior of perl port.sbruno2015-06-011-1/+4
| | | | | | | Apply shebangfix to build/make/ads2gas.pl as it was invoking /usr/bin/perl. PR: 200535 Reviewed by: kwm
* Update portaudio to v19/Remove portaudio2 [1]bapt2015-05-312-11/+6
| | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer
* Update project homepage, now separate from smplayerpawel2015-05-301-1/+1
|
* Update to version 15.5.17pawel2015-05-293-4/+16
|
* - Strip binariesamdmi32015-05-291-3/+8
|
* - Update to version 2.4.0pawel2015-05-2911-75/+45
| | | | | | | | | | | | | | | | | | | | - Remove upstreamed patches Changelog: Implement workaround for expose event problems in gtk+ 3.10. Fix threading crash in multitrack. Fix invalid saving of layouts in multitrack. Fix sizes of scrolled windows inside dialog boxes (regression). Fix timeline start position for gtkgrid widget in multitrack. Fix "fade background mode" (b) so it looks nice again. Stability fix for expose event during startup. Stability fix for mkv_decoder with broken end frames. Implement C++ language bindings (liblives). Fixes for several smaller issues (Thomas Berger). Code cleanup / reformat. Updated translations to UK English, French, Galician, German, Russian and Simplified Chinese.
* Update to 0.9.12.2.1124feld2015-05-263-5/+8
|
* - Add LICENSEsunpoet2015-05-262-2/+4
| | | | - Update WWW
* Fix configure with mono 4antoine2015-05-251-0/+1
|
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-2315-43/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* multimedia/mpv: 0.91 -> 0.92pi2015-05-232-4/+13
| | | | | | | | | | | - Update audio/ladspa LIB_DEPENDS to new format - Update to 0.92 Changes: https://github.com/mpv-player/mpv/releases/tag/v0.9.2 PR: 200380 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* Update to 0.5.10tijl2015-05-233-11/+14
|
* - Pass environment through scons to allow build with ccacheamdmi32015-05-221-1/+1
| | | | | | PR: 200051 Submitted by: amdmi3 Approved by: maintainer timeout (wg, 2 weeks)
* multimedia/mpv: fix conflict between ffmpeg and ffmpeg26pi2015-05-201-4/+2
| | | | | PR: 198758 Submitted by: Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
* Expire 14 gnome ports broken for more than 6 months (remove in 2 weeks)marino2015-05-201-0/+2
| | | | | PR: 199761 Approved by: maintainer timeout
* - Add CPE infoamdmi32015-05-171-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-171-1/+2
| | | | Approved by: portmgr blanket
* - Add CPE infoamdmi32015-05-161-1/+5
| | | | | | - Add LICENSE Approved by: portmgr blanket
* Update multimedia/emby-server to latest stable release 3.0.5607.2.adamw2015-05-153-5/+15
| | | | | | | | | | | | | | | | | | Changes this release: * Resolved Play To issue with Xbox One that would revert to the default Dlna profile if using a custom device name * Resolved transcoding failures with Sony Bravia's * Resolved missing images with Sony Bravia's * Resolved transcoding failures with Panasonic Viera * Significantly reduced network footprint when discovering devices on the network * New DLNA profiles added for VLC and Bubble UPnp, to direct stream all content (subject to bitrate setting) * Resolved issue of missing header when using the web client on Xbox One * Resolved incorrect aspect ratio when transcoding anamorphic content with Android TV & Fire TV * Resolved issue of file handles being left open in Linux when extracting chapter images. This was the primary cause of the Unbutu crashing being reported. * Resolved issue of backdrop images not being downloaded in certain situations * Reduced CPU usage caused by dynamically created images PR: 200160 Submitted by: Ben Woods (maintainer)
* - Clarify LICENSEamdmi32015-05-153-8/+9
| | | | | | | - Add LICENSE_FILE - Fix program installation, which fixes stripping - Add dragonfly support - Fix WWW:
* MASTER_SITES cleanup.mat2015-05-1430-59/+32
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Modernize plist, switch to @sampleamdmi32015-05-141-5/+2
| | | | Approved by: portmgr blanket
* - Modernize plist, switch to @sampleamdmi32015-05-141-5/+2
| | | | Approved by: portmgr blanket
* - Drop @dirrm* from plistamdmi32015-05-141-23/+7
| | | | | | - Switch to @sample Approved by: portmgr blanket
* multimedia/ffmpeg{,26}: make GNUTLS and OPENSSL mutually exclusivexmj2015-05-142-4/+10
| | | | | | | - make GNUTLS and OPENSSL mutually exclusive Differential Revision: https://reviews.freebsd.org/D2533 Reviewed by: riggs
* multimedia/mpv: change optimization on i386pi2015-05-131-1/+9
| | | | | PR: 198758 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* Update to version 15.5.10pawel2015-05-133-41/+4
|
* - Add missing LIB_DEPENDS for audio/libfdk-aackmoore2015-05-131-1/+2
|
* Cleanup DIST* variables.mat2015-05-123-9/+6
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* multimedia/mpv: 0.8.3 -> 0.9.1pi2015-05-094-13/+56
| | | | | | | | | | | - Added CONFLICTS_BUILD variable to avoid ffmpeg build error - Cleanup Makefile (e.g. LIRC support was removed) ChangeLog https://github.com/mpv-player/mpv/releases/tag/v0.9.1 PR: 198758 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* multimedia/libva-intel-driver: support DragonFly with USES=aliasmarino2015-05-081-1/+1
|
* - Add CPE infoamdmi32015-05-082-2/+2
| | | | | | PR: 199967, 199968 Submitted by: shun.fbsd.pr@dropcut.net Approved by: portmgr blanket
* - Fix shebangsamdmi32015-05-081-1/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* multimedia/ffmpeg: add CPE inforobak2015-05-081-1/+1
| | | | | | PR: 199966 Submitted by: Shun <shun.fbsd.pr@dropcut.net> Approved by: portmgr blanket
* Fix, yes, really.mat2015-05-081-1/+1
| | | | Sponsored by: Absolight
* Fix for realz.mat2015-05-081-1/+1
|
* Fixup those two, they're using USE_GITHUB to fetch some other distfile, andmat2015-05-084-9/+8
| | | | | | | it's not really a good idea, for now. With hat: portmgr Sponsored by: Absolight
* Unbreakantoine2015-05-082-0/+4
|
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-0832-80/+51
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* multimedia/mplayer2: add CPEpi2015-05-061-1/+1
| | | | | PR: 199954 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* - Add CPE infoamdmi32015-05-051-1/+2
| | | | Approved by: portmgr blanket
* Update to 0.9.12.1.1079feld2015-05-053-16/+47
|
* Fix distinfoantoine2015-05-041-2/+2
|
* - Update to 2.2.5sunpoet2015-05-042-3/+6
| | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* - Update to 2.2.5sunpoet2015-05-042-4/+7
| | | | | | - Add LICENSE Changes: https://github.com/ruby-gnome2/ruby-gnome2/commits/master
* - Update to upstream version 2.9.2riggs2015-05-045-18/+22
| | | | | | | | | | | - USE_AUTOTOOLS -> USES - Pet portlint - Add -std=c++11 to CXXFLAGS for gcc (does not build on pre-10.x system without it) PR: 199245 Submitted by: tkato432@yahoo.com Reviewed by: riggs
* Open Broadcaster Software is free and open source softwarekmoore2015-05-0314-0/+780
| | | | | | for video recording and live streaming. WWW: https://obsproject.com/
* Update to 1.12.2 - changelog is here:nox2015-05-032-3/+3
| | | | http://livestreamer.tanuki.se/en/latest/changelog.html#changelog
* Update to 2.2.1 - changelog is here:nox2015-05-023-21/+3
| | | | https://www.videolan.org/developers/vlc-branch/NEWS
* - Update to upstream version 14.4.2riggs2015-05-022-2/+2
| | | | | | | | - Bump PORTREVISION on lib-dependent ports PR: 199567 Submitted by: takefu@airport.fm Approved by: dnelson@allantgroup.com (maintainer)
* multimedia/mpv: change maintainerpi2015-05-011-1/+1
| | | | Approved by: Chris Petrik <chris@bsdjunk.com> (maintainer)
* Merge BUILD_DEPENDS change (texi2html) from r385084 into ffmpeg26riggs2015-05-011-3/+7
|
* Make BUILD_DEPENDS on texi2html conditionally (only if DOCS is selected)riggs2015-05-011-3/+7
| | | | | PR: 199642 Submitted by: rs@bytecamp.net
* Update to 0.9.12.0.1071feld2015-05-013-20/+45
|
* Update multimedia/emby-server to latest upstream release 3.0.5597.1.adamw2015-05-012-3/+3
| | | | | | | | | | | | | Changes this release: * Improve Xbox One Dlna * Episode metadata getting lost after upgrading video file * Video Ref frame count not being recorded * Live TV not working in Safari * PlayTo not working with MediaMonkey (this fix may benefit other DLNA media players) * Safari "Add to Homescreen" feature not hiding address bar PR: 199791 Submitted by: Ben Woods (maintainer)
* multimedia/mplayer2: update maintainer, WWW: valuepi2015-04-302-2/+2
| | | | | Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (new maintainer) Approved by: chris <chris@bsdjunk.com> (old maintainer)
* multimedia/mplayer2: fix build if THEORA support enabledpi2015-04-302-0/+282
| | | | | | PR: 198901 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> Approved by: chris@bsdjunk.com (maintainer)
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-294-8/+8
| | | | | | | | | | | | | | | | | | | | | | | When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in it. When not using GH_TAGNAME it would not have this. Now both cases will add in the GH_PROJECT and GH_ACCOUNT. Add special care to ensure that the DISTVERSION is not added in twice. If a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used. empty() is used rather than (!defined || !${}) to support fmake. The purpose of setting DISTNAME at all in these cases is to make it more clear that the distfile is from *GITHUB* and to avoid collisions if a project were to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there are real risks that collisions on filenames would happen on renamed or moved projects, which is fairly common. A GITHUB-generated file may not match a custom-rolled or git-archive-rolled distfile. PR: 199069 With hat: portmgr Testing done: All USE_GITHUB ports without GH_COMMIT were checksum/fetch/extract/WRKSRC tested.
* - Update to 1.1.9jbeich2015-04-274-12/+19
| | | | | | | - Avoid regressing sysutils/fusefs-simple-mtpfs with workaround - Drop no longer necessary == fix since base r219084 (8.3R earliest) Changes: http://sourceforge.net/projects/libmtp/files/libmtp/1.1.9/README/view
* - Add CPE infoamdmi32015-04-252-2/+3
| | | | | | - Fix WWW Approved by: portmgr blanket
* Update to 3.0.5588.1.adamw2015-04-253-5/+11
| | | | | | | | | | | Changes include: * External streaming with Android * Live TV streams not being properly closed * Tvdb language override not falling back to English when appropriate * Playback stopping prematurely on Chromecast PR: 199626 Submitted by: maintainer (Ben Woods)
* Fix build on FreeBSD 8 and 9.adamw2015-04-251-0/+9
| | | | | | | __builtin_bswap32 and __builtin_bswap64 were not introduced in GCC until v4.3. PR: 199627 Submitted by: maintainer (Ben Woods)
* Make buildable.mat2015-04-241-0/+2
| | | | Sponsored by: Absolight
* multimedia/kaffeine: add CPE inforobak2015-04-241-1/+3
| | | | | PR: 199618 Submitted by: Shun <shun.fbsd.pr@dropcut.net>
* Update icu to 55.1bapt2015-04-242-0/+2
|
* multimedia/handbrake: register CONFLICTS_BUILD with x265pi2015-04-211-1/+1
| | | | | | | handbrake does not build if multimedia/x265 is installed PR: 199126 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@aon.at>
* - Update to upstream version 0.41.1riggs2015-04-203-131/+118
| | | | | | | | | | - Un-break build on 10.x and later - Introduce non-default OPENGL OPTION PR: 199248 Submitted by: tkato432@yahoo.com Reviewed by: riggs MFH: 2015Q2
* Update x265 to 1.6, and bump PORTREVISION on its consumers for shlibadamw2015-04-207-8/+9
| | | | version change.
* - Fix BUILD_DEPENDS and LIB_DEPENDS with NLS (default OPTION)riggs2015-04-192-29/+20
| | | | | | | | | | | - Simplify OPTIONS handling - Pet portlint - Bump PORTREVISION PR: 196729 Submitted by: z7dr6ut7gs@snkmail.com Reviewed by: riggs MFH: 2015Q2
* Convert to USES=autoreconftijl2015-04-184-25/+7
|
* - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-181-2/+0
| | | | - Remove CONFIG_SHELL from CONFIGURE_ENV because bsd.port.mk handles that
* New port multimedia/msx264: Mediastreamer plugin for H264 encoding usingtijl2015-04-175-0/+31
| | | | libx264
* Over to the enlightement teambapt2015-04-172-2/+2
| | | | Submitted by: Chris Petrik (via irc)
* Over to new maintainerbapt2015-04-172-2/+2
|
* Back to the pool.gblach2015-04-174-4/+4
| | | | | Currently and in near future I don't have time to be responsible for any port.
* New port multimedia/msopenh264:tijl2015-04-176-0/+39
| | | | H264 encoder/decoder plugin for Mediastreamer based on OpenH264
* Fix build with GCC on recent head kernel by disabling PCH for GCCantoine2015-04-161-2/+9
| | | | With hat: portmgr
* converters/libiconv:tijl2015-04-156-51/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine)
* multimedia/handbrake: change X11_DESC from GTK3 to GTK+3pi2015-04-141-1/+1
| | | | Submitted by: danfe
* multimedia/handbrake: fix X11_DESCpi2015-04-141-1/+1
| | | | Submitted by: tj@mrsk.me
* I forgot to add a patch in r383947. PHT will not build without it. Itadamw2015-04-141-0/+66
| | | | | | was present in the PR (199416, which I also got wrong in that commit). Noticed by: Ben Woods (maintainer)
* Move DISTVERSION{PREFIX,SUFFIX} into their proper place.adamw2015-04-141-2/+2
| | | | Pointed out by: mat
* Update to 1.3.6.adamw2015-04-1430-609/+25
| | | | | PR: 194416 Submitted by: Ben Woods (maintainer)
* multimedia/handbrake: fix build on 10.1a, 9.3a (and probably others)pi2015-04-141-9/+16
| | | | | PR: 199126 Submitted by: kwhite@site.uottawa.ca
* Fix runtime crash with certain MPEG2 files on pre-10 systems.riggs2015-04-125-24/+34
| | | | | PR: 199283 MFH: 2015Q2
* - Update to upstream version 0.5.0 [1]riggs2015-04-124-22/+47
| | | | | | | | | | | - General port cleanup [1] - Fix sporadic build failures on SMP systems [2] - Un-break build on arm [2] PR: 199247 Submitted by: tkato432@yahoo.com [1] Reviewed by: riggs [2] MFH: 2015Q2
* Add CPE information.nox2015-04-111-2/+4
| | | | | PR: 199374 Submitted by: shun.fbsd.pr at dropcut.net
* Update to upstream release 14.2riggs2015-04-115-33/+37
| | | | | PR: 199351 Submitted by: mickael.maillot@gmail.com (maintainer)
* - Update to re-rolled 1.4.0jbeich2015-04-112-8/+4
| | | | | | | | - Remove deprecated GH_COMMIT with a side effect of making it harder to track from where tag moves in future Changes: https://github.com/cisco/openh264/compare/3a75956...v1.4.0 MFH: 2015Q2
* multimedia/openh264: Mark broken; checksum mismatchmarino2015-04-111-0/+2
| | | | At least this saves having to download 35Mb for nothing...
* multimedia/subtitlecomposer-kde4:makc2015-04-113-10/+14
| | | | - Update to 0.5.7. This release brings GStreamer 1.x support.
* Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-091-4/+2
| | | | | | | | | | | | | Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
* Rename multimedia/mediabrowser to multimedia/emby-server, and updateadamw2015-04-0814-849/+877
| | | | | | | | | | | | | | to 3.0.5572.0. The user and group names have change, but the uid/gid remain the same. The port will continue to use the old database and user/group names if they exist, but will default to the new names for new installs. Instructions are in pkg-message for how to manually migrate things yourself. PR: 199093 Submitted by: maintainer (Ben Woods)
* Add a new USES=waf to handle the waf building system, allowing to factorise codebapt2015-04-081-15/+1
| | | | | | | | | | | | | | | | | | Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be reused Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting _MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed to really disable parallelisation with waf WAF_CMD has been created to allow one to override the location of the waf script relatively to WRKSRC CONFIGURE_TARGET is by default defined to "configure" ALL_TARGET is by default defined to "build" INSTALL_TARGET is by default defined to "install" USES=waf is by default stagedir safe
* Update to 0.1.1gblach2015-04-072-4/+4
|
* - Add ports for Qt 5 variety of Phonon 4makc2015-04-0616-0/+344
| | | | | | | | - Introduce new USE_QT5 component: phonon4 Based on patches submitted by Tobias C.Berner <tcberner@gmail.com> via kde-freebsd maillist: https://mail.kde.org/pipermail/kde-freebsd/2015-January/018741.html
* Add libvpx and x264 dependency:netchild2015-04-061-1/+3
| | | | | | | | | | | | | | | - the bundled ffmpeg seems to want to use it despite libvpx being disabled in the handbrake patches - x264 comes bundled, but there are reports it's needed as a dependency so that the port builds, so better safe than sorry This allows to build the port by hand (make install in the port directory). The BROKEN line stays in, seems those changes don't make poudriere happy. PR: 199126 Submitted by: w.schwarzenfeld@utanet.at Discussed with: olgeni
* - Update to new upstream snapshot as of 2015-04-03riggs2015-04-047-20/+18
| | | | | | | | (included ffmpeg snapshot as of 2015-04-03) - Fix vulnerabilities CVE-2014-8544 and CVE-2014-9604 with bundled ffmpeg snapshot in the process MFH: 2015Q2
* Convert kde@ ports to USES=metaport.rakuco2015-04-041-4/+1
| | | | Submitted by: alonso@
* - Update to upstream version 11.3riggs2015-04-043-4/+35
| | | | | | | | - Fix security vulnerabilities in utvideodec and tiff decoders (CVE-2014-9604 and CVE-2014-8544) - Fix build with non-default CDIO option MFH: 2015Q2
* - Chase renamed vnsiserver5 -> vnsiserver plugin.nox2015-04-031-2/+2
| | | | - Bump PORTREVISION.
* Chase xbmc-addon-pvr update by updating to 14.0.20150330 from new github repo.nox2015-04-033-19/+15
| | | | PR: 199131
* Update to 1.5.1madpilot2015-04-032-3/+3
| | | | | | PR: 198748 Submitted by: me Approved by: Maintainer timeout
* Remove OSVERSION checks that do not make sense any more.mat2015-04-035-59/+3
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* Mark BROKEN: fails to buildantoine2015-04-031-0/+2
| | | | | | | | | | | | | | | | gmake[1]: Leaving directory '/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/fdkaac/fdk-aac-v0.1.1-6-gbae4553' touch contrib/fdkaac/.stamp.install set -e; cd ./contrib/ffmpeg/libav-v10.1/; ./configure --prefix=/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/ --disable-shared --enable-static --enable-gpl --disable-doc --disable-bsfs --enable-bsf=aac_adtstoasc --disable-avconv --disable-avplay --disable-avprobe --disable-avdevice --disable-avfilter --disable-avserver --disable-muxers --disable-network --disable-hwaccels --disable-encoders --enable-encoder=aac --enable-encoder=ac3 --enable-encoder=flac --enable-encoder=mpeg2video --enable-encoder=mpeg4 --enable-libvpx --enable-encoder=libvpx_vp8 --disable-decoder=libvpx_vp8 --enable-zlib --enable-bzlib --cc="/usr/bin/cc" --extra-ldflags="-O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -L/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/lib" --enable-nonfree --enable-libfdk-aac --enable-encoder=libfdk_aac --enable-muxer=matroska --enable-muxer=webm --enable-muxer=mov --enable-muxer=mp4 --enable-muxer=psp --enable-muxer=ipod --enable-pthreads --disable-devices --disable-debug --extra-cflags="-O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -I/wrkdirs/usr/ports/multimedia/handbrake/work/HandBrake-0.10.1/build/contrib/include -DNDEBUG" ERROR: libvpx encoder version must be >=0.9.6 If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net. Include the log file "config.log" produced by configure as this will help solving the problem. ../contrib/ffmpeg/module.rules:2: recipe for target 'contrib/ffmpeg/.stamp.configure' failed Reported by: pkg-fallout
* - Provide standard CDDA_DESC for Digital Audio CD support, and remove itdanfe2015-04-011-1/+0
| | | | | | | from individual ports when appropriate (two ports, `audio/deadbeef' and `devel/gvfs', were allowed to keep them for the time being, since they benefit from custom description) - Remove last per-port occurrences of WAVPACK_DESC while I'm at it
* - Update gmp-api to 38.0jbeich2015-04-013-4/+5
| | | | | | | | | | - Update Firefox to 37.0 - Update Firefox ESR and libxul to 31.6.0 - Update Thunderbird to 31.6.0 - Backport a few GTK3 fixes to Firefox 37 MFH: 2015Q1 Security: https://vuxml.freebsd.org/freebsd/d0c97697-df2c-4b8b-bff2-cec24dc35af8.html
* Update to 0.9.11.16.958feld2015-03-313-597/+454
|
* Mark as broken: no public distfilesbapt2015-03-311-1/+3
|
* multimedia/py-ffmpeg: use new USE_GITHUB.dbn2015-03-312-5/+4
|
* Update to 0.9.11.17.986feld2015-03-303-8/+4
|
* - update to 10.1netchild2015-03-306-108/+69
| | | | | | | - new vpx support in 10.x is disabled (build problems) - this is all but quick, and surely a dirty update (e.g. the CC hack in the port-Makefile) - at least it doesn't segfault on startup like the 9.9 this replaces - this port needs a maintainer which is able to handle more than 50 shades of grey
* Update to 0.12.1bapt2015-03-294-20/+6
| | | | Convert to USES=autoreconf
* - Add Qt 4 knob and slave port to multimedia/vlc with appropriate CONFLICTS.nox2015-03-295-13/+55
| | | | | | | | | | | - Remove SIDPLAY knob from vlc as it's now broken: /usr/bin/ld: /usr/local/lib/sidplay/builders/libresid-builder.a(resid-builder.o): relocation R_X86_64_32S against `_ZTV12ReSIDBuilder' can not be used when making a shared object; recompile with -fPIC - Unbreak phonon-vlc by switching it to using vlc-qt4 slave port. [1] - Bump PORTREVISIONs. Reported by: makc [1]
* multimedia/minitube: remove BOM to fix build on 8.4-RELEASEmakc2015-03-291-0/+3
|
* Fix build on 8 and 9.nox2015-03-291-8/+27
| | | | Submitted by: beefy1 via pkg-fallout
* Prevent accidental linking to libEGLriggs2015-03-281-8/+24
| | | | | Reported by: Florian Degner <f.degner@gmx.de> via personal mail MFH: 2015Q1
* multimedia/aegisub: Add DragonFly support (fixes luajit)marino2015-03-271-0/+62
| | | | Bring in fix from dports (port is not maintained)
* Unbreak build on 10.0 and 10.1 after r381731jbeich2015-03-271-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | time_t tends to be bootlegged otherwise: lib/cppmyth/cppmyth/src/mythtypes.h:28, /usr/include/c++/4.2/string:47, /usr/include/c++/4.2/bits/char_traits.h:46, /usr/include/c++/4.2/bits/stl_algobase.h:70, /usr/include/c++/4.2/iosfwd:46, /usr/include/c++/4.2/bits/c++io.h:43, /usr/include/c++/4.2/bits/gthr.h:114, /usr/include/c++/4.2/bits/gthr-default.h:43, /usr/include/pthread.h:47, /usr/include/time.h:65, lib/cppmyth/cppmyth/src/mythtypes.h:28: /usr/include/c++/v1/string:434: /usr/include/c++/v1/__config:23: /usr/include/unistd.h:37: /usr/include/sys/types.h:209: Reported by: decke (maintainer, via pkg-fallout) Pointy hat: jbeich
* multimedia category: Remove $PTHREAD_LIBSmarino2015-03-2631-89/+54
| | | | approved by: PTHREAD blanket
* - Cleanup -lpthread/-pthread manipulationsunpoet2015-03-251-1/+1
|
* - Cleanup -lpthread/-pthread manipulationsunpoet2015-03-251-1/+0
|
* Update to upstream version 7.7.0riggs2015-03-254-3/+15
| | | | | | PR: 198800 Submitted by: aberg010@my.hennepintech.edu Reviewed by: riggs
* Update to 1.12.1 - changelog is here:nox2015-03-242-3/+3
| | | | http://livestreamer.tanuki.se/en/latest/changelog.html#changelog
* - Update MAINTAINER: use @FreeBSD.orgsunpoet2015-03-233-3/+3
|
* Fix minor typos in pkg-descr files.olgeni2015-03-221-1/+1
|
* - Update OpenH264 to 1.4.0jbeich2015-03-223-9/+8
| | | | | | | | | | | | | | | | | | - Update NSS and ca_root_nss to 3.18 - Update Firefox to 36.0.4 - Update Firefox ESR and libxul to 31.5.3 - Update SeaMonkey to 2.33.1 - Update Enigmail to 1.8 Changes: https://github.com/cisco/openh264/releases/tag/v1.4.0 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes Changes: https://www.mozilla.org/firefox/36.0.4/releasenotes/ Changes: https://www.mozilla.org/firefox/31.5.3/releasenotes/ Changes: http://www.seamonkey-project.org/releases/seamonkey2.33/ Changes: https://www.enigmail.net/download/changelog.php#enig1.8 MFH: 2015Q1 X-MFH-With: r380090 Security: https://vuxml.freebsd.org/freebsd/76ff65f4-17ca-4d3f-864a-a3d6026194fb.html
* Make fonts repecting XDGbapt2015-03-223-6/+6
| | | | | | | | | | Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
* - Add my LOCAL to MASTER_SITESsunpoet2015-03-222-1/+3
| | | | - Add git repository to WWW
* - Add my LOCAL to MASTER_SITESsunpoet2015-03-222-1/+3
| | | | - Add git repository to WWW
* - Remove GOOGLE_CODE from MASTER_SITESsunpoet2015-03-222-5/+2
| | | | | - Add git repository to WWW - Cleanup WWW
* - Remove GOOGLE_CODE from MASTER_SITESsunpoet2015-03-222-5/+2
| | | | | - Add git repository to WWW - Cleanup WWW
* - Remove GOOGLE_CODE from MASTER_SITESsunpoet2015-03-222-7/+2
| | | | | - Add git repository to WWW - Cleanup WWW
* - Remove GOOGLE_CODE from MASTER_SITESsunpoet2015-03-222-7/+2
| | | | | - Add git repository to WWW - Cleanup WWW
* - Remove GOOGLE_CODE from MASTER_SITESsunpoet2015-03-222-7/+2
| | | | | - Add git repository to WWW - Cleanup WWW
* - Remove GOOGLE_CODE from MASTER_SITESsunpoet2015-03-222-7/+2
| | | | | - Add git repository to WWW - Cleanup WWW
* Update to 1.5.1madpilot2015-03-212-3/+3
|
* - Update to 14.0.20150301 chasing Helix ABI [1]jbeich2015-03-2023-673/+867
| | | | | | | | | | | - Drop MAKE_JOBS_SAFE since r323100 - Drop unnecessary bsd.port.pre.mk - Drop unused BUILD_DEPENDS - Convert to USES=autoreconf PR: 198376 [1] PR: 198110 Approved by: decke (maintainer)
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-206-6/+6
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* Update to 0.8.3gblach2015-03-192-7/+7
|
* Add workaround for GCC build failure on 9.x taken fromdecke2015-03-191-0/+8
| | | | | | multimedia/libvpx Reported by: package builder
* Fix rc.d script path in pkg-message.inkevlo2015-03-191-1/+1
|
* bump PORTREVISION to reflect the updated patch patch-v4l2-ctl__v4l2-ctl.cppoliver2015-03-181-0/+1
|
* Update Qt5 to 5.4.1.rakuco2015-03-181-0/+2
| | | | | | | | | | | | | | | | This is probably the first time our Qt 5 ports are tracking the latest upstream release :-) There isn't much to report in this update, thanks to the effort spent in the 5.2->5.3 update: a lot of the work is just small plist and patch updates. Thankfully, several patches have been upstreamed and are not needed on our side anymore. I would like to thank Alex Richardson <arichardson.kde@gmail.com> and Tobias Berner <tcberner@gmail.com> for their help with the plist updates and general testing. PR: 198585
* Fix handling of getting and setting v4l2 controls.oliver2015-03-181-4/+46
| | | | | | | | | | | | | The unpatched implementation depends on a Linux specific behaviour of getsubopt(3): > If the first suboption in optionp is recognized, getsubopt() returns > the index of the matching suboption element in tokens. Otherwise, -1 > is returned and *valuep is the entire name[=value] string. The "Otherwise..." part is implemented differently on FreeBSD. The file gets now patched to use a local and reduced implementation of getsubopt(3) to fix this Approved by: nox
* Update to upstream version 2.6.1riggs2015-03-182-3/+3
|
* multimedia/bombono: Please use OPSYS with OSVERSION (Unbreak DragonFly)marino2015-03-171-1/+1
| | | | | | Especially with the ">" and ">=" operators, OPSYS must be used when checking OSVERSION. The last commit got the port marked broken on all DragonFly releases.
* - Update to 14.12.0, announce message:nemysis2015-03-162-3/+3
| | | | | | | * New themes Faenza, Faenza-Darkest and Faenza-Silver, by Michele Angelico (tomberro at gmail dot com). Icons from http://qt-apps.org/content/show.php/smplayer-theme-faenza?content=156022 * New theme Oxygen-KDE, by Ralsa Marsh (ralsa at autistici dot org)
* Unmask CLUTTER optionolivierd2015-03-161-2/+0
| | | | | | | | Sometimes, when Clutter backend is used. Parole displays a purple/pink overlay on the video (depends of your video card). PR: 198617 Requested by: Ivan <enitarzi@gmail.com>
* - Add empty directory to plistamdmi32015-03-151-0/+9
|
* - Switch qt5 buildtools dep to be a build dep only.nox2015-03-151-2/+2
| | | | | | - Bump PORTREVISION. Submitted by: makc (via private email)
* Update to 0.9.11.16.958feld2015-03-153-4/+5
|
* - Add missing dependencies on yasm and minizip.nox2015-03-151-2/+5
| | | | - Bump PORTREVISION.
* Update to 2.2.0 - changelog is here:nox2015-03-1511-215/+53
| | | | https://www.videolan.org/developers/vlc-branch/NEWS
* - Update to version 15.2.0pawel2015-03-152-3/+4
| | | | | | | - Architecture neutral files so add NO_ARCH=yes Version 15.2.0 * Replace some background images with gradients.
* Deprecate multimedia/ffmpeg25 in favor of multimedia/ffmpeg26riggs2015-03-1418-36/+40
|
* - Clarify LICENSEamdmi32015-03-131-2/+6
| | | | | - Add LICENSE_FILE - Strip libraries
* Update to 1.0.madpilot2015-03-132-3/+3
|
* - Update MAINTAINER: use @FreeBSD.orgsunpoet2015-03-131-1/+1
|
* Update KDE SC to 4.14.3alonso2015-03-123-6/+6
| | | | | | | | | | | | | | | | The kde@ team presents KDE SC 4.14.3, the last planed release of the KDE SC 4 series. In addition to the updates provided by the KDE SC developers, this update also addresses numerous FreeBSD and PORTS specific issues, found and solved by the kde@ team and area51 testers, most notorously Tobias C. Berner <tcberner@gmail.com> PR: 197751 PR: 197871 PR: 184996 Reviewed by: rakuco (mentor) Differential: https://reviews.freebsd.org/D1950
* Unbreak when no TZ is setantoine2015-03-121-1/+1
| | | | Reported by: pkg-fallout
* Update to 0.9.11.14.947feld2015-03-112-4/+4
|
* - Add LICENSEamdmi32015-03-101-1/+7
| | | | - Strip library
* Update to 1.0.madpilot2015-03-102-3/+3
|
* Update ImageMagick to 6.9.0-10.kwm2015-03-101-1/+1
| | | | | | | | | - USES=pkgconfig:both since the *-config scripts are wrappers around pkg-config. - Don't require ghostscript for the freetype2 option. - Actualy remove the pkg-help file with is obsolete since r377347 when the library names where normalized. Due to libMagick++-6.so bump, chase depend ports.
* multimedia/minitube:makc2015-03-094-34/+20
| | | | | | - Update to 2.3 - Don't force dependency on Phonon GStreamer backend - Remove stale patch
* Update to 1.12.0 - changelog is here:nox2015-03-072-3/+3
| | | | | | | http://livestreamer.tanuki.se/en/latest/changelog.html#changelog PR: 198192 Submitted by: Radim Kolar <hsn@sendmail.cz>
* - Fix iconv handlingamdmi32015-03-071-2/+2
| | | | Approved by: bapt
* Update x265 to 1.5 and bump PORTREVISION on its consumers.adamw2015-03-075-5/+7
|
* The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-063-15/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com>
* Reset maintainer, connections to SMTP server time outantoine2015-03-051-1/+1
|
* Update PyQt and its dependencies.rakuco2015-03-052-2/+0
| | | | | | | | | | | | | | | * PyQt4 has been updated to 4.11.3. * QScintilla has been updated to 2.8.4. * SIP has been updated to 4.16.5. This update is much smaller than the previous one, as there has been no further need for clean ups in the ports infrastructure. Pretty much the entire patch set has been originally contributed by Tobias Berner, who sent it to the KDE on FreeBSD mailing list. Thanks a lot! PR: 198016 Submitted by: Tobias Berner <tcberner@gmail.com>
* fix FFAUDIO optionoliver2015-03-031-2/+2
| | | | | PR: 197862 Submitted by: kvedulv
* - Fix BUILD_DEPENDSantoine2015-03-031-3/+2
| | | | - Bump PORTREVISION as this may change version of php used in run depends
* Remove Author from pkg-descr and white space fixesbapt2015-03-036-7/+2
|
* multimedia/cx88: fix rc startup scriptrobak2015-03-033-2/+75
| | | | | PR: 197574 Submitted by: Jason Harmening <jason.harmening@gmail.com>
* Clear BROKEN: Kodi has compatibility symlinks to avoid breaking addonsjbeich2015-03-011-2/+0
| | | | PR: 196299
* - Unbreak INDEX build after r380146jbeich2015-03-011-2/+4
| | | | | | | | - Mark BROKEN until I figure out if the port works with multimedia/kodi PR: 196299 Reported by: Portsnap buildbox Pointy hat: jbeich
* - Rename XBMC to Kodi following upstreamjbeich2015-02-2828-632/+964
| | | | | | | | | | - Update to 14.0 Changes: http://kodi.tv/introducing-kodi-14/ PR: 196299 Differential Revision: https://reviews.freebsd.org/D1900 Submitted by: mickael.maillot@gmail.com (maintainer) Reviewed by: bapt