aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc
Commit message (Collapse)AuthorAgeFilesLines
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* - Add LIVEMEDIA to OPTIONS_DEFAULT.nox2014-12-311-3/+3
| | | | | | | - Bump PORTREVISION. PR: 196073 Submitted by: thierry
* Bump portrevision after png updatebapt2014-12-261-1/+1
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
|
* Avoid pulling in x11 depencencies if not necessaryriggs2014-12-201-5/+5
| | | | | | | - Use INSTALL_ICONS only when X11 OPTION is enabled - Bump PORTREVISION Reported-by: olgeni
* - Fix buffering in OSS backendriggs2014-12-143-8/+29
| | | | | | | | | | - Fix QT4 GUI layout issue While one it: - Use INSTALLS_ICONS PR: 193807 Submitted by: hselasky@FreeBSD.org
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* - Drop .la files from multimedia/dirac and multimedia/schroedingeramdmi32014-12-022-36/+1
| | | | | | | - Bump dependent ports as .so versions have changed - While here, remove @dirrm* from plists and add missing empty directory to plist of multimedia/lives Approved by: portmgr blanket
* multimedia/x264: General overhaulxmj2014-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Split x264 into two ports: the CLI application (x264), and the library (libx264). This will allow x264 to use lavf and friends from ffmpeg for decoding and demuxing while preventing a circular dependency between the two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather than x264. - Add the LAVF option to the CLI port, making the dependency on ffmpeg optional. - Update to 0.142.2455. - Amend fixes to local patches so that they can apply to the new upstream files. - Provide the git revision and other version information to the build environment, allowing the CLI binary to display this information (like the Windows builds). - Remove unsupported build options (X11_OUTPUT). - Ensure that the library and CLI ports each have the appropriate options. - Add notes for future contributors who wish to update the ports. - Bump PORTREVISION for all dependent ports. PR: 187805 Differential Revision: https://reviews.freebsd.org/D1159 Submitted by: Andrew Berg <aberg010@my.hennepintech.edu> Approved by: koobs (maintainer, mentor)
* - Mark IGNORE when trying to use pulseaudio with vlc onriggs2014-09-111-0/+4
| | | | | | | pre-9.x systems due to an rtld issue during build PR: 186629 Submitted by: bobf@mrp3.com
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Drop .la files for multimedia/libkate, no dependees require themamdmi32014-09-101-1/+1
| | | | | | | - Add LICENSE_FILE - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* converters/fribidi:tijl2014-08-311-1/+1
| | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip
* dns/libidn:tijl2014-08-311-1/+1
| | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
* comms/lirc:tijl2014-08-111-1/+1
| | | | | | | | | - Fix missing -lusb [1] - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use @sample Reported by: sbruno [1]
* - Switch audio/musepack to USES=libtool, drop .la filesamdmi32014-08-041-1/+1
| | | | | | | | - Bump dependent ports as .so version has changed - Fix audio/abcde by requiring python - Fix audio/moc plist with MUSEPACK enabled Approved by: portmgr blanket
* - Switch devel/libzvbi to USES=libtool, drop .la filesamdmi32014-08-011-1/+1
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* security/libgcrypt: 1.5.3_3 -> 1.6.1pi2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit)
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-3/+3
| | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine)
* Fix build with GME knob.nox2014-07-231-0/+1
| | | | PR: 192044
* Update to 2.1.5 - changelog is here:nox2014-07-223-6/+5
| | | | https://www.videolan.org/developers/vlc-branch/NEWS
* - Fix LIRC knob so that liblirc_client is actually found again.nox2014-07-211-1/+3
| | | | - Bump PORTREVISION.
* audio/rhythmbox: drop :keeplatijl2014-07-181-1/+1
| | | | | | | | | | | | | | | | | | | multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip multimedia/libaacs: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist multimedia/libbluray: - USES=libtool pathfix - Add INSTALL_TARGET=install-strip - Avoid USE_AUTOTOOLS - Remove plist target, superseded by makeplist - Use OPTIONS_SUB - Replace patch with post-patch command Bump dependent ports
* - Fix build with MUSEPACK knob.nox2014-07-131-2/+3
| | | | | | | - Replace another occurence of /usr/local with LOCALBASE. PR: 191836 Submitted by: mikhail.rokhin@gmail.com
* Add a global OPUS_DESCtijl2014-07-111-1/+0
|
* - Add USES=libtool to devel/upnp and bump dependent portstijl2014-07-111-1/+1
| | | | | | | - Add USES=pathfix and INSTALL_TARGET=install-strip - Add a patch to fix definitions of ITHREAD_MUTEX_* Approved by: portmgr (implicit, bump unstaged port)
* Fix compilation on i386 when OPTIMIZED_CFLAGS option is off.tijl2014-06-101-0/+1
| | | | PR: 190614
* Update libdvbpsi to 1.2.0bapt2014-06-091-1/+1
| | | | | | | Strip binaries USES=libtool Use options helpers Chase library change
* Fix pkg-plist when NLS option is off.tijl2014-06-031-122/+122
| | | | Reported by: Thomas Mueller <tmueller@sysgo.com>
* - Remove libproxy dependency. I cannot find any references to it.tijl2014-06-039-314/+421
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add libidn dependency. It is always picked up when detected by configure. - Add libxml2 dependency (USE_GNOME=libxml2). It's actually an optional dependency but it is used by several other plugins. - Replace OSVERSION+clang tests with USES=compiler:c11. - Replace post-patch command with USES=pathfix. - Add some more --enable-* flags to CONFIGURE_ARGS to make sure configure doesn't silently ignore problems with dependencies. - Add some more --disable-* flags to CONFIGURE_ARGS to make sure configure doesn't auto-enable them. - Specify the correct location of KDE Solid files in CONFIGURE_ARGS. ("Play with VLC" option when you insert a CD/DVD.) - Add ac_cv_search_pthread_rwlock_init=-pthread to CONFIGURE_ARGS to override the test for libpthread. It detects pthread_rwlock_init in our libc and assumes no threading library is needed, but libc doesn't have a real pthread implementation. - Add the gnutls3 include directory to CPPFLAGS before LOCALBASE/include which may contain gnutls2 headers. - Rename some options so more descriptions from bsd.options.desc.mk can be used. - Add OPTIMIZED_CFLAGS to OPTIONS_DEFAULT. Remove custom CFLAGS so this option only controls the "optimizations" configure option which is enabled by default by upstream. - Remove REALAUDIO from OPTIONS_DEFAULT. Old codec. - Remove SDL from OPTIONS_DEFAULT. This is an alternative way to render video. The X11 option is better for this. - Remove SKINS from OPTIONS_DEFAULT. - Remove X264 from OPTIONS_DEFAULT. It's an encoder, not a decoder and vlc is typically used as a player not as a video server. - Remove SERVER_ONLY and NO_DVD options. Their implementation doesn't work with modern options framework. - Add a patch to fix some issues in the configure script, e.g. don't add -L/usr/local/lib to LDFLAGS. This ends up in the wrong place on the linker command line causing installed vlc libraries to be linked in instead of freshly built ones. - With patched configure some options like A52 need include/library search paths now. - Some options have pkgconfig files now so remove include/library search paths where possible. - Separate KATE option from OGG. - Use option helpers for LIBRSVG2, LUA, OGG, QT4, SDL, V4L and X11. - Implement NCURSES option with USES=ncurses. - Add VDPAU option. - Drop perl5 dependency. - Drop old hacks like -fPIC, -I${WRKSRC}/include, LIBS="-lc", PTHREAD_LIBS. - Add missing dependencies to SKINS option (libminizip, xorg) - Patch the right file with WITH_CDROM_DEVICE and WITH_DVD_DEVICE. - Only use auto-plist for the plugins directory. Use regular pkg-plist, PORTDATA and PORTDOCS for everything else. This is a lot simpler and makes it easier to detect library version changes. - Delete some unneeded patches. Approved by: bapt
* Commit correct patch.kwm2014-05-301-25/+20
| | | | Noticed by: nwhitehorn@
* Fix compile on ppc.kwm2014-05-301-0/+25
| | | | | PR: ports/188278 Submitted by: nwhitehorn@
* Convert vlc to USES=libtoolbapt2014-05-271-3/+4
| | | | | | Because vlc uses a dynamic plist that dynamic plist should be created after the removal of the .la files hence move this target into add-plist-data (this is a dirty workaround) and one more reason why dynamic plist are evil libvlc.so.X number has changed (hidden by dynamic plist, told you this is evil) bump all consumers of libvlc.so
* Fix build with new luabapt2014-05-271-1/+1
| | | | Submitted by: dankm (via irc)
* Replace lang/lua with the new lang/lua51bapt2014-05-261-4/+3
| | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit)
* Switch Opus to USES=libtool.naddy2014-05-261-1/+1
| | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1]
* - Update multimedia/libdvdread to 4.9.9martymac2014-05-131-1/+1
| | | | | | | | - Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1] - multimedia/libdvdnav: remove dependency to (now removed) dvdread-config - sysutils/vstrip: remove useless dependency to multimedia/libdvdread Approved by: portmgr (implicit) [1]
* - Update to 2.3.1 (from audio/libshout2)sunpoet2014-05-051-2/+2
| | | | | | | | | - Use USES=libtool - Strip shared library - Bump PORTREVISION for audio/libshout shlib change and dependency change from audio/libshout2 to audio/libshout [1] Approved by: portmgr (bapt) [1]
* - Backport upstream fix for .mkv playback stutter using oss audio.nox2014-04-282-0/+38
| | | | | | | | - Bump PORTREVISION. PR: ports/186093 Submitted by: "Marko Cupa&#263;" <marko.cupac@mimar.rs> (PR) Obtained from: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c1622c2c6e0e15a38fef723086ca8bf75a75b46b
* Update to 2.1.4 - changelog is here:nox2014-04-272-4/+5
| | | | https://www.videolan.org/developers/vlc-branch/NEWS
* - Update libaacs to 0.7.0riggs2014-04-271-1/+1
| | | | | | | | | | | | | - Add LICENSE - USES tar:bzip2 - Update libbluray 0.5.0 - Unbreak JAVA option - USES tar:bzip2 - Bump PORTREVISION in depdendent ports due to shared lib version bump PR: ports/188573 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer) Approved by: thierry (mentor)
* - Stop depending on bitstream-vera, add explicit fontconfig/freetypenox2014-04-261-13/+5
| | | | | | | | | dependencies. [1] - Switch to USES= tar:xz. - Bump PORTREVISION. PR: ports/187857 [1] Submitted by: rakuco [1]
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* - Chase libmtp movemakc2014-03-101-1/+1
|
* Chase libmad changesbapt2014-02-051-1/+1
|
* Add FREERDP knob (default off) [1] and add patch to fix build with it. [2]nox2014-02-052-1/+55
| | | | | | | | | PR: ports/186452 [1] PR: ports/185848 [2] PR: ports/186413 [3] Submitted by: madpilot [1] Submitted by: Ferenc Gal <gferenc88@gmail.com> [2] Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> [3]
* - Update libdvdread and libdvdnav to 4.2.1martymac2014-02-031-0/+1
| | | | - Bump dependent ports' revisions
* Fix typo.mat2014-01-271-1/+1
| | | | | | PR: ports/185031 Submitted by: Anton Sayetsky Sponsored by: Absolight
* Spell NOTIFY gtk20 dependency as NOTIFY_USE= GNOME=gtk20.nox2013-12-211-2/+2
| | | | | PR: ports/184614 Submitted by: kwm (via irc earlier)
* multimedia/vlc: add missing lib depend for NOTIFYwg2013-12-201-1/+2
| | | | Reported by: Ajtim (via email)
* multimedia/vlc: update to 2.1.2wg2013-12-193-19/+3
|
* Update opus to 1.1, which includes:naddy2013-12-191-1/+1
| | | | | | | | | | | | | | * new analysis code and tuning that significantly improves encoding quality, especially for variable-bitrate (VBR), * automatic detection of speech or music to decide which encoding mode to use, * surround with good quality at 128 kbps for 5.1 and usable down to 48 kbps, * and speed improvements on all architectures. Chase shared library bump. PR: 184956
* multimedia/vlc: add -fPIC fixing build with liveMediawg2013-12-121-0/+1
| | | | Reported by: olgeni
* Add patch to fix build with freetype 2.5.1+kwm2013-12-101-0/+15
|
* - Stagify;thierry2013-12-021-10/+7
| | | | | | | | | | | | | | - it seems that we can now use the targets supplied by upstream, so that the port installs now as intended and like on the other platforms; - switch to shared libraries, so that we shall be able to apply minor upgrades without rebuilding its consumers; - chase this upgrade in mplayer and vlc. PR: ports/184035 Submitted by: /me
* multimedia/vlc: USE_GL only if X11 is enabledwg2013-12-011-2/+2
| | | | Submitted by: olgeni
* Fix build with LIBSSH2 knob.nox2013-11-281-0/+1
| | | | Reported by: hselasky
* multimedia/vlc: update to 2.1.1wg2013-11-184-42/+3
| | | | Changes: http://www.videolan.org/developers/vlc-branch/NEWS
* multimedia/vlc: fix install path for pkg config fileswg2013-11-111-1/+4
| | | | PR: ports/183846
* Fix build on 9.2+/i386 by adding -fomit-frame-pointer to the clangnox2013-11-091-0/+1
| | | | | | | case (which is default on amd64 anyway.) Submitted by: beefy1 via pkg-fallout, dim Tested by: callumgibson@optusnet.com.au
* multimedia/vlc: fix seek error with OSSwg2013-11-052-1/+18
|
* multimedia/vlc: enable OSSwg2013-11-032-8/+27
| | | | | - Enable OSS again (thanks to Rémi Denis-Courmont) - Add PULSEAUDIO back as an option
* multimedia/vlc: fix typo in MAD optionwg2013-10-311-1/+1
| | | | PR: ports/183503
* multimedia/vlc: disable OSSwg2013-10-291-10/+9
| | | | | | - Disable OSS (it is broken in vlc 2.1.0 and FreeBSD #9760) - Use pulse audio - Remove deprecated sqlite feature
* multimedia/vlc: fix SAMBA optionwg2013-10-291-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
* multimedia/vlc: remove extra patches for FreeBSD 8.0wg2013-10-283-171/+0
| | | | | | - The oldest supported release is 8.3 Reported by: tijl
* multimedia/vlc: fix schroedinger check and use options helperswg2013-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
* multimedia/vlc: fix package without pkgngwg2013-10-281-2/+2
| | | | | | | - Fix package without pkgng PR: ports/183356 Submitted by: mandree
* multimedia/vlc: update to 2.1.0wg2013-10-278-258/+138
| | | | | | | - Update to 2.1.0 - Convert lib depends to new format - Allow staging - Remove deprecated PORT_OPTIONS usage
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery)
* multimedia/x264: Update to 20130827 snapshotkoobs2013-10-071-0/+1
| | | | | | | | | | - Update to 20130827 snapshot - Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure - Chase library version bump in dependent ports PR: ports/182484 Submitted by: mm Reviewed by: kwm, bapt
* Bump PORTEPOCH as vlc-2.0.8.a,3 is < vlc-2.0.8,3 .nox2013-09-271-1/+1
| | | | Submitted by: erwin, Thomas Mueller <tmueller@sysgo.com>
* Update to 2.0.8a . (bugfix release)nox2013-09-262-7/+9
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | multimedia)
* Add LIBSSH2 knob. (default off)nox2013-09-181-3/+11
| | | | | PR: ports/182166 Submitted by: pawel
* Fix build on recent head with (non-default) PROJM knob. (clang+libc++)nox2013-09-141-0/+12
| | | | | Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com> (via private email)
* - Update to 2.0.8 .nox2013-09-108-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]
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
|
* Fix build with updated net/liveMedia.nox2013-08-301-0/+29
| | | | | | PR: ports/181610 Submitted by: Florent Peterschmitt <florent@peterschmitt.fr> Obtained from: vlc upstream git via archlinux
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.gerald2013-08-181-1/+1
| | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* - Convert to new perl frameworkaz2013-08-041-2/+2
| | | | Approved by: bapt@ (multimedia@)
* Update to 2.0.7 .nox2013-07-272-5/+4
| | | | Thanks to: madpilot and Fabian Keil for testing!
* Update to Opus 1.0.3:naddy2013-07-161-1/+1
| | | | | | | | * new surround API * fixes for a few minor glitches during mode switching * fixes a regression in the FEC code introduced in 1.0.2 Chase libopus bump in dependent ports.
* Fix build of gnash [1] and vlc [2] after libva update.madpilot2013-07-071-0/+13
| | | | | | PR: ports/180118 [2] Submitted by: Geraud CONTINSOUZAS <geraud@gcu.info> Approved by: dinoex [1], nox [2]
* Update multimedia/ffmpeg1 to 1.2.1mm2013-06-251-1/+1
| | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
* Fix build after audio/flac 1.3.0 update.naddy2013-06-101-0/+13
| | | | | PR: 179449 Submitted by: Arrigo Marchiori <ardovm@yahoo.it> (fix)
* * Major update to FLAC 1.3.0, including shared library bumps.naddy2013-06-101-1/+1
| | | | | | * Chase the update in dependent ports. PR: 179072
* The FreeBSD x11 team proudly presentszeising2013-05-251-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* Chase textproc/libebml, multimedia/libmatroska update.ehaupt2013-05-071-1/+1
| | | | Approved by: multimedia (bapt, kwm)
* Chase security/libgcrypt updateehaupt2013-05-041-0/+1
|
* - adoption of USESjgh2013-05-021-1/+1
| | | | Approved by: portmgr (bapt@)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Update to 2.0.6 .nox2013-04-263-113/+16
| | | | - Add SIDPLAY knob (C64 sid demux support)
* - Chase libmtp shlib bumpmiwi2013-03-271-1/+1
|
* - Fix mkv playback when built with clang.nox2013-03-022-1/+25
| | | | | | - Bump PORTREVISION. Obtained from: debian
* - Add UPDATING entry for gnutls updatenovel2013-02-061-0/+1
| | | | - Chase shlib version bump for dependant ports
* Actually fix build with clang on i386 (there was a patch missing.)nox2013-02-051-0/+96
|
* - Prefer clang on 9.1+ (instead of gcc 4.6+ only on i386.)nox2013-02-031-3/+10
| | | | | | - Fix build without V4L option (the multimedia/libdvbpsi dependency is no longer optional.) - No PORTREVISION bump since the resulting package should behave the same.
* - libportaudio.so.2 is actually a different port than libportaudio.so.0nox2013-01-131-1/+1
| | | | | | so in this case specifying the shlib major version in LIB_DEPENDS makes sense. - No PORTREVISION bump as PORTAUDIO isn't a default option.
* Update to 2.0.5 .nox2012-12-244-75/+27
| | | | Thanx to: several people on -multimedia for testing and feedback
* Chase audio/opus library bump.naddy2012-12-111-0/+1
|
* Add LIRC option (default off.)nox2012-11-291-1/+8
| | | | | Suggested by: hselasky Feature safe: yes
* - Fix pulseaudio segfault. [1]nox2012-11-181-0/+32
| | | | | | | - No PORTREVISION bump as PULSEAUDIO isn't a default option. Reported by: Rainer Hurling <rhurlin@gwdg.de> on -multimedia [1] Feature safe: yes
* Update to 2.0.4 .nox2012-11-076-82/+16
| | | | Feature safe: yes
* - Use multimedia/ffmpeg1 (1.0) instead of ffmpeg-011 (0.11).nox2012-10-161-4/+4
| | | | | | - Bump PORTREVISION. Feature safe: yes
* - Turns out TREMOR support no longer builds anyway so remove thenox2012-10-021-21/+10
| | | | | | | | knob together with VORBISALT. (This also fixes disabling OGG not also disabling VORBISALT together with VORBIS. [1]) - Use a few more new default option descriptions. Reported by: c.kworr@gmail.com (Volodymyr Kostyrko) on -multimedia [1]
* Use more default OPTIONng descriptions (except for VORBIS which turnednox2012-09-261-15/+1
| | | | | | out to be too long.) Noticed by: danfe
* Strip OPTIONng description that's too long for 8.x dialog(1).nox2012-09-251-1/+1
| | | | Reported by: Lena@lena.kiev.ua on -ports
* - Cleanup options handling a bit, adding back DVD related optionsnox2012-09-231-67/+75
| | | | | | | | | by default again in the process. [1] - Strip Makefile headers. - Bump PORTREVISION. PR: ports/171632 [1] Submitted by: mharo [1]
* Mark BROKEN on 7.x .nox2012-09-101-0/+4
| | | | Submitted by: pointyhat via bapt
* - Add patch for (possible) compilation failure - even though thenox2012-09-063-1/+23
| | | | | | | | | | | CXXFLAGS used in the PR are not supported. [1] - Fix runtime issue receiving UDP multicast streams. [2] - Bump PORTREVISION. PR: ports/171341 [1] Submitted by: arrowdodger <6yearold@gmail.com> [1] Reported by: Sulev-Madis Silber <madis555@hot.ee> (via private email) [2]
* - Fix remaining i386 build failures by setting USE_GCC?= 4.6+ there, see:nox2012-09-041-4/+1
| | | | | | | | | | | | http://trac.videolan.org/vlc/ticket/5979 - Remove bogus patch reference to fix build with UPNP knob - there are still runtime crashes tho due to devel/upnp picking up the wrong uuid_create(), see my patch here: http://docs.freebsd.org/cgi/mid.cgi?20120903194543.GA38349 - Pet portlint.
* - Actually change MAINTAINER to multimedia@ [1]nox2012-09-021-2/+3
| | | | | | | | - Add --disable-mmx to i386 case too as I got a report --disable-sse was not enough for at least one guy. Approved by: jsa (previous maintainer) [1] Noticed by: wxs [1]
* - (Attempt) to fix build on i386.nox2012-09-021-1/+6
| | | | | | | - Fix plist. - Bump PORTREVISION. Submitted by: QAT
* - Update to 2.0.3 .nox2012-09-0114-242/+215
| | | | | | | - Pass maintainership to -multimedia. [1] Approved by: jsa (previous maintainer) [1] Thanx to: numerous testers on -multimedia and -ports.
* Update multimedia/x264 to 0.125.2201mm2012-07-241-1/+1
| | | | Switch to new options framework
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,naddy2012-07-201-1/+1
| | | | directly or indirectly (via libvorbis, libtheora).
* Instead of mentioning dependent options in the description of the optionrene2012-07-041-8/+28
| | | | | | | | | | that requires it, check if dependent options are set and set IGNORE if not. This prevents some option descriptions being too long, resulting in ugly screens. [1] PR: ports/169625 Submitted by: Sayetsky Anton [vsjcfm gmail.com] Approved by: maintainer (implicit)
* - Convert to optionsNGrene2012-07-033-323/+272
| | | | | | | - Use positive logic for options - Remove support for unsupported FreeBSD and perl versions - Pet portlint (mostly remove versions from LIB_DEPENDS) Obtained from: jsa (maintainer)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-2/+2
|
* - Chase libmtp shlib bumpmiwi2012-05-251-2/+2
|
* - Update devel/upnp to 1.6.17pawel2012-04-271-2/+2
| | | | | | - Bump all affected ports Maintainer of net/ushare was asked for review, no response in 2 weeks
* Update x264 to 0.123.2189mm2012-04-251-2/+2
|
* - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1
| | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-1/+1
|
* Update multimedia/schroedinger to 1.0.11mm2012-01-251-2/+2
|
* Quick typo fix, LIBDEPENDS != LIB_DEPENDSdougb2012-01-201-1/+1
| | | | | Submitted by: jsa (maintainer) Approved by: jsa (maintainer)
* Chase devel/upnp shlib bumppawel2012-01-191-2/+2
|
* - Fix build with xcb-util 0.3.8 adding xcb-util-keysyms as a dependencygarga2012-01-181-2/+3
| | | | | | - Bump PORTREVISION since XCB is enabled by default Submitted by: jsa@ (maintainer)
* - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisionsmartymac2012-01-171-0/+1
| | | | | | | | - libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1] - libdvdread/libdvdnav: fix endianness handling [2] Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@) PR: ports/162197 [1]
* Remove now redundant #include patch, and fix conflicting 7.x patch.jsa2012-01-092-16/+5
| | | | Approved by: wxs (mentor)
* Update to 1.1.13.jsa2012-01-052-4/+3
| | | | Approved by: wxs (mentor)
* Update x264 to 0.119.2113mm2011-12-211-1/+2
|
* Fix build on 7.x.jsa2011-11-271-5/+42
| | | | | Approved by: kwm (mentor) Feature safe: yes
* Update to 1.1.12.jsa2011-11-213-10/+25
| | | | | | | This update changes the default SAMBA option to "Off." Approved by: wxs (mentor) Feature safe: yes
* - Update to 1.5.1miwi2011-11-191-2/+2
| | | | | | PR: 161631 Submitted by: Ports Fury Feature safe: yes
* Update x264 to 0.116.2076mm2011-10-101-2/+2
|
* - update libmatroska to 1.3.0bapt2011-09-271-2/+2
| | | | - chase matroska library bump
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+3
| | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-241-2/+3
| | | | needed.
* Update to 1.1.11.jsa2011-07-222-10/+9
| | | | | | | Fix LICENSE to make portlint happy. Fix VAAPI option. Approved by: kwm (mentor)
* Add explicit libgcrypt depencency as it previously was pulled innovel2011-07-171-3/+5
| | | | | | | by gnutls which is no longer the case since gnutls switched to nettle. Reported by: olgeni
* Chase libmatroska shlib bump.kwm2011-06-281-2/+2
|
* Bump due to ffmpeg update to 0.7.1mm2011-06-251-1/+1
|
* Update to 0.115.2000mm2011-06-241-1/+2
|
* Include zu translation in plist.jsa2011-06-091-1/+1
| | | | Approved by: wxs (mentor)
* Update to 1.1.10.jsa2011-06-082-6/+6
| | | | | | | | | Add net/libproxy to HTTPD option. (nox@) Fix GOOM option. [1] [2] PR: ports/156671 [1], ports/156929 [2] Submitted by: Ivan Klymenko [1], Anatoly Borodin [2] Approved by: wxs (mentor)
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-2/+2
|
* - update libdvbpsi to 0.2.0bapt2011-05-311-2/+2
| | | | | - add license - chase library bump
* Fix shlib detection for PROJM option.jsa2011-04-221-1/+1
| | | | | | | PROJM option still not functional. A fix has been submitted for graphics/libprojectm to correct this. Approved by: kwm (mentor)
* Fix a few configure errors, pointed out by dougb@. Add new options. Addjsa2011-04-191-23/+66
| | | | | | | | | | | | | | | | v4l2 support (included in V4L option), though it may require 8.2 or later to take full advantage of. VAAPI option courtesy of Anonymous. [1] Fix plist error discovered by pointyhat. If you run this as SERVER_ONLY, you will need to manually disable V4L and DVB if you do not wish to have this support. (Allows webcam live streams.) PR: ports/153728 [1] Submitted by: Anonymous <swell.k@gmail.com> [1] Approved by: kwm (mentor)
* Update to 1.1.9. Fixes VideoLAN-SA-1103: Heap corruption in MP4jsa2011-04-182-3/+3
| | | | | | | | demultiplexer. PR: ports/156418, ports/156449 Submitted by: Tsurutani Naoki, Douglas Carmichael Approved by: kwm (mentor)
* Updated to 1.1.8.jsa2011-04-023-35/+7
| | | | | | PR: ports/156068 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: wxs (mentor
* - Actually chase upnp shlib changepav2011-03-271-1/+1
| | | | | Reported by: pointyhat Pointy hat to: pawel (miwi, wen)
* - Chase devel/upnp shlib bumppawel2011-03-241-1/+1
| | | | Approved by: miwi, wen (mentors)
* - Chase devel/upnp shlib bumpmiwi2011-03-041-2/+2
|
* Unbreak the build with libmatroska support.kwm2011-03-011-0/+28
| | | | | | Reported by: rene@ on irc Approved by: jsa (maintainer) Obtained from: vlc upstream
* Chase libebml libmatroska shlib bump.kwm2011-02-281-2/+2
|
* Chase the UPnP shlib bump and combine DVBPSI option with V4L.jsa2011-02-101-12/+6
| | | | | | This second change modifies the package, thus bump PORTREVISION. Approved by: kwm (mentor)
* Update to 1.1.7.kwm2011-02-023-17/+17
| | | | | | | | Put dvb support under the dvbpsi option. Submitted by: maintainer (jsa@) Security: f9258873-2ee2-11e0-afcd-0015f2db7bde Feature safe: yes
* Update VLC to 1.1.6.jsa2011-01-303-16/+20
| | | | | | | | | | | Include support for GCRYPT and REMOTEOSD [1]. Stop linking against librt [2]. Chase libdvbpsi shlib bump. PR: [1] ports/153734, [2] ports/153764 Submitted by: Anonymous <swell.k@gmail.com> Approved by: kwm (mentor) Feature safe: yes
* Reenable the Mozilla PLUGIN option. Seems it was not removed after all.jsa2010-12-311-0/+27
| | | | | Submitted by: thierry Approved by: kwm (mentor), wxs (mentor)
* Add depenency information for PULSE option. Fix pkgconfig data path.jsa2010-12-051-8/+10
| | | | Approved by: kwm (mentor)
* - Update x264 to 0.110.1804mm2010-11-301-1/+2
|
* Update xscreensaver.c patch to fix build on 7.x.jsa2010-11-241-25/+98
| | | | | | PR: ports/152412 Submitted by: Martin Birgmeier <martin.birgmeier@aon.at> Approved by: kwm (mentor)
* Update to 1.1.5. This release sees the removal of the PLUGIN option due tojsa2010-11-152-33/+5
| | | | | | its removal by upstream. Thanks again to decke@ for helping get it to work. Approved by: kwm
* Fix VLC with UPNP option.jsa2010-11-092-0/+11
| | | | | Reported by: lme via IRC Approved by: wxs (mentor)
* - Chase upnp shlib version bumppav2010-10-251-1/+1
| | | | | Reported by: pointyhat Pointy hat to: wen
* - Chase libschroedinger shlib bumppav2010-10-131-1/+1
| | | | | Pointy hat to: mm Reported by: pointyhat
* Switch to audio/musepack from deprecated audio/libmpcdecmakc2010-09-221-4/+4
| | | | | | PR: ports/150510 Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org> Approved by: maintainer
* Bump PORTREVISION for libdvdread dependantsmakc2010-09-151-1/+1
|
* Chase multimedia/libdvdnav updatemakc2010-09-031-0/+1
| | | | | PR: ports/131969 Submitted by: Ganael LAPLANCHE <ganael.laplanche at martymac.com>
* Enable AltiVec on PowerPC64.jsa2010-09-021-0/+5
| | | | | | PR: ports/150196 Submitted by: nwhitehorn Approved by: wxs (mentor)
* Update to 1.1.4.jsa2010-09-012-4/+4
| | | | Approved by: wxs (mentor)
* Re-enabled the Mozilla plugin, off by default. Thanks to decke for gettingjsa2010-08-221-2/+30
| | | | | | | | this bit working again. Also, mark this port MAKE_JOBS_SAFE while we are here. Approved by: wxs (mentor)
* Update to 1.1.3 and chase them libmatroska update.jsa2010-08-194-61/+5
| | | | Approved by: kwm (mentor)
* Insert missing limits.h includes needed to fix build failure when making vlcjsa2010-08-153-0/+56
| | | | | | | | | | | | WITH_SKINS (default) under certain conditions. [1] Include fix for CVE-2010-2937 ahead of 1.1.3 release and the official VideoLAN-SA-1004 announcement. [2] PR: ports/149428 [1] Submitted by: Ivan Klymenko <fidaj@ukr.net> [1] Approved by: kwm (mentor) Obtained from: VideoLAN git [2]
* Update to 1.1.2.jsa2010-08-032-5/+4
| | | | | | PR: ports/149126 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Approved by: kwm (mentor)
* Bump PORTREVISION in a few more ports affected by the libgcryptolgeni2010-07-281-0/+1
| | | | upgrade (they have references to libgcrypt.so.16).
* Update to 1.1.1. Add option to allow vlc to run as the root user, and enablejsa2010-07-273-16/+10
| | | | | | | | this option for SERVER_ONLY builds. PR: ports/148921 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Approved by: kwm (mentor)
* Update my email address to my new @FreeBSD.org addyjsa2010-07-251-1/+1
| | | | Approved by: wxs (mentor)
* - Update ffmpeg to 0.6mm2010-07-251-1/+2
|
* - Update x264 to 20100624 (build 98)mm2010-07-241-2/+2
|
* Add option to support portaudio (off by default).wxs2010-07-152-77/+11
| | | | | | | Remove support for 6.x. VLC does not work there and with the upcoming EOL people should be moving off of it. Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
* Fix typo with gnomevfs (should be gnomevfs2).wxs2010-07-141-2/+3
| | | | | | Fix last commit (missing "fi"). Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
* Properly fix build on 7.x. The proper OSVERSION check should be 703100.wxs2010-07-141-3/+4
| | | | | | | Also fix a bizarre scenario where ${FAKEDIR}/share/kde4 was not being created. The root cause of this is still not determined but this should fix it for now. Submitted by: Joseph Atkinson <jsa@wickedmachine.net>
* 7.3 and older does not have fdopendir(3). Add some EXTRA_PATCHES to not usewxs2010-07-133-0/+35
| | | | | | | it. The weird part is that fdopendir(3) was being detected as available when it isn't. The root cause is still being investigated. Submitted by: Joseph Atkinson <jsa@wickedmachine.net> (maintainer, private mail)
* Update to 1.1.0.wxs2010-07-1115-709/+581
| | | | | | | | Add LICENSE information. Most of the Makefile has been re-worked. PR: ports/148237 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net>
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlynaddy2010-06-071-2/+2
| | | | (via libvorbis, libtheora).
* When ALSA libs are installed, VLC will autodetect them and attempt to buildwxs2010-06-041-0/+1
| | | | | | | | support for it. Forcibly disable this. PR: ports/147452 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer) Noticed by: David E. Thiel (private mail)
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Chase audio/libmodplug updateehaupt2010-05-281-1/+2
|
* - Update to 1.0.6sylvio2010-05-022-5/+4
| | | | | PR: ports/146099 Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> (maintainer)
* - Remove extra .desktop files, fix plist for WITHOUT_QT4 caseamdmi32010-04-264-47/+11
| | | | | | PR: 145720 Submitted by: myself Fix by: "Joseph S. Atkinson" <jsa.bsd@gmail.com> (maintainer)
* Chase audio/libmodplug update.ehaupt2010-04-241-1/+1
|
* - Update x264 to shared library version 85mm2010-04-211-2/+2
|
* - Fix build on 6.xamdmi32010-04-152-0/+75
| | | | | | PR: 144086 Submitted by: Mark Andrews <marka@isc.org> Approved by: maintainer timeout
* - fix build for png-1.4.1dinoex2010-03-281-0/+20
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Extend the V4L option to enable building dvb support.kwm2010-03-263-4/+19
| | | | | Submitted by: Hans Petter Selasky <hselasky AT FreeBSD.org> Approved by: maintainer
* - Update schroedinger to 1.0.9mm2010-03-251-1/+1
| | | | - Bump library version
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Update to 1.0.5itetcu2010-02-012-5/+4
| | | | | PR: 143402 Submitted by: Joseph S. Atkinson (maintainer)
* - Update devel/sdl12 to version 1.2.14.mva2010-01-301-1/+1
| | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
* Fix typo in the --disable-flac case.kwm2010-01-071-1/+1
| | | | | | PR: ports/142160 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> Approved by: maintainer
* - Chase audio/fluidsynth shlib bumpmiwi2010-01-061-1/+2
|
* ../vlc.logmakc2009-12-202-35/+21
|
* - Update VLC to 1.0.4 releasefluffy2009-12-143-315/+8
| | | | | | PR: 141393 Submitted by: jsa AT wickedmachine.net (maintainer) Approved by: miwi (mentor)
* - Chase taglib updatefluffy2009-12-031-2/+2
| | | | | Approved by: miwi (mentor) Exp-run by: miwi
* - fix docu for new gecko worldmiwi2009-12-021-2/+2
| | | | Approved by: jsa #fbsd-mentors/unixfreunde
* Work around ./configure failing to properly make use of sys/mount.h by passingitetcu2009-12-021-1/+1
| | | | | | it explicitely to CFLAGS. Submitted by: Joseph S. Atkinson (maintainer)
* Chase libcdio shared library version bumparved2009-11-281-2/+2
|
* - Remove obsolete gecko providersbeat2009-11-271-2/+2
| | | | | | | - Bump PORTREVISION Approved by: portmgr (miwi) Exp-run by: miwi
* Force the detection of <sys/mount.h> by configure for FreeBSD-6.thierry2009-11-182-12/+1
| | | | | | PR: ports/140521 Submitted by: Mark Andrews <marka (at) isc.org> Approved by: Joseph S. Atkinson <jsa.bsd (at) gmail.com> (maintainer)
* Add a patch to handle the bug of vlc locking up the keyboard when it startsdougb2009-11-182-0/+309
| | | | | | | | | Bump PORTREVISION Patch submitted by: Joseph S. Atkinson <jsa.bsd@gmail.com> (Maintainer) PR: ports/137635 Submitted by: Matti Saarinen <mjsaarin@cc.helsinki.fi>
* Trying to fix on i386 6.thierry2009-11-161-0/+11
| | | | | Reported by: pointyhat via miwi Approved by: maintainer
* Upgrade to 1.0.3.thierry2009-11-052-4/+4
| | | | | | | | Changelog at <http://www.videolan.org/developers/vlc-branch/NEWS>. PR: ports/140229 Submitted by: Tsurutani Naoki <turutani (at) scphys.kyoto-u.ac.jp> Approved by: maintainer
* Upgrade to 1.0.2 and fix a security issue: seethierry2009-11-036-39/+46
| | | | | | | | | | | | <http://www.videolan.org/security/sa0901.html>. Also include fixes from PR ports/135018 to fix build when WITHOUT_X11 is defined. PR: ports/139114 (1) ports/135018 (2) Submitted by: Christopher Key <cjk32 (at) cam.ac.uk> (1) Nick Triantos <nick-freebsd (at) triantos.com> (2) Approved by: Joseph S. Atkinson <jsa.bsd (at) gmail.com> (maintainer) Security: VideoLAN-SA-0901 (CVE Pending)
* Fix build falure due undefined NGROUPS.bland2009-09-131-0/+10
| | | | PR: 138749
* Relax libtar dependency.bland2009-09-111-4/+5
| | | | | PR: 138162 Approved by: maintainer timeout
* Update to 1.0.1dougb2009-08-232-5/+4
| | | | | | PR: ports/137251 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: "Joseph S. Atkinson" <jsa.bsd@gmail.com> (Maintainer)
* Chase the fribidi shared lib bump.marcus2009-08-231-2/+2
|
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-2/+2
|
* - Correct a threading bug on 7.1 and older.wxs2009-08-022-0/+16
| | | | | | PR: ports/137056 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Approved by: "Joseph S. Atkinson" <jsa.bsd@gmail.com> (maintainer)
* - VLC 1.0.0 codenamed Goldeneye has arrived.pgollucci2009-07-095-44/+19
| | | | | | | | | | | | | See www.videolan.org for full details. For FreeBSD: + SKINS now enabled by default. + OPTIMIZED_CFLAGS have been renamed to a more proper OCFLAGS and gaven an -O3 nudge for those who feel they may get something out of this. - OPENGL option that enables the galaktos visualization has been removed due to it's need for fmemopen() which isn't (yet) in FreeBSD. PR: ports/136451 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer)
* Bump PORTREVISION after libogg and libvorbisfile major version increment.naddy2009-07-071-2/+2
|
* Remove qt4 build tools from run dependencies.makc2009-05-111-1/+2
| | | | Approved by: Joseph S. Atkinson (maintainer)
* - Chase multimedia/schroedinger shared lib version changeamdmi32009-05-061-1/+1
|
* - Update to 0.9.9aamdmi32009-04-112-48/+72
| | | | | | | - Revamp options and add some new ones PR: 133534 Submitted by: "Joseph S. Atkinson" <jsa at wickedmachine dot net> (maintainer)
* - Update x264 to 0.0.20081218pav2009-03-311-2/+2
| | | | | | | | | | | | | - Remove x264-gtk PR: ports/132780 Submitted by: Bapt <baptiste.daroussin@gmail.com> - Update libquicktime to 1.1.1 to fix build with new x264 Submitted by: kwm - Chase x264 shlib bump
* - Fix build (adding missing xpm)miwi2009-03-101-0/+1
| | | | | | PR: 132099 Submitted by: Matt Dawson <matt@chronos.org.uk> Approved by: maintainer
* - Chase audio/faad shlib bumpmiwi2009-02-211-2/+2
|
* - Fix install and plistbeech2009-02-122-2/+8
| | | | Submitted by: Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
* - Add xulrunner to USE_GECKO within WITH_VLC_MOZILLA_PLUGINbeech2009-02-121-2/+3
| | | | | | PR: ports/131541 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> Approved by: Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
* Replace libdvdread with the version maintained by the mplayer grouprnoland2009-02-091-1/+2
| | | | | | | | | | -Turn over maintainership -Bump ports that depend on libdvdread since shared lib version rolls back from .5 to .4 -Fix multimedia/ogle build with this version PR: 127849 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* - Update to 0.9.8a3 (merged from -devel)beech2009-01-208-217/+140
| | | | | | | - Fix off by one error PR: ports/130128 Submitted by: Joseph S. Atkinson <jsa@mephisto.wickedmachine.net> (maintainer)
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foomezz2009-01-102-6/+11
| | | | | | | | | | | | | | plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-5/+0
|
* Fix a stack overflow vulnerability while parsing malformed cue files.miwi2008-11-102-1/+112
| | | | | | | | | The vulnerability may be exploited by a (remote) attacker to execute arbitrary code in the context of VLC media player. PR: 128660 Submitted by: "Joseph S. Atkinson" <jsa@wickedmachine.net> (maintainer) Security: http://www.vuxml.org/freebsd/4b09378e-addb-11dd-a578-0030843d3802.html
* Fix maintainer email address.marcus2008-10-221-1/+1
| | | | Requested by: maintainer
* * Remove the no longer used SLP supportmarcus2008-10-222-11/+2
| | | | | | | | * Assign maintainership to PR submitter PR: 126728 Submitted by: "Joseph S. Atkinson" <jsa@dmz.wickedmachine.net> Approved by: funman@videolan.org (previous maintainer)
* Enable the img_resample (old) code even if ffmpeg is built with libswscalemarcus2008-08-151-8/+0
| | | | | | support. There were patches floating around for other OSes that did something similar. While applications should be moving to libswscale, some (e.g. vlc) haven't gotten there yet.
* Remove firefox3 from USE_GECKO; it does not work and wait for xulrunner 1.9mezz2008-08-071-1/+1
| | | | | comes in. The xulrunner 1.9 is current in MC ports. It's clear about that Mozilla folks want us to use xulrunner for SDK/build.
* - Update multimedia/vlc to 0.8.6i , which adresses usability fixes and fix ↵vs2008-08-024-43/+6
| | | | | | | | | CVE-2008-2430 - Remove dead configuration options (LAME and CORBA) PR: ports/125830 Submitted by: maintainer
* Update for new ffmpegahze2008-07-282-13/+2
|
* - Revert to wxgtk2-2.6 to fix volume bar position [1]gahr2008-06-242-4/+14
| | | | | | | | | | | - Bump PORTREVISION [1] - Revert inttypes.h patch [2] PR: 118104 [1] 124665 [2] Submitted by: Mark Kane <mark@mkproductions.org> [1] Rafael Carre <funman@videolan.org> (maintainer) [2] Approved by: maintainer