summaryrefslogtreecommitdiff
path: root/multimedia (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Returning maintainership on my multimedia ports to ports@freebsd.orgMartin Matuska2013-09-207-7/+7
| | | | Notes: svn path=/head/; revision=327750
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-20404-704/+550
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-205-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* - Remove last vestiges of MAKE_JOBS_SAFE knobAlex Kozlov2013-09-201-2/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=327683
* - Update to 1.9Sunpoet Po-Chuan Hsieh2013-09-202-11/+8
| | | | | | | | | | | | | | | | | - While I'm here: - Remove leading indefinite article from COMMENT - Add LICENSE - Cleanup Makefile header Changes: - [Fix] VP6 width/height detection - [Fix] Interpreting invalid data as FLV tag PR: ports/182237 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Notes: svn path=/head/; revision=327658
* - Update to 2.0.3Thomas Abthorpe2013-09-193-24/+29
| | | | Notes: svn path=/head/; revision=327593
* multimedia/py-guessit: update to 0.6.1William Grzybowski2013-09-183-3/+6
| | | | | | | | | - Update to 0.6.1 Changes: https://raw.github.com/wackou/guessit/0.6.1/NEWS.rst Notes: svn path=/head/; revision=327549
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-182-2/+2
| | | | Notes: svn path=/head/; revision=327535
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-1/+1
| | | | Notes: svn path=/head/; revision=327530
* Add LIBSSH2 knob. (default off)Juergen Lock2013-09-171-3/+11
| | | | | | | | PR: ports/182166 Submitted by: pawel Notes: svn path=/head/; revision=327495
* multimedia/cx88: update to 1.4.9William Grzybowski2013-09-172-5/+5
| | | | | | | | | | | - Update to 1.4.9 [1] - Convert lib depends to new format PR: ports/182132 Submitted by: Jason Harmening <jason.harmening gmail.com> (maintainer) Notes: svn path=/head/; revision=327483
* multimedia/libtuner: update to 1.1.1William Grzybowski2013-09-172-4/+3
| | | | | | | | | | - Update to 1.1.1, fixes build on CURRENT PR: ports/182128 Submitted by: Jason Harmening <jason.harmening gmail.com> (maintainer) Notes: svn path=/head/; revision=327482
* Mark RESTRICTED instead of NO_CDROM.Erwin Lansing2013-09-161-1/+1
| | | | | | | Requested by: core Notes: svn path=/head/; revision=327366
* - convert to the new perl5 frameworkAndrej Zverev2013-09-158-18/+13
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327343
* - set CONFLICTS for libav and ffmpeg, since they both install files inMarcus von Appen2013-09-152-0/+6
| | | | | | | | | | | the same location - bump PORTREVISION, so users can solve the conflict on existing installations Reported by: kwm@ Notes: svn path=/head/; revision=327335
* Libav provides cross-platform tools and libraries to convert, manipulateMarcus von Appen2013-09-145-0/+357
| | | | | | | | | | | and stream a wide range of multimedia formats and protocols. It originates from the FFmpeg codebase, but goes its own way these days, providing its users with reliable releases and a clear vision how to go forward. WWW: http://www.libav.org Notes: svn path=/head/; revision=327319
* - Properly fix the "album" and "artist" commandsRene Ladan2013-09-142-9/+19
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=327317
* Unbreak libxspf on HEAD.Ed Schouten2013-09-141-0/+10
| | | | | | | | | Unlike libstdc++, libc++ does not leak <unistd.h> into the <c*> headers that examples/read/read.cpp includes. This means that we need to explicitly include <unistd.h> to get getcwd(). Notes: svn path=/head/; revision=327310
* Fix build on recent head with (non-default) PROJM knob. (clang+libc++)Juergen Lock2013-09-141-0/+12
| | | | | | | | Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com> (via private email) Notes: svn path=/head/; revision=327291
* - Add missing trailing slash to WWWSunpoet Po-Chuan Hsieh2013-09-141-1/+1
| | | | Notes: svn path=/head/; revision=327238
* - Fix build on recent head. (cap_rights_t type change in r255219) [1]Juergen Lock2013-09-132-7/+10
| | | | | | | | | - Convert Makefile header. Reported by: beefy2 via pkg-fallout [1] Notes: svn path=/head/; revision=327181
* Fix build on recent head. (bsdpatch)Juergen Lock2013-09-131-0/+1
| | | | | | | Reported by: beefy2 via pkg-fallout Notes: svn path=/head/; revision=327179
* - Fix bug uncovered by recent clang.Juergen Lock2013-09-132-1/+31
| | | | | | | | | - Bump PORTREVISION. Reported by: beefy2 via pkg-fallout Notes: svn path=/head/; revision=327178
* - Fix build after iconv change [1]Guido Falsi2013-09-131-1/+1
| | | | | | | | | | | | | | | | - Fix build with clang/libc++ ([2] for graphics/ipe) While here for databases/spatialite: - Trim Makefile headers - Remove check for unsupported FreeBSD versions Submitted by: marino [1] Reported by: swills, antoine [1] Submitted by: bsam [2] Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327168
* Adjust OSVERSION properlyBaptiste Daroussin2013-09-131-1/+1
| | | | Notes: svn path=/head/; revision=327132
* Use clang+libc++ when possibleBaptiste Daroussin2013-09-131-1/+5
| | | | Notes: svn path=/head/; revision=327131
* Add explicit dependency on pkgconf (20 ports)John Marino2013-09-121-5/+2
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327041
* Add explicit dependency on pkgconf (27 ports)John Marino2013-09-121-2/+1
| | | | Notes: svn path=/head/; revision=327018
* Add explicit dependency on pkgconf (8 ports)John Marino2013-09-113-6/+4
| | | | Notes: svn path=/head/; revision=326997
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-112-1/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326995
* Add explicit dependency on pkgconf (18 ports)John Marino2013-09-112-6/+3
| | | | Notes: svn path=/head/; revision=326991
* - Update to 0.9.8.6.175Mark Felder2013-09-113-9/+6
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=326964
* Do not crash on a non-numeric argument to the 'album' or 'artist' command.Rene Ladan2013-09-102-6/+12
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=326933
* Fix some crashes:Rene Ladan2013-09-103-4/+55
| | | | | | | | | | - when entering the 'album' or 'artist' command without a parameter - after displaying the root playlist with 'list' Bump PORTREVISION Notes: svn path=/head/; revision=326929
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-101-2/+1
| | | | Notes: svn path=/head/; revision=326927
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-091-5/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326840
* - Update to 2.0.8 .Juergen Lock2013-09-098-32/+114
| | | | | | | | | | | | | | | | - Add subtitle, video, and audio track scrolling to VLC's ncurses.c module. [1] - Add GME knob. (audio/libgme dependency) [2] - Fix build with clang+libc++. [3] PR: ports/181596 [1], ports/181909 [3] Submitted by: Cam Karnes <karnes.cameron@gmail.com> [1] Submitted by: pawel (on -multimedia) [2] Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de>, bapt via pb2 [3] Obtained from: vlc upstream git [1] Notes: svn path=/head/; revision=326824
* - Add ffmpeg/libav supportBernhard Froehlich2013-09-084-18/+79
| | | | | | | | | | | - Add libdvbcsa support - Convert LIB_DEPENDS to new shlib format - Cleanup CONFIGURE_ENV/CFLAGS/LDFLAGS - The tvheadend port is mature enough so remove the warnings in pkg-message - Bump PORTREVISION Notes: svn path=/head/; revision=326739
* libdvbcsa is a free implementation of the DVB Common Scrambling AlgorithmBernhard Froehlich2013-09-085-0/+36
| | | | | | | | | | | DVB/CSA - with encryption and decryption capabilities. As libdvbcsa implements a standard, it is completly legal to use it. WWW: http://www.videolan.org/developers/libdvbcsa.html Notes: svn path=/head/; revision=326735
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-09-071-1/+1
| | | | Notes: svn path=/head/; revision=326658
* Fix build on head after iconv change.Guido Falsi2013-09-071-2/+2
| | | | | | | | Reported by: Oliver Hartmann <ohartman@zedat.fu-berlin.de> Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326637
* - Update to 0.4.18Sunpoet Po-Chuan Hsieh2013-09-072-3/+3
| | | | | | | Changes: http://repo.or.cz/w/libquvi-scripts.git/blob/HEAD:/NEWS Notes: svn path=/head/; revision=326610
* Respect ${CXX}.Juergen Lock2013-09-061-1/+1
| | | | | | | Submitted by: pb2 via bapt Notes: svn path=/head/; revision=326558
* (Attempt to) Fix build with clang+libc++.Juergen Lock2013-09-061-1/+11
| | | | | | | Submitted by: pb2 via bapt Notes: svn path=/head/; revision=326551
* Only x11/nvidia-driver-304 still has libXvMCNVIDIA.Juergen Lock2013-09-061-2/+2
| | | | | | | | PR: ports/181852 Submitted by: Lawrence Chen <lkchen@ksu.edu> Notes: svn path=/head/; revision=326549
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326545
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-062-2/+2
| | | | Notes: svn path=/head/; revision=326513
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-2/+1
| | | | Notes: svn path=/head/; revision=326507
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326504
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-2/+2
| | | | Notes: svn path=/head/; revision=326494