summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2013-06-20revert `say good-bye to ruby-1.8', it should not be done dureing a freeze.obache1-3/+1
2013-06-19say good-by to Ruby-1.8.obache1-1/+3
2013-06-18Mark this not MAKE_JOBS_SAFE too; I ran into the same problem I did withdholland1-3/+2
gst-plugins0.10-base yesterday.
2013-06-17Also used right here in River City.dholland1-1/+2
2013-06-17Not MAKE_JOBS_SAFE; I gotdholland1-3/+2
OSError: [Errno 2] No such file or directory: '[...]/work/.home/.cache/g-ir-scanner/058d13a6d877030b8adb448928d5630d364836c5' with 8 jobs on try 1; try 2 without changes succeeded. This probably applies to the whole plugin framework and should go in Makefile.common, but let's be conservative about it.
2013-06-16Update to 0.3.3ryoon2-7/+6
Changelog: Overview of changes is gst123-0.3.3: * Fix Issue 10: Local files not properly escaped when converted to URLs * Added "-k, --skip=<n>" option: skip first 'n' seconds [Tobias Bengfort] Overview of changes in gst123-0.3.2: * Support building with gstreamer 1.0 or gstreamer 0.10 (Issue 11). * Added "-a pulse" PulseAudio output support. * Fix time display updates (broken by introduction of quiet mode). * Properly quit player if none of the files in the playlist can be played. * Cleanup code to avoid compiler warnings.
2013-06-15Blind commit; should fix issues with current flac package.wiz2-1/+17
I don't get this far on 6.99.20/amd64 due to *locale* problems, see PR pkg/47900.
2013-06-15Fix build with current flac version.wiz1-0/+15
Can't completely test this package since it doesn't build for me on 6.99.20/amd64 due to *locale*() issues.
2013-06-15Merge two patches for the same file.wiz3-18/+14
2013-06-15Packaged DeforaOS Player 0.1.6, with:khorben4-12/+27
- more portable Makefiles - improvements to the user interface
2013-06-15Update ruby-gnome2 to 2.0.2.obache1-1/+2
(whth addition of cairo-gobject, webkit-gtk and webkit-gtk2 binding packages) == Ruby-GNOME2 2.0.2: 2013-05-26 Windows XP re-supportted release! === Changes ==== Ruby/GLib2 * Improvements * Added rbgutil_key_equal() convenient function. It is used for comparing key that may be String or Symbol. ==== Ruby/Pango * Improvements * [windows] Forced to disable uniscribe backend of HarfBuzz. [ruby-list:49412] [Reported by Masafumi Yokoyama] * Don't define Pango::CairoFcFontMap and Pango::CairoWin32FontMap because they may cause crash on OS X. [shocker-ja:1119] [Reported by znz] * Updated samples. [GitHub#164] [Patch by Kentaro Fukuchi] * Fixes * Fixed wrong index access in Pango::GlyphString#glyphs. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] === Thanks * Kentaro Fukuchi * Masafumi Yokoyama * znz == Ruby-GNOME2 2.0.1: 2013-05-25 Ruby 1.8 support is dropped release! === Changes ==== All * Improvements * Dropped Ruby 1.8 support. * Updated bundled binaries versions for Windows. ==== Ruby/Pango * Improvements * Added Pango::CairoFontMap.set_default. * Enabled fontconfig font on Windows. * Defined Pango::CairoFcFontMap on init if it is available. * Defined Pango::CairoWin32FontMap on init if it is available. ==== Ruby/GTK3 * Improvements * Added Gtk::Image#set_from_icon_set. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_stock. [GitHub#150] [Patch by Detlef Reichl] * Added Gtk::Image#set_from_gicon. [GitHub#150] [Patch by Detlef Reichl] * Updated samples. [GitHUb#151] [Patch by Detlef Reichl] * Fixes * Fixed a GC related crash bug. [ruby-gnome2-devel-en] [Reported by Detlef Reichl] ==== Ruby/GObjectIntrospection * Improvements * Supported ownership transfer for some input argument types. (Struct and Object) * Supported "(out caller-allocates)" for boxed object. [ruby-gnome2-devel-ja] [Reported by Kentaro Fukuchi] * Supported gpointer in/out. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Fixes * Fixed missing argument. [GitHub#154] [Reported by Masafumi Yokoyama] ==== RubyGStreamer * Improvements * Supported methods that call callback [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Updated samples. [GitHub#156][GitHub#159][GitHub#160][GitHub#161] [Patch by NAKAJIMA Takashi] * Supported Gst::Bus#set_handler. [ruby-gnome2-devel-ja] [Reported by NAKAJIMA Takashi] * Supported Gst::Controller [ruby-gnome2-devel-ja] [Suggested by NAKAJIMA Takashi] * Stopped to require Gst.init. * Fixes * Fixed out of index access bug. ==== Ruby/GooCanvas * Improvements * Migrated to Ruby/GObjectIntrospection based bindings. * Stopped to require Goo.init. * Fixes * Updated samples. [GitHub#152][GitHub#153][GitHub#155][GitHub#157] [Patch by Masafumi Yokoyama] ==== Ruby/Clutter * Improvements * Stopped to require Clutter.init. * Fixes * Fixed broken samples. [ruby-gnome2-devel-ja] [Patch by Kentaro Fukuchi] ==== Ruby/ClutterGtk * Improvements * Stopped to require ClutterGtk.init. ==== Ruby/ClutterGStreamer * Added. ==== Ruby/WebKitGtk * Improvements * Stopped to require WebKitGtk.init. ==== Ruby/WebKitGtk2 * Improvements * Stopped to require WebKitGtk2.init. === Thanks * Detlef Reichl * NAKAJIMA Takashi * Masafumi Yokoyama * Kentaro Fukuchi
2013-06-14BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=Version_script to fixrodent1-1/+5
build on SunOS.
2013-06-14Update ming to 0.4.5.obache7-78/+9
0.4.5 - 2013-06-08 * Fix a build problem with perl module and Perl 5.13.10 (Debian package patch 07) * Fix an issue with a shared lib version of the perl module (Debian package patch 05) * Fix a runtime warnign in the PHP module (Issue #6) * Fix build probem with PHP 5.4 (Issue #9, Debian Bug #662620) * Took in some build warning fixes found by openSUSE * Add support for giflib 4.2.0+ (bugzilla #119) * Fix build with SunStudio compiler (bugzilla #103, #118) * Include test file missing in 0.4.4 (Oops) * Ensure perl tests use uninstalled package * Allow running testsuite with interpreters in custom paths * Improve detection of TCL files * Fix testsuite runs on systems w/out GNU vasprintf * Fix run of ActionScriptTests with BSD make * Fix short allocation parsing empty glyph record
2013-06-14Update adobe-flash-plugin10.1 to 10.3.183.90 for APSB13-16obache2-6/+6
2013-06-14Update adobe-flash-plugin11 to 11.2.202.291 for APSB13-16obache2-6/+6
2013-06-13Don't poison malloc and friends in a way that breaks cstdlib.joerg2-1/+23
2013-06-13Remove clutter-0.8 packages from pkgsrc.obache8-133/+1
obsolated and nothing is using them in pkgsrc.
2013-06-13Drop ruby-clutter packages.obache4-26/+1
Only support old ruby-1.8 and clutter-0.8, and dead upstream.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz67-134/+134
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron85-170/+170
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz85-150/+170
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz24-46/+50
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-26Update to 1.3.1:wiz3-80/+90
Version 1.3.1 (2013 May 12) * Guard against very large packets. * Respect the configure --docdir override. * Documentation fixes. * More Windows build fixes.
2013-05-26Fix configure patch. This now builds again for me. The xvidcorewiz2-7/+7
error disappeared on its own. Weird.
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz11-22/+22
2013-05-23Use bool conversion operator to check for defined. More compatiblejoerg7-1/+107
version of the original nullptr fix.
2013-05-21Update to KDE SC 4.10.3markd18-54/+45
bugfixes.
2013-05-21Add phonon-backend-vlcmarkd1-1/+2
2013-05-21Add phonon-backend-vlc version 0.6.2markd4-0/+45
VLC backend for phonon.
2013-05-21Add buildlink3.mkmarkd1-0/+13
2013-05-21Update to 4.6.3markd2-9/+8
changes unknown.
2013-05-21Update to 4.6.0markd4-21/+43
Add pulseaudio option This release contains numerous improvements across the board since 4.5.1: QZeitgeist 0.8 is supported Various buildsystem fixes, allowing other packages to find phonon easier Fewer KDE dependencies Many improvements to PulseAudio integration Remove runtime backend switching Copious quantities of vanilla frosting Stability improvements LGPL relicensing Misc fixes to Zeitgeist integration Extra cinamon spice
2013-05-21Backout nullptr patches - g++ doesn't have support until 4.6.markd8-109/+3
2013-05-17Avoid -Werror=return-type failure.jperkin2-1/+17
2013-05-16Update adobe-flash-plugin11 to 11.2.202.285 for APSB13-14.obache2-6/+6
2013-05-16Update adobe-flash-plugin10.1 to 10.3.183.86 for APSB13-14.obache2-6/+6
2013-05-15Take maintainership (unless someone else wants it).rodent1-2/+2
2013-05-15+libkaterodent1-1/+2
2013-05-15Import libkate-0.4.1 as multimedia/libkate.rodent6-0/+331
Kate is an overlay codec, originally designed for karaoke and text, that can be multiplixed in Ogg. Text and images can be carried by a Kate stream, and animated. Most of the time, this would be multiplexed with audio/video to carry subtitles, song lyrics (with or without karaoke data), etc, but doesn't have to be. Series of curves (splines, segments, etc) may be attached to various properties (text position, font size, etc) to create animated overlays. This allows scrolling or fading text to be defined. This can even be used to draw arbitrary shapes, so hand drawing can also be represented by a Kate stream.
2013-05-131.2.1 was released on 2013-05-10. It is the latest stable FFmpeg release ↵adam3-9/+8
from the 1.2 release branch, which was cut from master on 2013-03-07. Amongst lots of other changes, it includes all changes from ffmpeg-mt, libav master of 2013-03-07, libav 9 as of 2013-03-07.
2013-05-12missing include of key feature file.obache1-1/+3
2013-05-12collect variables before using it.obache1-1/+4
2013-05-11Rename "locale_t" to not conflict with locale.h.joerg2-1/+27
2013-05-11Make gconf an option (default enabled) for gst-plugins0.10-good.riastradh3-12/+26
2013-05-10Added dvdcss as an option.adam3-2/+18
2013-05-10First stab at cross-compiling ffmpeg.riastradh1-1/+9
Won't work on arm yet because we need to specify the arm cpu flavour.
2013-05-10Fix cross-build of x264-devel by passing --host to configure.riastradh1-1/+6
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam30-49/+60
2013-05-09+liboggzrodent1-1/+2
2013-05-09Import liboggz-1.1.1 as multimedia/liboggz.rodent6-0/+244
Oggz comprises liboggz and the tool oggz, which provides commands to inspect, edit and validate Ogg files. The oggz-chop tool can also be used to serve time ranges of Ogg media over HTTP by any web server that supports CGI. liboggz is a C library for reading and writing Ogg files and streams. It offers various improvements over the reference libogg, including support for seeking, validation and timestamp interpretation.