summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2008-10-20Reset PKGREVISION after update.wiz2-4/+2
2008-10-20Update to 3.55:wiz2-7/+6
3.55 Take patch from gecko-mediaplayer to compile idl file at compile time Converted one gtk_ call to g_idle_ event may fix crash in thread on some systems Fix display issue when pulse audio is selected, and add pulse to options Apply patches from Bill Lear rael at zopyra com Fixed flag problem in killmplayer, now allows open,src and others to work correctly Add back in "Plug-in" to QT description Change "QuickTime Plug-in 6.0 /7" to "QuickTime 7.4.5" Change "Windows Media Player Plugin" to "Windows Media Player Plug-in" Add tvdevice to setup options Add in make dist support, and autogenerating spec files (way over due on these) Change url max length from 1024 to 4096 (some sites still do not work, investigating) Disable non-blocking mode when we get the mmst packet length If loop = 0 from site change it to -1 Don't fail out of the read loop if we get a 'No stream found' message From Sergey Svishchev in PR 37140.
2008-10-20Add a patch for better VCD support from Sergey Svishchev.wiz6-9/+48
Fixes PR 20549.
2008-10-19Fix a bug when configure is looking for glx when option -x11 set.ahoka1-5/+7
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he5-8/+10
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-16add --disable-browser-plugins as in the base pkgdrochner1-1/+2
2008-10-16update to 2.24.0.1drochner4-118/+44
This switches to the gnome-2.24 release branch.
2008-10-16update to 0.10.13drochner2-6/+6
changes: Updated for GStreamer 0.10.21 API New examples Fix double import issues on OS/X Bug fixes
2008-10-16update to 2.24.2drochner5-10/+52
This switches to the gnome-2.24 release branch. also pull in Python, enables the youtube plugin
2008-10-16update to 2.24.1drochner4-24/+9
This switches to the gnome-2.24 release branch.
2008-10-16update to 0.10.21drochner3-7/+12
changes: Continue playbin2 development Ogg improvements - CELT support, skeleton fixes DVD subpicture support Improved audio dithering random number generator xvimagesink/ximagesink fixes Vorbis encoding and decoding fixes Recognise Kate subtitle streams Many bug-fixes and enhancements
2008-10-16update to 0.10.21drochner3-7/+9
changes: Basetransform rework Basesink synchronisation extensions New documentation Many bug fixes, enhancements and optimisations
2008-10-15real plugin is only works on x86 platforms.obache2-3/+10
Fixes PR 39690.
2008-10-13Update to version 0.9.4, plus a lot of PLIST adjustmentsahoka4-19/+35
Official changelog: Changes between 0.9.3 and 0.9.4: ------------------------------------ Various bugfixes: * Crashes fixed in ogg, vobsub, dvdread * Fixes several memory leaks. Mac OS X port: * Apple machines without Quartz Extreme are no longer supported (use 0.9.2 or earlier ) * Fixed a crash with deletion of old preferences. * Fixed targetname for downloaded updates Windows port: * Stability fix for the video output. Changes between 0.9.2 and 0.9.3: ------------------------------------ Various bugfixes: * Fixed DTS channel order on 5.1 systems * Fixed pausing behavior for subtitles and for Audio-CD * Multiple subtitles and podcast fixes * Various crashes fixed in PS, SSA, mkv, xspf, freetype * Fixed update system bugs * Other bug fixes (dvd language selection, subtitle colours, HTTP keep-alive...) Mac OS X port: * Fixed ffmpeg slowness on PowerPC-based Macs * Fixed crash on startup when installed on old preferences * Fixed bug in directory opening on Mac OS X * Fixed font selection in the Simple Preferences * Thicker border to the subtitle renderer * Fixed the appearance of playlist items in the Streaming/Transcoding Wizard * Fixed AC3 passthrough on Mac OS X * Fixed behavior of the Volume Normalizer settings on Mac OS X * Removed the deprecated QuickDraw video output module to avoid crashes on modern Mac OS X versions Windows port: * Fixed sensitivity of Fullscreen Controller * Fixed error messages on startup when VLC wasn't correctly uninstalled before installation * Fix showing of controller when returning from fullscreen playback * Multiple directory and path location fixes. Qt4 interface: * Added Faster/Slower icons to the controller panel * Fixed lost playlist columns when switching the playlist view * Added needed options to Simple preferences (to avoid NVIDIA drivers issues) * Fullscreen controller: added time label, remembering of last position * Fixed drag'n drop behaviour on the playlist * Multiple other fixes (Enter hotkey in preferences, Skins selection...)
2008-10-09Update to 1.0rc1:wiz4-13/+499
libtheora 1.0rc1 - Merge x86 assembly for forward DCT from Thusnelda branch. - Update 32 bit MMX with loop filter fix. - Check for an uninitialized state before dereferencing in propagating decode calls. - Remove all TH_DEBUG statements. - Rename the bitpacker source files imported from libogg to avoid confusing simple build systems using both libraries. - Add VS2008 project files. - Add explicit casts as a work-around for Solaris's cc ignoring the signedness of bitfield types. - Set quantization parameters to default values when an empty buffer is passed with TH_ENCCTL_SET_QUANT_PARAMS. - Split encoder and decoder tests depending on configure settings. - Return lstylex.sty to the distribution. - Disable inline assembly on gcc versions prior to 3.1. - Remove extern references for OC_*_QUANT_MIN. - Make various data tables static const so they can be read-only. - cpuid assembly fix for MSVC. - Remove ENCCTL codes from the old encoder API. - Implement TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE ctl.
2008-10-02Fix the PLIST on Dragonfly, and possibly other systems.ahoka2-3/+10
2008-10-02Fix build on AMD64. Mark as DESTDIR safe.joerg4-2/+62
2008-10-02Apply patch from MPlayer subversion repository to fix CVE-2008-3827.tron5-7/+36
Bump package revisions of "mplayer", "gmplayer" and "mencoder" packages.
2008-09-27Update to 0.9.2, the first real 0.9.x release of VLC.ahoka6-12/+68
Only minor bugfixes, no detailed list in the changelog. Add gnome option for gnome-vfs, not enabled by default. Add support for V4L2. This is only enabled for Linux now. Build needs to be fixed for NetBSD and tested for others.
2008-09-22Switch to x11/wxGTK26{,-contrib}.joerg3-6/+6
2008-09-20Fix PLIST hadnling for SIMD extension modules.ahoka2-9/+29
Force altivec and x86 simd modules to build.
2008-09-18Fix build on DragonFly. From PR 39578.joerg6-15/+47
2008-09-17Correct handling of tvtime.xml. Bump revision.joerg4-3/+41
2008-09-17filter_tomsmocomp is only present on i386. Mark as DESTDIR safe.joerg2-3/+14
2008-09-17Update ruby-gnome2 to 0.17.0 release.obache4-1/+30
pkgsrc changes: * Add some additional modules: devel/ruby-gnome2-bonobo devel/ruby-gnome2-bonoboui devel/ruby-gnome2-gconf devel/ruby-gnome2-libglade graphics/ruby-gnome2-gtkglext multimedia/ruby-gnome2-gstreamer print/ruby-gnome2-gnomeprintui sysutils/ruby-gnome2-gnomevfs www/ruby-gnome2-gtkhtml2 www/ruby-gnome2-gtkmozembed x11/ruby-gnome2-gtksourceview x11/ruby-gnome2-vte * Fixed detection of rcairo. It had been broken since switched to gem. patch-a{c,h,i,j,k,l.m} (It Already in upstream trunk) * Add patches for allow to load gem rcairo. patch-a{n,o,p} * Fixed overwritten glib module when installing modules require generated header of glib module. Modify to install the header as part of glib module and use bl3.mk. * clean up dependency * Add test target for modules having unit test. * Modified patch-a{a,b,d,f,g} to acceptable by upstream. Ruby-GNOME2-0.17.0 (2008-09-07) Release notes: * This Release supports Ruby 1.8.7 and has many bug fixes and new bound functions. Main changes: * Ruby/GLib: - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1 [Kouhei Sutou] * Ruby/GTK: - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou] - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou] * Ruby/Pango: - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou] * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog for detailed information on changes and contributors. Special thanks for your contributions to: (list in no particular order) - Neil Roberts - Cesare Tirabassi - Arnaud Cornet
2008-09-15Patch support for img_resample() and friends back into ffmpeg even whensborrill7-30/+47
swscale is enabled. This allows older apps (such as vlc 0.8.6i) to run without a specific ffmpeg package option and thus the swscale option is no longer needed.
2008-09-15Remove the following patch which caused a compile error with the latestabs3-17/+3
update to the boot package: -#include <boost/detail/atomic_count.hpp> +#include <boost/detail/atomic_count_pthreads.hpp> As a side effect of this (the boost update and removed patch) youtube videos now seem to play much more reliably under firefox3 on NetBSD 4.0 Bump package revision
2008-09-15Enable tvtimejmcneill1-1/+2
2008-09-15tvtime is a high quality television application for use with video capturejmcneill14-0/+423
cards. tvtime processes the input from a capture card and displays it on a computer monitor or projector.
2008-09-15Remove patch which changed configure test forabs4-23/+19
#include <libpostproc/postprocess.h> to #include <postprocess.h> As is no longer needed (and breaks configure) with latest ffmpeg, and instead patch filter_pp.c to include "libpostproc/postprocess.h" instead of "postprocess.h" Bump PKGREVISION
2008-09-14fix path to .pc filedrochner1-2/+2
2008-09-14update to 0.10.9drochner3-7/+8
changes: * Improvements in a52 and mp3 decoding * Bug fixes in Xing header muxer * MPEG demuxer improvements and dvdreadsrc bug-fixes * Fix build with LAME 3.97 and above * Fix LAME parameter settings to allow setting the bitrate properly
2008-09-14+gst-v4l2drochner1-1/+2
2008-09-14put the v4l2 plugin from -good into its own pkgdrochner3-0/+27
2008-09-14update to 0.10.10drochner4-15/+9
changes: -Move the libcdio cddasrc element to -ugly, because of the GPL license (no difference for pkgsrc, cdio isn't built) remove build of v4l2 - I'll put this into a seperate pkg
2008-09-13Add --disable-stripping so our libraries have symbolsjmcneill1-2/+3
2008-09-13Add 8 more plugin libs (just why does xine install .a files fordholland1-1/+9
*plugins*, anyway?) to fix the Linux build. From Aleksey Cheusov's bulk build report.
2008-09-12update distinfo after recent mplayer updateabs1-2/+4
2008-09-12Update to 0.8.6i and fixes for CVE-2008-3732, CVE-2008-3794sborrill11-106/+278
2008-09-12I should have added this file in my previous commit.ahoka1-0/+15
2008-09-12Add LICENSE=libdvdcss-license because RESTRICTED is set; leavegdt1-3/+3
RESTRICTED and NO_*_ON_* as they were (set).
2008-09-12Make swscale an option (on by default). This option needs to be disabled forsborrill3-14/+22
vlc08 (0.8.6i).
2008-09-12Patch libavcodec to build with our slightly older version of x264.ahoka3-6/+7
This reenables the x264 option and makes it default again. This patch should be removed after an x264 update.
2008-09-11ffmpeg options should use multimedia/ffmpeg from now.ahoka1-2/+2
2008-09-11Correct a missed ffmpeg-devel reference.ahoka1-2/+2
2008-09-11ffmpeg-devel -> ffmpegahoka2-4/+4
2008-09-11Provide code pathes using posix_memalign, applies at leas to NetBSDjoerg4-8/+76
current.
2008-09-09Fix corrupt patch-vbjmcneill2-6/+6
2008-09-09regenjmcneill1-4/+4
2008-09-09Add $NetBSD$jmcneill1-0/+2