summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2006-04-15Fix build with newer libdvdread.wiz3-7/+25
2006-04-15Remove workaround for ifo_types.h header to automatically includewiz3-21/+3
stdint.h or inttypes.h. 1. it is broken 2. the applications should be fixed instead, as the library authors intended when they changed the behaviour. Bump PKGREVISION.
2006-04-13Added a patch for ISO C90 compatibility, which allows the "mad" plugin torillig2-1/+22
be built on NetBSD 1.6.2.
2006-04-13Complete move of dvdview and dvdbackup from graphics to multimedia.wiz1-1/+3
2006-04-13Reimport graphics/dvdview as multimedia/dvdview.wiz7-0/+128
2006-04-13Re-import graphics/dvdbackup as multimedia/dvdbackup.wiz5-0/+57
2006-04-13Use the correct path to the xgettext tool.jlam1-3/+3
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam7-23/+14
USE_TOOLS+=msgfmt.
2006-04-13-use the "try2" distfile, it already contains the fix for the PCM decoderdrochner8-43/+57
which we had a patch for -add another patch from the Mplayer site which fixes CVE-2006-0579 (ASF demuxer overflows) bump PKGREVISIONS of mplayer, mencoder and gmplayer
2006-04-13Use libtunepimp instead of tunepimp here too.wiz1-2/+2
2006-04-13Switch to use libtunepimp. Bump PKGREVISION.wiz1-2/+3
2006-04-12Add and enable mpeg4ip.wiz1-1/+2
2006-04-12Initial import of mpeg4ip-1.4.1:wiz7-0/+278
The MPEG4IP project provides a standards-based system for encoding, streaming, and playing encoded audio, video and text. To achieve this we've integrated a number of existing open source packages, and created some original code to fill in the gaps. Please note this project is intended for developers who are interested in standards based audio and video, and Internet streaming. It is not intended for end-users.
2006-04-12Set LICENSE to flash-license.wiz1-1/+2
2006-04-12Bump PKGREVISION for libdvdnav dependency.wiz1-2/+2
2006-04-12Also bump revision for the block2char changes on DragonFly and FreeBSD.joerg1-2/+2
2006-04-12Short-cut block2device on DragonFly and FreeBSD, it is not needed.joerg2-4/+15
Slightly modified version of Steve O'Hara-Smith's patch on pkgsrc-users.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig32-64/+64
that they look nicer.
2006-04-11needs libdvdnav to builddrochner1-1/+2
2006-04-09Fix GCC 3.4+: "typedef enum {} foo" can't be used as "enum foo".joerg4-3/+31
Correct pthread linkage.
2006-04-09Update distinfo for patch-ap.hira1-2/+2
2006-04-09Sync patch-ap with FreeBSD/ports. Replacing strndup() and getline()xtraeme1-15/+35
with fgets().
2006-04-09Update to 0.99.4:xtraeme12-162/+67
xine-ui (0.99.4) unstable; urgency=low * Fixed deadlock, segfaults and mem-leaks, several other fixes and enhancements, can't remember details (thanks also to Marcelo Jimenez and Jakub Labath) * Menu to reset video controls * fixed menu shortcut strings allocation/freeing [bug #1223022] * audio post plugin support * use UTF-8 for Japanese locale if nl_langinfo doesn't work [bug #1096974] * expand tabs in post-plugin help * merge some osd menus from oxine * aspect ratio fixed for multihead setups (especially TwinView) [bugs #1089328, #1001702 and #989157] * fixed parsing post plugin parameters of type double for some locales * autoload subtitles with .txt extension too * be more POSIX-compliant (head, tail) (build fix) [bug #1172729] * Russian translations (thanks to Pavel Maryanov) * forced not loading old playlist with -P option xine-ui (0.99.3) unstable; urgency=low * enlarge stream info window (required for Russian translation), * possibility to specify more than one playlist in command line, * unlock mutex before destroying (thanks to Matthias Drochner), * netBSD mutex locking fix, * cursor support implementation into xiTK, * use post plugins for deinterlacing, * fix segfault on enqueuing, * fix segfault on playlist deletion, * add non-official subtitle support into ASX playlists, * add get_speed in session control optarg, * restore original sound volume on exit, * fix memory corruption with huge playlists, * remove obsolete "black stream hack", * reset screensaver after playback resume, * various WM layering bugs, * handle new UTF8 meta infos, * Japanese translations (thanks to Tadashi Jokagi), * visualization switching while playback is running fix, * handle .pls playlist inside URL, * new 'b' shortcut (border visibility toggle), * support alpha channel in splash screen image,
2006-04-08Keep up with dbus API: DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT was invertedjoerg2-1/+16
and renamed to ALLOW_REPLACEMENT, so pass 0 here.
2006-04-08Depend on gst-plugins0.10-good because this needs the gconf plugin.jmmv1-1/+4
Bump PKGREVISION to 1.
2006-04-08patch-a[ab] were removed during the last update.jmmv1-3/+1
2006-04-08This uses msgid_plural, so workaround it.jmmv1-1/+2
2006-04-08Add and enable gst-plugins0.10-ugly.jmmv1-1/+2
2006-04-08Initial import of gst-plugins0.10-ugly, version 0.10.3:jmmv6-0/+81
This package is part of the ugly GStreamer plugins; that is, those that might pose some legal problems.
2006-04-07Enable ggrabmjl1-1/+2
2006-04-07Initial import of ggrab 0.22a, a server for recording video streamsmjl5-0/+59
from dream multimedia set-top boxes to hard disk.
2006-04-06Change BUILDLINK_DEPENDS.pkg to BUILDLINK_API_DEPENDS.pkg.reed2-7/+7
I missed this in my commit earlier.
2006-04-06Over 1200 files touched but no revisions bumped :)reed46-126/+126
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-04-03Update to 0.10.5:jmmv2-6/+6
Bugs fixed since 0.10.4: * 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer * 334226 : typefindfunctions plugin crashes on PPC on registration
2006-04-03Add a variable to specify the distfile version instead of directlyjmmv3-6/+6
overriding DISTFILE.
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.