Commit graph

151 commits

Author SHA1 Message Date
sborrill
ca03711022 Fix -x11 package option. 2011-04-06 08:14:21 +00:00
taca
83caf93096 Update vlc package to 1.1.8.
pkgsrc change and notes:

* Update PLIST to reflect PKG_OPTION setting.
* With pulseaudio and sdl PKG_OPTION, I couldn't build the package because
  of vlc-cache-gen core dump.
* x11 PKG_OPTION could be elminated since the package won't build without it.

Changes between 1.1.7 and 1.1.8:
--------------------------------

Mac OS X Interface:
 * New UI graphics by Damien Erambert

Interfaces:
 * Oldrc interface is again the default RC interface, on Windows
 * Luarc, luahttp and luatelnet fixes
 * Qt and Mac OS X fixes
 * numerous Skins2 fixes, notably winamp2 skins

Encoder:
 * new libschroedinger-based Dirac codec encoder, faster than the current one

Access/Demuxers/Codecs:
 * Subtitles auto-detection is back for .txt files
 * vod/rtsp server and rtsp input fixes
 * mp4 demuxer improvements
 * ogg, rstp input, video filters minor fixes
 * taglib's replaygain is fixed for mp3
 * vobsub support has an improved auto-detection
 * fix a crash in malformed ape files

Miscellaneous fixes in:
 * Pulseaudio audio output, notably for usb cards
 * Stacktraces are now limited in size on Windows
 * Video resolution is now limited to 8192x8192, for security reasons
   See CORE-2011-0208
 * Configure and build system improvements
 * DirectShow and BDA build headers have been updated

Translations:
 * Update for Finnish, Galician, Dutch, Chinese, German, Japanese, Lithuanian,
   Slovak, French, Polish, Estonian, Brazillian Portuguese and Hebrew
 * New icelandic translation
2011-04-02 16:20:37 +00:00
wiz
08a4633555 No point in pulling in libX11 on native-x installations, and it doesn't
work anyway.
2011-03-01 11:18:34 +00:00
drochner
928510b1f8 update to 1.1.7
changes:
-fix for CVE-2011-0531 (was patched in pkgsrc)
-improvements to codecs, demuxers, Audio-CD
 support, subtitles, visualization and platform integration
2011-02-14 19:03:18 +00:00
tnn
cf9365e567 restore the libfaad plugin conditional 2011-02-12 10:53:02 +00:00
drochner
9b28a9df5f comment patch 2011-02-01 11:45:04 +00:00
drochner
877407787d add patch from upstream to fix an MKV input validation bug possibly
leading to execution of arbitrary code
bump PKGREV
2011-01-31 16:47:56 +00:00
abs
48b0913176 As suggsted by joerg, adjust CHECK_WRKREF_SKIP to just use shell wildcards rather than needing to update it if the so version is changed 2011-01-26 19:34:48 +00:00
abs
dc891fe68c update CHECK_WRKREF_SKIP from libvlccore.so.4.0.1 to libvlccore.so.4.0.2 - fixes build with PKG_DEVELOPER=yes 2011-01-26 14:18:56 +00:00
drochner
be943342dd fix PLIST inconsistency if KDE is installed, from Mark Davies 2011-01-25 19:00:29 +00:00
drochner
7c9a87d634 update to 1.1.6, from Makoto Fujiwara per pkgsrc-wip
This is a new major branch, too many changes to list here.
(the options need testing and cleanup)
2011-01-24 18:54:04 +00:00
wiz
4a85d9393e png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:53:23 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
dsainty
1f40f3a084 Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done
2010-12-23 11:44:24 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
shattered
3b05a61c76 Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES. 2010-11-13 21:08:54 +00:00
wiz
ba3b7bfecb Whitespace cleanup for pkglint. 2010-11-04 12:35:10 +00:00
wiz
a88ac532f1 Disable lua autodetection. Fixes build on current.
Someone interested could make it an option instead.
2010-11-04 12:34:54 +00:00
ahoka
fa6e5e2410 drop maintainership 2010-10-24 21:56:51 +00:00
abs
88869dc039 Include xcb-util/buildlink3.mk for x11 to ensure globalhotkeys is built - bump pkgrevision 2010-09-19 22:08:22 +00:00
wiz
7c5b7f2175 Fix PLIST with x11 option (default on) by always depending on libxcb,
since it's pulled in by libX11 anyway, nowadays.
Bump PKGREVISION.
2010-09-15 12:36:49 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
drochner
da94b46956 bump PKGREV for new libmatroska dependency 2010-07-08 18:48:05 +00:00
wiz
01de2f8672 Address PR 43086 and PR 43545 based on obache's patch in the former.
(build fix for Linux, so no PKGREVISION bump)
2010-07-03 14:24:26 +00:00
wiz
5242f2e63c Add bug report URLs/commit IDs. 2010-06-20 15:58:06 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
tnn
70a8c320b5 catch up with library version 2010-05-09 07:46:28 +00:00
drochner
5e546b5f1a update to 1.0.6
changes:
-fixes several vulnerabilities
 (see http://www.videolan.org/security/sa1003.html)
-additional stability and other fixes
2010-05-04 18:30:10 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
tnn
1126708d63 CHECK_WRKREF_SKIP: catch up with shared library version 2009-12-17 13:04:00 +00:00
drochner
847872ea11 update to 1.0.4
changes:
Audio outputs:
 * Fix deadlocks in the audio output core
 * Make PulseAudio the default output if available
Video outputs:
 * Fix fullscreen mode with KDE 4.3.3 and other window managers
 * Fix incompatibility with cairo-dock and compositing
Input:
 * Fix DVB scanning regression from VLC 1.0.3
 * Support for XZ-compressed byte stream (LZMA algorithm)
Playlist:
 * Support for .m3u8 playlist files (UTF-8 M3U)
Unix:
 * Support for xcb-keysyms version 0.3.4 or higher
 * Fix globalhotkeys on FreeBSD
Qt4 interface:
 * Fix opening V4L version 1 devices
 * Fix default destination ports in the streaming wizard
Translations:
 * New Walloon translation
 * Swedish, Ukrainian an French translation update
2009-12-16 19:09:12 +00:00
wiz
cc9d3d2c2e libcdio updated changed its shlib major version, so bump depends.
Noted by drochner@
2009-10-31 14:46:51 +00:00
hasso
3f09b16465 Fix build on DragonFly (undefined MNT_LOCAL). 2009-10-26 07:38:21 +00:00
ahoka
5988dbecd1 Fix CHECK_WRKREF_SKIP so we can build now with PKG_DEVELOPER again. 2009-09-27 18:43:55 +00:00
wiz
4200cc012e Add two missing files to PLIST and bump PKGREVISION. 2009-09-26 07:54:13 +00:00
ahoka
bcfa4fefe3 Changes between 1.0.1 and 1.0.2:
--------------------------------

Decoders:
 * Native support for WMA Professional, without the use of the Win32 dlls
 * Fix issues in subtitles, especially SSA ones
 * Various fixes on theora and ogg

Demuxers:
 * Various fixes for EPG support in MPEG-TS demuxer
 * Fixes for potential stack overflow in .avi, .mp4 and .asf demuxers

Access:
 * Fixes for v4l2 devices
 * Fixes for dvb-c channels-scanning

Qt Interface:
 * Fix some playlist sorting issues

Mac OS X Interface:
 * Fixed a crash when updating VLC
 * Fixed a crash related to QTKit when opening video files (10.6 only)
 * Added the ability to play 2nd media in sync to the primary item (input-slave)
 * Added the "Quit after Playback" feature

Mac OS X Port:
 * The "Delete Preferences" script is now delivered as a Universal Binary
   with native code for PowerPC, Intel and Intel 64bit
 * Full 64bit runtime compatibility on both Mac OS X 10.5 and 10.6
   - no support for Goom and SDL
   - limited text rendering support
   - This port is still considered as EXPERIMENTAL despite its binary release.

Encoders:
 * MPEG2 transrate stream output removed
 * x264 default-values closer to x264.exe defaults.
 * x264 rc-behaviour fixes:
   - if user defines qp-value, CQP-mode is used
   - otherwise if user defines vb=0, CRF-mode is used
   - otherwise ABR-mode is used
 * x264 set vbv-bufsize/vbv-maxsize better if user hasn't defined these:
   - ABR mode set vbv-max-bitrate=bitrate
   - vbv-bufsize is bitrate * seconds between keyframes (keyint/fps)


Playlist:
 * Lua scripts for Mpora and Vimeo playback

Unix builds:
 * Various fixes to enable 1.0 to build on Solaris and OpenBSD
2009-09-24 22:14:57 +00:00
tnn
1b38505d2e fix build breakage on NetBSD (use fstatvfs instead of fstatfs) 2009-08-30 16:17:13 +00:00
hasso
7bcf99a94e Update to 1.0.1. Notable fixes and improvements include:
- fix flv and mpeg2 seeking,
- fixes for wmv, wav, rtsp and ssa support,
- fixes for Qt and Mac OS X interface,
- fix an integer underflow in Real pseudo-RTSP module,
- updates of some translations,
- port of the ZVBI module to Windows for full teletext support and
- codecs updates for Windows and Mac OS X versions.
2009-08-29 13:51:56 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
kefren
fadeb3133a add fix for SA26156
Bump PKGREVISION
2009-08-09 12:18:17 +00:00
wiz
d70523df21 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
ahoka
319bd73313 Merge with my own update. 2009-07-07 19:23:48 +00:00
tnn
f7a1f76b81 Update to VLC 1.0.0 "Goldeneye". Some highlights are:
* Live recording
* Instant pausing and Frame-by-Frame support
* Finer speed controls
* New HD codecs (AES3, Dolby Digital Plus, TrueHD, Blu-Ray Linear PCM,
  Real Video 3.0 and 4.0, ...)
* New formats (Raw Dirac, M2TS, ...) and major improvements in many formats...
* New Dirac encoder and MP3 fixed-point encoder
* Video scaling in fullscreen
* RTSP Trickplay support
* Zipped file playback
* Customizable toolbars
* Easier encoding GUI in Qt interface
* Better integration in Gtk environments
* MTP devices on linux
* AirTunes streaming
* New skin for the skins2 interface
2009-07-07 16:17:47 +00:00
joerg
674dbd1712 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:47:52 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
ahoka
3efe446c69 Bump for ffmpeg update. 2009-06-12 17:24:53 +00:00
wiz
46398dabba Fix PLIST for arts option. Reported by Marko Schuetz in PR 41520. 2009-06-03 11:42:27 +00:00
hasso
3d06e19529 Update to 0.9.9a. Although said to have a fixes only for Mac OS X, it also
fixes a build with fresh multimedia/x264-devel.

Changes between 0.9.9 and 0.9.9a:
---------------------------------
Mac OS X:
 * Updated multiple 3rd party libraries to keep in sync with the Win32 port
 * Playback fixes for PowerPC-based Macs
2009-05-30 03:12:26 +00:00
tnn
1054a2a834 Adjust CHECK_WRKREF_SKIP entry to match current version of libvlccore.so 2009-04-25 18:20:47 +00:00
tnn
8715e350b1 Update to vlc-0.9.9.
While here, fix some pkglint warnings and enable DESTDIR support.

Changes between 0.9.8a and 0.9.9:
---------------------------------
Decoders:
 * Experimental new decoder for Real Video 3.0 & 4.0
Demuxers:
 * Various fixes related to real demuxer
Mac OS X Interface:
 * Fixed circumstances, which could lead to an empty Information panel
   - Note that VLC will show information on the currently _selected_ item
     instead of the currently _playing_ item, if the playlist is visible in the
     main controller window.
 * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard
Mac OS X Port:
 * Improved video playback performance on Intel-based Macs
New Localizations:
 * Indonesian
 * Bengali
 * Updates of other localizations
Various bugfixes:
 * Support for receiving RTP packets on odd port numbers.
 * Lots of small bugfixes.
 * Correct Fullscreen behaviour on Multi-Screen setups on Windows
 * Telnet fixes on Windows
 * Resampling fixes when transcoding
2009-04-25 17:46:28 +00:00