summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2006-03-31List the info pages directly in the PLIST and ensure that we honorjlam4-10/+11
PKGINFODIR.
2006-03-30Update totem and totem-xine to 1.4.0:jmmv6-22/+48
1.4.0 * Added Bulgarian user guide * Show the "Seeking to" label in fullscreen as well * Make the standard zoom keyboard shortcuts work * Allow to save thumbnails in JPEG rather than PNG * Playlist parser fixes for Rhythmbox' initial import * Make nautilus startup faster by only initialising the backend when we require it (GStreamer) 1.3.92: * Get the list of subtitles and languages (GStreamer 0.10) * Fix the window title not getting set properly when loading a new file * Avoid hang when skipping to the next file (GStreamer 0.10) * Require glib 2.8 to avoid crashers (GStreamer 0.10) * Compilation fix with glib > 2.8.0 and < 2.9.1 * Fix a critical warning on startup when a particular file is in the recent files list * Fix a warning on open (GStreamer 0.8) 1.3.91: * Show the waiting cursor when opening files, parsing playlists and starting up * Add popup menu support with the keyboard to the playlist * Don't reverse items when moving them down the playlist * Remove the scrollbars in the playlist when it's been emptied * Don't look for subtitles on HTTP servers * Don't show playlists as ignored after having parsed them successfully * Bigger and better logo * Fix a possible crash with the ASF playlist parser * Add support for the target property, opening the movie in a stand-alone Totem (Mozilla plugin) * Add support for background music (Mozilla plugin) * Take the aspect ratio of the screen when setting the size of the visualisations (xine-lib, GStreamer 0.10) * Fix compilation with glib < 2.8 * Add ability to disable text subtitles when Totem loads them automatically (xine-lib) * Better logo mode handling (GStreamer 0.8) * Free the video output after showing images (GStreamer 0.8) * Show the logo when playing an audio file without visualisations (GStreamer 0.10) * Better key seek handling (GStreamer 0.10) * Fix problems with setting the speaker arrangement (GStreamer 0.10) * Fix playback of files with non-16-bit audio (GStreamer 0.10) * Don't block when getting metadata (GStreamer 0.10) * Better error message when the decoder/demuxer doesn't support streaming (GStreamer 0.10) 1.3.90: * Use Ctrl+S as "Take Screenshot..." shortcut * Fix a possible crash on start with multiple totem processes * Support application/smil and application/x-smil mime-types * Better parsing of SMIL playlists * Better parsing of ASX playlists with multiple REF entries per ENTRY * Make the about box parented on the Mozilla window (Mozilla plugin) * Fix data being dropped when streaming from fast servers (Mozilla plugin) * Fix the state of the volume button on startup (Mozilla plugin) * Fix the Subtitles and Audio tracks not being available (xine-lib) * Support on-the-fly visualisation plugins change (GStreamer) * Fallback if the configured output plugins aren't available (GStreamer) * Don't shrink the toplevel window when setting the logo (GStreamer) * Fix video thumbnailing for movies with a non-1/1 aspect ratio
2006-03-30Update to 2.14.0:jmmv3-15/+19
Changes since 2.13.93: * translation updates * bug fixes: 331256 Changes since 2.13.92: * translation updates Changes since 2.13.91: * bug fixes: 324508, Changes since 2.13.90: * made error dialogs from gnome-sound-recorder more friendly. Changes since 2.13.7: * random maintainance work * fix for theme crash Bugs fixed: * 329040: Add GTK category to the .desktop file This is gnome-media 2.13.7 Changes since 2.13.6: * fix simple compilation error This is gnome-media 2.13.6 Changes since 2.13.5: * gst-0.10 port This is gnome-media 2.13.5 Changes since 2.12.0: * translation/string fixes (and additions) * memleak fixes * add remaining-time mode to gnome-cd * fix crash (or warning, depending on airwaves) when selecting the default mixer in gst-mixer * fix default volume from 0 to max in gnome-cd Bugs fixed: * 305926: gnome-sound-recorder don't allow to select the source * 322900: codec for "Voice" should be speex
2006-03-30Update KDE to 3.5.2markd3-8/+30
* JuK o Manual Column widths notice interferes with dragging columns o Action List in Configure Shortcuts includes up to as many Add to CD items as you have playlists o Crash after hiding Play Queue fixed * KMix o KMixApplet, if shown on vertical Kicker Panel, shows always icons (even if there is not enough space) o Kmix saves the wrong Master Channel under certain cictumstances o Split channel in KMixApplet shows one channel as a slider, the other numerical o Selecting master channel does not update tray icon
2006-03-29Update to 10.0.7 which is not affected by security issues reported at:salo2-7/+6
http://service.real.com/realplayer/security/03162006_player/en/
2006-03-29Update the linux flash plugin to version 7.0r63 to fix unspecifiedmarkd4-13/+11
vulnerabilities. See CVE-2006-0024.
2006-03-21Fix build of OSS plugin on DragonFly.joerg2-1/+15
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam13-25/+27
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-17Make action line begin from tab character removing two spaces.taca1-2/+2
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-3/+3
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-13Add DragonFly support. Fix errno.joerg20-1/+280
2006-03-13Remove now unneeded inclusion of bsd.prefs.mk.wiz1-3/+1
2006-03-13USE_LANGUAGES, include fix for DragonFly and FreeBSD, honour CXXFLAGS asjoerg1-1/+10
the Makefiles name them CCFLAGS (ARGH!).
2006-03-13Remove the i386 only: stay cohenrent with Makefile, and also it works fine ↵tonio1-6/+1
on macppc
2006-03-13Include sys/time.h for gettimeofday prototype. Don't hard-codejoerg3-4/+52
-lc_r, it gets dropped by libtool.
2006-03-13Fix build on DragonFly.joerg3-4/+19
2006-03-13Don't hard code -lpthread, fixes detection e.g. of Spidermonkey onjoerg2-1/+15
DragonFly.
2006-03-12Update gst-plugins-0.10-base and packages based on this one to 0.10.4:jmmv2-6/+6
Changes since 0.10.3: * (Experimental) QoS support * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex * documentation updates * better support for subtitles (seeking) Bugs fixed since 0.10.3: * 310202 : [subtitles] < i > < /i > tags and others should be supported i... * 312439 : XVideo output doesn't work on remote displays (probably r... * 321271 : audio output is truncated at EOS * 321650 : Can't decode this ogm file * 325732 : [oggdemux] problem when seeking to time less than 4s with... * 325972 : [typefinding] doesn't recognise this mp3 * 326720 : [alsasink] doesn't support more than 2 channels anymore * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount... * 330789 : gstbaseaudiosink causes noise on seeking * 330888 : Fix build with gcc 2.95 (again) * 331295 : gnomevfssink doesn't respect umask when creating files * 331526 : 3GP type detection is too simple * 331678 : Decodebin is not reusable within a single pipeline (as in... * 331690 : playbin won't play my last.fm stream * 331763 : [alsamixer] unmute sets the volume to 100% * 331765 : [alsamixer] mixer applet slider doesn't want to move from... * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely * 332778 : [ogmparse] " Already an existing pad " WARNING * 332964 : random crashes in mp3_type_find * 333254 : theora encoder does not set IN_CAPS flag properly * 333352 : [gnomevfssink] reports disk full as generic error * 333488 : Allow for palette < 256 colours in AVI files * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem... * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll... * 333663 : [patch] unref the result of gst_pad_get_parent * 333900 : [typefind] cannot play a particular mp3 file * 334112 : variable not initialized * 334129 : Disable frame dropping for now * 317038 : use default channel layout if none is specified in multic... * 319340 : [cdparanoia] uncorrected-error signal never fired API added since 0.10.3: * GstTextOverlay::halignment * GstTextOverlay::valignment
2006-03-12Update to 0.10.4:jmmv3-11/+11
Changes since 0.10.3: * Parallel installability with 0.8.x series * Threadsafe design and API * 33% of library size removed by parse change * (Experimental) QoS features (use max-lateness on BaseSink subclasses to enable) Bugs fixed since 0.10.3: * 323542 : GStreamer 0.10 hangs at EOS for all songs * 320340 : triggering a gst_task_join from the streaming task can de... * 322628 : document thread-unsafety of gst_value_foo() + gst_value_r... * 324186 : Smarter (deterministic!) typefind decisions * 324398 : varargs/valist functions aren't bindable * 328873 : only one gst_bin_recalc_state allowed at a time * 330899 : CVS directory in make dist tarball * 330906 : API: add GST_QUERY_TYPE_NAME and GST_MESSAGE_TYPE_NAME * 330996 : basesrc emits EOS unconditionally when going to READY * 331255 : Shrinking gst_parse_launch bloat * 331898 : Basetranform is not reusable * 332045 : API: GstPipeline needs API to disable flushing of its bu... * 332277 : [filesrc] seek does not correct read position in non-mmap... * 332611 : [basesrc] needs way to prevent expensive start/stop in ch... * 332723 : New API: gst_type_find_helper_for_buffer * 333042 : New API: gst_type_find_helper_get_range * 333266 : Registry file writing rewrite * 333272 : tests should set G_SLICE=always-malloc now * 333417 : GST_BOILERPLATE_WITH_INTERFACE can't be used in C++ code * 333669 : Add pad accessor defines for GstBaseTransform * 333779 : New API: add gst_uri_has_protocol * 324818 : gst_registry_get_default doesn't sink newly created registry * 330125 : _pad_send_event does not check flushing correctly * 330684 : Add ability to emit sync-message without messing with the... API added since 0.10.3: * gst_pipeline_set_auto_flush_bus() * gst_pipeline_get_auto_flush_bus() * gst_uri_has_protocol() * gst_pipeline_set_max_lateness() * gst_pipeline_get_max_lateness() * gst_pipeline_get_sync() * gst_pipeline_do_sync() * GST_BASE_TRANSFORM_SRC_PAD() * GST_BASE_TRANSFORM_SINK_PAD() * GstBaseSrc::check_get_range() * GstBaseSink::max-lateness * gst_type_find_helper_get_range() * gst_type_find_helper_for_buffer() * GST_MESSAGE_TYPE_NAME() * GST_QUERY_TYPE_NAME() * gst_bus_enable_sync_message_emission() * gst_bus_disable_sync_message_emission()
2006-03-11Use PKGMANDIR instead of "man".reed1-2/+2
2006-03-11This is to fix PR 30267. (I have noticed same problem.)reed1-1/+4
The build needs optimization. So if CFLAGS doesn't contain at least -O then add it. (Thank you Juan for idea.) On the tech-pkg-ja@jp.NetBSD.org list, I was told (19 Dec 2005): > This change can be accepted when judged only from my environment (i386), > since the expression of "if empty(CFLAGS:M-O*)" is evaluated > after setting of the environment variable (-O2). > However, I do not have the positive proof whether this expression is evaluated > after setting of the environment variable (-O2), in all environments. So hopefully this doesn't break for anyone else.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam13-26/+26
Remove deprecated ossaudio.buildlink3.mk.
2006-03-08All scripts use #!/bin/sh now.ghen1-8/+1
2006-03-07This package uses gettext functions without "-lintl". Add dependencyminskim1-2/+4
on gettext-lib explicitly and set BROKEN_GETTEXT_DETECTION.
2006-03-07Recursive bump for major version change of cdparanoia libs.joerg1-2/+2
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz12-24/+24
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Set BROKEN_GETTEXT_DETECTION to yes. Fixes PLIST locale problem.wiz1-1/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam36-72/+72
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-04Drop maintainership.xtraeme1-2/+2
2006-02-26Fix build by checking for stdint.h and inttypes.h.snj3-2/+19
2006-02-23Add DragonFly support.joerg3-5/+30
2006-02-22fix BUILDLINK_RECOMMENDED.ffmpegabs1-2/+2
2006-02-21Add build time dependency on nasm / yasm for i386 and amd64.joerg1-1/+9
2006-02-19New version of 0.5.6 tarball out. Set DIST_SUBDIR.wiz2-6/+8
No change in the files included in the tarball compared to old one.
2006-02-18Recognize amd64 as equivalent of x86_64 as shown by bulk build.joerg2-1/+15
2006-02-17Don't include <stdint.h> and <inttypes.h> unconditionally. For example,rillig2-6/+10
Solaris 8 has only <inttypes.h>.
2006-02-16pkglint - no functional changesabs2-5/+5
2006-02-16adapt for ffmpeg-devel now in ffmpegabs1-4/+4
2006-02-16ffmpeg is now 0.4.9pre1abs16-1083/+1
2006-02-16Update ffmpeg to 0.4.9pre1, and add patch for libavcodec buffer overflowabs12-155/+254
http://secunia.com/advisories/17892/ version 0.4.9-pre1: - DV encoder, DV muxer - Microsoft RLE video decoder - Microsoft Video-1 decoder - Apple Animation (RLE) decoder - Apple Graphics (SMC) decoder - Apple Video (RPZA) decoder - Cinepak decoder - Sega FILM (CPK) file demuxer - Westwood multimedia support (VQA & AUD files) - Id Quake II CIN playback support - 8BPS video decoder - FLIC playback support - RealVideo 2.0 (RV20) decoder - Duck TrueMotion v1 (DUCK) video decoder - Sierra VMD demuxer and video decoder - MSZH and ZLIB decoder support - SVQ1 video encoder - AMR-WB support - PPC optimisations - rate distortion optimal cbp support - rate distorted optimal ac prediction for mpeg4 - rate distorted optimal lambda->qp support - AAC encoding with libfaac - Sunplus JPEG codec (SP5X) support - use lagrange multipler instead of qp for ratecontrol - theora/VP3 decoding support - XA and ADX ADPCM codecs - export mpeg2 active display area / pan scan - Add support for configuring with IBM XLC - floating point AAN DCT - initial support for zygovideo (not complete) - rgb ffv1 support - new audio/video parser API - av_log() system - av_read_frame() and av_seek_frame() support - missing last frame fixes - seek by mouse in ffplay - noise reduction of dct coefficients - h263 OBMC & 4MV support - h263 alternative inter vlc support - h263 loop filter - h263 slice structured mode - interlaced DCT support for MPEG2 encoding - stuffing to stay above min_bitrate - mb type & qp vissualization - frame stepping for ffplay - interlaced motion estimation - alternate scantable support - SVCD scan offset support - closed gop support - SSE2 fdct - quantizer noise shaping - G.726 ADPCM audio codec - MS ADPCM encoding - multithreaded/SMP motion estimation - multithreaded/SMP encoding for MPEG1/MPEG2/MPEG4/H263 - multithreaded/SMP decoding for MPEG2 - FLAC decoder - Metrowerks CodeWarrior suppport - h263+ custom pcf support - nicer output for 'ffmpeg -formats' - matroska demuxer - SGI image format, encoding and decoding - h264 loop filter support - h264 CABAC support - nicer looking arrows for the motion vector vissualization - improved VCD support - audio timestamp drift compensation - mpeg2 YUV 422/444 support - polyphase kaiser windowed sinc and blackman nuttall windowed sinc audio resample - better image scaling - h261 support - correctly interleave packets during encoding - VIS optimized motion compensation - intra_dc_precission>0 encoding support - support reuse of motion vectors/mb types/field select values of the source video - more accurate deblock filter - padding support - many optimizations and bugfixes
2006-02-13Update to 0.10.2:wiz8-97/+10
This is GStreamer Good Plug-ins 0.10.2, "Papa was a rolling stone". Changes since 0.10.1: * New libcdio based CDDA reading element * APE tag reader ported * ID3 tag reading fixes * Sun Audio Sink fixes * GOOM and gconf element fixes * lots of bug and leak fixes Bugs fixed since 0.10.1: * 328336 : silence warings which make dvdec / dvdemux unusable * 315557 : Internal event problem with MP3s from vgmix.com * 323327 : [cdio] port cddasrc to 0.10 * 325148 : Bugs in G711 RTP packetization logic * 325649 : apetag plugin needs porting to 0.10 * 326446 : check that all elements in -good pass queries they can't ... * 326602 : id3demux is not compiling without ZLIB * 326683 : build problem caused by AS_LIBTOOL_TAGS([CXX]) * 326736 : gconf(audio|video)sink response to key changes * 326864 : [wavparse] time to bytes format conversion broken * 327009 : [esdsink] won't compile with includes in non-standard prefix * 327765 : [sunaudio] fixes for mixer and stuttering mp3 playback * 327825 : [matroskamux] Matroska muxer deadlock * 327871 : [videobox] crash when cropping * 328241 : id3demux emits NULL date for year tags * 328264 : Fix build with gcc 2.95 * 328531 : [matroskamux] doesn't send newsegment event, critical war... * 329181 : totem crash when using goom effect * 329810 : Fails to read ID3 tag * 330005 : Please use the autodetect sinks by default * 317658 : [cdio] support for cd-text and cd-g
2006-02-13Update to 0.10.3:wiz4-67/+7
Changes since 0.10.2: * typefind improvements * Ogg decoding and encoding fixes * Improved audio and video sink classes * Bug and leak fixes * Improved video scaling * On-the-fly visualisation switching * Subtitle support Bugs fixed since 0.10.2: * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem... * 324000 : [playbin] post error or message on unknown input * 153004 : [typefind] can't identify mp3 file with one single mpeg f... * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink * 324626 : ffmpegcolorspace support for fourcc " UYVY " * 326447 : check that all elements in -base pass queries they can't ... * 328263 : Fix build with gcc 2.95 * 328279 : [decodebin] timeout issue when pre-rolling * 329326 : Fix oggmux removing pads from collect pads
2006-02-13Update to 0.10.3:wiz3-12/+11
This is GStreamer 0.10.3, "Like a virgin" Changes since 0.10.2: * Documentation updates * Bug fixes * Base class improvements * Extra utility API * More elements ported from 0.8 * Fixes for win32 build.
2006-02-12Further investigation revealed that yasm is needed on amd64.joerg1-2/+4
2006-02-12- remove the ONLY_FOR_PLATFORM line as it has been reported to build onghen1-3/+3
netbsd/alpha and solaris/sparc as well. Bulk builds will point out which platforms are not supported. - nasm dependency is only useful on i386 and amd64. Ok with joerg. This fixes PR#32803.
2006-02-12+x264-develjoerg1-1/+2
2006-02-12Build with x264 support. Bump revision.joerg1-2/+3
2006-02-12Initial import of the development version of x264.joerg5-0/+53
From DESCR: Development version of x264, a high quality H.264 codec.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg109-188/+219
2006-02-03Update to 1.0rc7nb2: Adapt for new mplayer-fonts package.wiz3-113/+11
Fix a few pkglint warnings while here.