summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2010-12-26Don't install "config.xml" word readable as it contains the unencryptedtron1-2/+3
password for the web user interface. Bump package revision because of this change.
2010-12-26update tvtime to 1.0.2jmcneill2-7/+6
1.0.2 - Wed Nov 9 21:46:28 EST 2005 * vektor: Add a proper TVTIME_NOOP command so that you can remove keybindings. Thanks to Andrew Dalton for the fix. * vektor: Add back missing translations.
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty16-32/+32
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-23Disable real-codecs exactly.obache2-5/+4
It is not widely available or broken (disabled on Darwin in configure, or build failure on DragonFly as PR#43640). Furthermore, paths for codecs is not adjusted for pkgsrc. Bump PKGREVISION.
2010-12-19Force cmake to find x264, it didn't for some reason.wiz1-2/+3
Bump PKGREVISION.
2010-12-17PR/37694: add optional support for libcaca. Tested on 4.0/i386.shattered2-4/+9
2010-12-13make it compile with gcc 4.2... by removing un-needed "Void"'s.chuck2-1/+22
seems to match what was done here: http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20061211/133119.html
2010-12-07fix distinfo after mplayer updateabs1-2/+2
2010-12-06Update to KDE SC 4.5.4markd3-7/+8
4.5.4 brings bugfixes and translation updates
2010-12-05Make mplayer build on NetBSD/sh3el.tsutsui2-12/+39
Build tested on NetBSD/landisk 5.1 and player tested on NetBSD/dreamcast 5.1. (though some more packages need hacks/fixes for XFree86 and SH3)
2010-12-03update to 0.10.20drochner3-10/+10
changes: misc bugfixes
2010-12-03update to 0.10.26drochner3-11/+20
changes: many fixes and improvements - see the Changelog
2010-12-03update to 0.10.31drochner16-103/+85
changes: many fixes and improvements - see the Changelog
2010-12-03set GST_REGISTRY_FORK=no on DragonFly.obache1-1/+8
workaround of gst-inspect hung up as PR#44108.
2010-12-03Avoid using obsolete texi2html command line flags.wiz2-6/+16
Fixes build with texi2html>=5.
2010-12-02Due to py-cairo 1.8.8<>1.8.10 binary incompatibility, bump dependency patternwiz2-4/+4
in buildlink3.mk and PKGREVISION of dependencies.
2010-12-01Bump PKGREVISION from boost-lib shlib bump.obache1-2/+2
2010-11-30librsvg-2.23.x doesn't come with the "rsvg" tool anymore which wasdrochner2-11/+4
used in gxine build to convert svg into png. There is a replacement "rsvg-convert" with different cmd line syntax, but it seems to me that this is all unnecessary -- gxine can display the svg files as well. So, to keep things simple, fix the PLIST to reflect the status quo and drop the useless build dependency.
2010-11-28gtk-doc is not required to build.obache2-4/+2
2010-11-27This should work with Python 2.6 as well.tron1-2/+2
2010-11-27Update mediatomb to version 0.12.1, from patch from Jan Danielsson inagc14-185/+26
private mail. MediaTomb 0.12.1 is a minor bugfix release which fixes: - YouTube support - a problem in the soap response http header - automatic id3lib detection when taglib is not available The following patches are no longer needed as they have been integrated upstream: patches/patch-aa patches/patch-ab patches/patch-ac patches/patch-ad patches/patch-ae patches/patch-ah patches/patch-ai patches/patch-aj
2010-11-25Exactly disable vala.obache3-4/+7
Bump PKGREVISION.
2010-11-25No need gtkdoc-rebase workaround anymore.obache1-5/+1
2010-11-24reset PKGREV for base pkg updatedrochner1-2/+1
2010-11-24update to 2.32.0drochner5-90/+18
This switches to the gnome-2.32 release branch.
2010-11-24update to 2.32.1drochner2-8/+8
This switches to the gnome-2.32 release branch.
2010-11-24Add missing shm-transmitter plugin entry.obache1-1/+2
2010-11-23Report upstream bug report URL.wiz2-3/+6
2010-11-23Update to 0.0.22:wiz6-68/+25
Version 0.0.22 Disable the test for changing the DTMF PT for now python: Require pygobject 2.16 to build rtpconference: The ptime/maxptime in caps are actually uints, not strings Update common and tabify Makefiles gitignore: Hide shm test readme: bump -bad requirement for shm plugin tests: Whitelist shm plugin tests: Clear GError* between tests shmtrans: Don't try to unref NULL pointer on error configure: Require GLib 2.16 for GIO GIO is required by the shm example, require it. tests shm: check that prepared is called shmtrans: Sync downstream element states before linking them shmtrans: Add debug shmtrans: Release teepad before stopping downstream elements shmtrans: Emit local candidate with new path shmstreamtrans: Set the sending in set property (not get) shmtrans: Set do-timestamp and is-live to true on shmsrc shmstreamtransmitter: Emit local-candidates-prepared shm: Document shm stream transmitter shmstream: Also ignore usernames that are empty shm: Replace base_ip with username simplecall: Add shm version of simple-call shm: Verify the success of state changes tests: Add tests for the shm transmitter shm: Implement shm transmitter shm: Add empty transmitter tests: Unlock lock in all cases fsplugin: Release lock on errors elementaddednotifier: Don't abort on elements that have no factory rtpsession: Use copy of codec because mutex has been unlocked Can't use the ca pointer because it is part of a list that has been unlocked. tests: Skip theora reception test if theora is not detected
2010-11-23Add fix for the vulnerability reported in CVE-2010-3429 taken fromtron6-6/+110
MPlayer's GIT repository.
2010-11-18Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name ↵obache1-2/+2
changed.
2010-11-18Update to 9.0.289, provided by Dennis den Brok.wiz2-6/+6
Probably fixes some security problems.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs47-85/+94
2010-11-15build gsettings module in the base pkg, bump PKGREVISIONdrochner3-4/+8
we depend on glib2 anyway, and need >=2.26 at other places in the tree, so this doesn't cause an additional dependency
2010-11-15Disable GSettings plugin.obache1-1/+2
It require glib2>=2.25.0, then after glib was updated to 2.26.0, it also will be iinstalled, PLIST broken. XXX: exactly depend on glib2>=2.25.0 and install it, XXX: or create new package for the plugin?
2010-11-14Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1.obache1-2/+2
Bump ABI_DEPENDS (and recursive bump).
2010-11-13Follow HTTP redirects to new HOMEPAGEs and/or MASTER_SITES.shattered2-5/+5
2010-11-11Don't use obsolete types under Mac OS X. This fixes the build of attron1-0/+18
least the "flac" package.
2010-11-11Don't use obsolete types under Mac OS X. This fixes the build of attron2-3/+4
least the "flac" package.
2010-11-09Changes 1.2.1:adam3-12/+12
* Various build updates (see SVN) * Add ogg_stream_pageout_fill() to API to allow applications greater explicit flexibility in page sizing. * Documentation updates including multiplexing description, terminology and API (incl. ogg_packet_clear(), ogg_stream_pageout_fill()) * Correct possible buffer overwrite in stream encoding on 32 bit when a single packet exceed 250MB. * Correct read-buffer overrun [without side effects] under similar circumstances. * Update unit testing to work properly with new page spill heuristic.
2010-11-09Update to 0.4.1, provided by Aleksey Cheusov in private email.wiz2-6/+6
Changes since 0.4: vdpau.h: Clarify video mixer field amount recommendation More doc issues pointed out by Xine authors. * Fix Doxygen warning; it gets confused by quotes. * Add subsection names, so part of the title doesn't get swallowed as the subsection name. * Document data required from MPEG-4 Part 2 & DivX bitstream. vpdau.h: Fix typo and clarify wording.
2010-11-07Give up maintainership; I haven't touched this for a while.jmmv1-2/+2
2010-11-06Enable pulseaudio again, it is not too old now.obache2-5/+39
XXX: then gstmix wiil be disabled because it is deprecated feature, XXX: but stay keeping enabled for compatibility. Bump PKGREVISION.
2010-11-04Changes 0.1.7:adam5-23/+47
* new VBI data descriptor support (0x45) * NIT support * TOT/TDT support * new DVB Satellite Delivery systems descriptor support (0x43) * new DVB Local time offset descriptor support (0x58) * new Terrestrial Delivery systems descriptor support (0x5a)
2010-11-04Whitespace cleanup for pkglint.wiz1-2/+2
2010-11-04Disable lua autodetection. Fixes build on current.wiz1-2/+3
Someone interested could make it an option instead.
2010-11-03Update to KDE SC 4.5.3markd2-6/+5
4.5.3 brings a number of improvements: * KSharedDataCache has cache invalidation bug fixed that caused stability when daylight saving time changed. * Icon overlays in Dolphin are now positioned correctly after adjusting the zoom level. * Okular, KDE's universal document viewer has seen improvements in the DjVu and XPS backends.
2010-11-01Reset maintainer.wiz1-2/+2
2010-10-30Add CONFLICTS with adobe-flash-plugin.wiz1-1/+3
2010-10-29Update gnash to 0.8.8.obache12-187/+350
Gnash 0.8.8 2010/08/17 * Renderers are able to be switched at runtime between Cairo, OpenGL, and AGG. * Media handlers can be switched at runtime between ffmpeg and Gstreamer. * Hardware video decoding support via VAAPI for Nvidia, ATI, and Intel GPUs. * Android specific support. * Gnash now compiles faster due to reduce internal dependencies. * Mostly complete Scriptable Plugin support which works with the ExternalInterface class. * Improved input device handling when using a raw framebuffer. * 100% of all YouTube videos should work Improvements since 0.8.7 release are: Gnash 0.8.7 2010/02/15 Improvements since 0.8.6 release are: * Automatic and spontaneous screenshots support in all GUIs (Benjamin Wolsey) * Significant memory savings in parsing large XML trees (Benjamin Wolsey) * Significant memory savings in functions calls when super is not required (Benjamin Wolsey) * Enhancements in video streaming [youtube HD button and seeks] (Sandro Santilli) * Non blocking load of bitmaps, movies, data (Sandro Santilli) * Fix use of imported library symbols (Sandro Santilli) * AS2 Array handling fixed. (Benjamin Wolsey) * Refactoring to eliminate most static data and get closer to re-entrant VM. (Benjamin Wolsey) * SWF6 dynamic gradients tested and implemented correctly. (Benjamin Wolsey) * TextFormat.getTextExtent implemented. (Benjamin Wolsey) * TextField.autoSize implemented for right and center autosizing. (Benjamin Wolsey) Gnash 0.8.6 Improvements since 0.8.5 release are: * TextSnapshot, Camera, Microphone, TextField and TextFormat implemented. * ASSetNative, ASSetNativeAccessor, ASconstructor implemented. * New utilities for finding input devices for Camera and Microphone. * Fix bitmap smoothing handling in AGG renderer (Bug #25894). * Custom Gnash GTK widget. * Various improvements to text handling. * large-scale refactoring of object and class creation for improved AS compatibility. * extension of native classes now works in many cases. * PyGTK module support. * Native and built-in functions properly separated, more native functions added. * AmigaOS4 support (gui and sound handler). * Fixes to XMLSocket crash and event order. * Performance improvement for SDL gui (invalidated regions). * Corrected timing of various AS events, fixing various SWFs that rely on them. * Many minor bug fixes. * Better A/V synchronization. * Rudimentary AVM2 implementation when enabled. * Fix in sendAndLoad forcing use of POST. 2009-03-04 Rob Savoye <rob@welcomehome.org> Gnash 0.8.5 released ! Improvements since 0.8.4 release are: Due to better XML parsing compatibility and a minor fix to NetConnection, many more video sites work than in the last release. Support for new codecs keeps YouTube support up to date. XML parsing, Selection implementation, Sound and MovieClip fixes mean that many BBC Flash movies (not the BBC iPlayer) now work. Potlatch support is improved with better remoting compatibility and XML parsing. All of the Orisinal morning sunshine games now work due to support for Mixed SWF Versions runs. * Support for saving streamed (FLV, H264, MP3 etc) and loaded (JPEG, SWF, PNG, GIF) media to disk. * Basic GUI warning messages when media decoding fails (usually missing codecs). * Added support for FLV parsing and decoding of H.264 video and AAC audio. * Scaled video smoothing implemented in AS and in default renderer (AGG). YouTube video looks better when Gnash is running with high quality or better. * Support for _quality implemented with user-specified override. (Presently only affects video smoothing in the default renderer). * Made NPAPI plugin quiet, except on plugin-specific errors (to reduce .xsession-errors pollution). * Implemented LoadVars.toString(), XML.send() and LoadVars.send(). * XML parsing made compatible (less strict), XML.xmlDecl and XML.docTypeDecl implemented. * XMLNode methods implemented: getPrefixForNamespace(), getNamespaceForPrefix(), namespaceURI, localName, prefix. Handling of attributes corrected. * New GUI for KDE4 / Qt4 with SWF properties and Gnash preferences dialog boxes. * Corrected AS enumeration order. * Fixed incorrect mouse event on double click (shouldn't exist). * Implemented MovieClip.getURL(), MovieClip.attachBitmap(). * Implemented POST for send() and getURL() methods. * Added support for parsing and decoding Speex audio in FLV files using libspeex. * __resolve property implemented. Fixes a Flickr Flash badge. * Video.clear(), Video.width and Video.height implemented. * Multiple NetStream.play() fixed. * Fixed support of mixed-version swf runs. * Fix decoding of RAW and UNCOMPRESSED audio with gstreamer media handler * Improve SWF4 compatibility. * Improve compatibility in setting characters properties. * NetConnection.isConnected and NetConnection connect events implemented (fixes various video sites). * Remoting support generally improved (NetConnection). * Make initialization object available to MovieClip constructor (attachMovie, duplicateMovieClip). * Sound.getBytesLoaded, Sound.getBytesTotal implemented. * Complete Selection class implemented. -- 2008-10-13 Russ Nelson <nelson@crynwr.com> Sixth alpha release of Gnash (0.8.4). Improvements since 0.8.3 release are: More visible to users: * The -d switch won't behave the same as in 0.8.3. This is a temporary thing, we'll likely bring it back to its original behaviour for next releases. If you're curious, -d will now change heart beating rate. * Support for MIT SHM X extention is disabled by default `cause it broke (*grin*). We'll get it back on next release. Let us know if you really notice a performance degradation on the rendering side please <gnash-dev@gnu.org>. * Keep Adobe happy with our users and our users happy with us by changing "Flash player" into "SWF player" everywhere. Adobe claims "Flash" as a trademark and had asked a Linux distributor to fix it. * The popular SWF Twitter badge now renders correctly. * Fix parsing of urls containing multiple question marks * Fix support for movies embedding multiple sound streams * Support for loading PNG and GIF images added. * Improved rendering of SWF movies because of the less visible changes listed below. * Support for writing RGB/RGBA PNG images and JPEG images. * Works with Potlatch OpenStreetMap editor * New 'flvdumper' utility for analyzing FLV video files. * XPI packaging support for Mozilla & Firefox. Less visible to users: * Improved SWF version 8 support: o flash.geom.Point, flash.geom.Rect, flash.geom.Matrix classes implemented. o flash.geom.ColorTransform almost fully implemented. o flash.display.BitmapData partially implemented. o flash.geom.Transform.matrix and flash.geom.Transform.ColorTransform implemented. o MovieClip.transform implemented, with ability to find and apply MovieClip transformations. o Playback of VP6F video (SWF version 8 FLV) with Ffmpeg. * Fixes and implementation of ActionScript 2 classes: o NetConnection.call() implemented: initial support for flash Remoting o toString() method of objects called correctly, String.split implementation fixed. o XMLSocket onData method implemented properly, other methods fixed. o Error class implemented. o XML and LoadVars sendAndLoad() now derive from a common base object (loadable AS object); fixes the popular SWF Twitter badge. o addRequestHeaders and contentType implemented for LoadVars and XML. * VM bugfixes and improvements: o Heart beating model, allowing for fine-grained interval timers and threading reduction. o Frame label fix (case sensitivity). o Fixes and improvements to Color and cxform. o SWF matrix made faster and more compatible (golf.swf works now!) o try/catch/finally ActionScript expression handled more correctly. o Parse and partially use ScriptLimits tag. Handle stack limit more correctly. o Fixed scoping issues for SWF <= 5 o Bitmap characters now support alpha. * Media handling improvements: o Pluggable architecture for MediaHandlers (ffmpeg/gst available) o Media-handler agnostic Sound and NetStream classes o Numerous bug fixes in ffmpeg and gstreamer media handling * SWF version 2-specific fixes: o PlaceObject tag display fixed (also applies to SWFs generated with some free tools) o DefineButtonCxform tag implemented). * Codebase improvements: o Renamed the 'server' directory to be a more accurate 'libcore'. Merge 'libgeometry' into 'libbase' o Keep Adobe happy with our users and our users happy with us by changing "Flash player" into "SWF player" everywhere (a Linux distributor received a demand letter). o Numerous cleanups and changes to improve portability.