aboutsummaryrefslogtreecommitdiff
path: root/multimedia
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-068-24/+11
| | | | Notes: svn path=/head/; revision=326491
* The last port: --with-libiconv-prefix=${LOCALBASE} -> ${ICONV_CONFIGURE_ARG}Boris Samorodov2013-09-051-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=326448
* - Fix build with clang [1]Lars Engels2013-09-052-1/+12
| | | | | | | | | - Use to new LIB_DEPENDS format Reported by: pkg-fallout Notes: svn path=/head/; revision=326408
* - Fix build with clangSteve Wills2013-09-051-0/+24
| | | | | | | | PR: ports/181788 Approved by: arved (maintainer, via private mail) Notes: svn path=/head/; revision=326397
* - convert to the new perl5 frameworkAndrej Zverev2013-09-056-6/+12
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326361
* - Add explicit dependency on pkgconfigGuido Falsi2013-09-051-1/+1
| | | | | | | | | - While here also convert to USES=gmake Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326357
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-045-5/+6
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* - Convert to USES=gmake perl5.Juergen Lock2013-09-046-60/+43
| | | | | | | | | | | | | | | | | | - Fix register allocation problems with clang on i386: * Remove the q modifier from inline asm such that clang no longer uses a 64 bit register. Instead cast the operand to register_t which is 32 bit on i386 and 64 bit on amd64. * Add -fomit-frame-pointer to CFLAGS to free up an extra register. - Fix the issue with WITH_DEBUG by adding --disable-real-codecs which apparently never really worked anyway. - Patch configure so it no longer adds -mtune=i386 to CFLAGS. - Bump PORTREVISION. PR: ports/181786 Submitted by: tijl Notes: svn path=/head/; revision=326292
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=326180
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-032-8/+3
| | | | Notes: svn path=/head/; revision=326151
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-7/+2
| | | | Notes: svn path=/head/; revision=326146
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326141