pkgsrc/multimedia
tsutsui f0dce97b39 Update ruby-gnome2 packages to 3.1.0.
Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.0/NEWS)

== Ruby-GNOME2 3.10.0: 2016-11-12

=== Changes

  * Improvements
    * update README.
      [Patch by cedlemo]
    * fix format in README.
    * use pthread version of MinGW in build-windows.sh.
    * improve main Rakefile.
    * windows : update bundled versions.
  * Fixes
    * fix path in gem:windows:push in main Rakefile.
    * fix markup in NEWS file.
    * use Win32 thread again in build-windows.sh.
    * libmount is required for GLib on Linux.
    * install libgtk-3-dev explicitly.

==== All

==== Ruby/GIO2

  * Improvements
    * make (({Gio::SettingsSchemaSource#list_schemas})) Rubyish.
    * make (({Gio::Settings#set_value})) Rubyish.
    * support array like API for (({Gio::Settings})).
    * (({Gio::ActionMap#add_action})) accepts :state
    * simplify, load (({Gio::File})) with GObject-Introspection loader.
    * simplify (({Gio::ContentType})) implementation.
  * Fixes
    * add missing required argument in test-settings-schema-source.rb.
    * add version check in Gio tests.
    * increase required version.
    * fix typo in action-map.rb.
      [Path by cedlemo]

==== Ruby/GLIB2

  * Improvements
    * New implementation of GRClosure with new APIS:
      * RGClosureCallData
      * RGClosureCallFunc
      * rbgobj_set_signal_call_func()
      * rbgobj_get_signal_call_func()
      * g_rclosure_new_call()
    * support exit_application error message when no backtrace.
    * improve rbg_scan_options() performance
    * show all backtrace on GLib log.
      [GitHub#935][Suggested by Matijs van Zuijlen]

  * Fixes
    * windows:
      * Fix indent in windows-binary-build-task.rb.
      * Export glib2_binary_base_dir.
      * Remove needless "windows_" in methods name in windows-binary-build-task.rb.
      * add a debug argument for make command.
      * add GNOME2::Rake::WindowsBinaryBuildTask#binary_base_dir
    * fix a bug that SIGUSR1 breaks main loop.
      [GitHub#933][Reported by Vegard Sandengen]
    * fix error messages typo
      [Patch by dai-vr]
    * fix typo in rbgutil.c.
      [Patch by Kazuhiro NISHIYAMA]
    * fix style in rbglib_messages.c
    * remove needless check in rbglib_messages.c and extconf.rb

==== Ruby/GStreamer

  * Improvements
  * Fixes
    * fix text_color_example.rb demo.
      [Patch by cedlemo]

==== Ruby/GObjectIntrospection

  * Improvements
    * support GVariant string array to Ruby
      [Patch by Konstantinos Natsakis]
    * use g_variant_iter_init () to reduce dynamic memory allocation
    * support omitting allow-null arguments in middle of arguments
    * improve performance in callable-info.rb.
    * reduce needless method calls.
    * simplify invoke arguments in rb-gi-method-info.c, it improves performance.
    * support "can_be_" as predicate prefix.
    * improve performance calling a method. It catches data from info.
    * add GI.load shortcut for fast load.
  * Fixes
    * use short for 16bit Integer.
    * accept Array of numbers for gint8/guint8 array
    * wrong condition in function info arguments management.
    * use suitable type macros in ruby to C code from rb-gi-argument.c.
    * assign temporary Ruby object to local variable to guard from GC.
    * fix name conflict in rb-gi-argument.c.
      [Reported by kitone]
    * touch unrefed object in rb-gi-argument.c.
    * support array of UTF-8.
    * fill from last omitted arguments in function arguments loader.
    * add a missing all required case check in function arguments loader.
    * use rbg_variant_to_ruby in rb-gi-argument.c.
    * define unlock_gvl as info method.
    * fix typo in rb-gi-function-info.c.
    * don't fill missing arguments when given N arguments is less.
    * sink created GObject based object by default.
    * fix wrong default argument fill condition.
    * fix limit when loading arguments infos.
      [GitHub#895][Reported by cedlemo]
    * fix libffi return value handling.
      [GitHub#758][Reported by Mamoru TASAKA]
    * do not try to run a gtk demo when the user provide a bad demo name.
      [Patch by cedlemo]
    * focus on the related line in the TreeView when running demo from command line.
      [Patch by cedlemo]
    * do nothing for void type return type.
      [GitHub#952][Reported by cedlemo]
    * return value is return type is void but pointer.
    * windows : update patch support-external-g-ir-scanner.diff.

==== Ruby/GDK

  * Improvements
    * make (({Gdk::EventFocus#in})) rubyish.
    * add init hook as Gdk.on_init
  * Fixes
    * backport a patch to fix build error.

==== Ruby/GdkPixbuf2

  * Improvements
    * support loading from file.
  * Fixes
    * fix dependency in Rakefile.
      [GitHub#862][Reported by Mamoru TASAKA]
    * add missing gio2 dependency in tests.
    * add missing variable in tests.
    * omit a test that failed by float error on i386
      [GitHub#898][Reported by Mamoru TASAKA]

==== Ruby/GTK3

  * Improvements
    * support for (({Gtk::SpinButton::input})) signal.
      [GitHub#855][Reported cedlemo]
    * new gtk demo spinbutton.
      [Patch by cedlemo]
    * add demo search_entry.rb
      [Patch by cedlemo]
    * update gtk demos to use class form instead of module form.
      [Patches by cedlemo]
    * add listbox gtk demo.
      [Patch by cedlemo]
    * update editable_cells demo.
      [Patch by cedlemo]
    * add glarea demo.
      [Patch by cedlemo]
    * update transparent demo.
      [Patch by Arjun Menon]
    * update theming_style_classes demo.
      [Patch by Arjun Menon]
    * update textscroll demo.
      [Patch by Arjun Menon]
    * update stack demo.
      [Patch by Arjun Menon]
    * update spinbutton demo.
      [Patch by Arjun Menon]
    * create (({Gtk::TreeModel#create_filter})) as an alias of #filter_new.
  * Fixes
    * load demos as classes instead of modules in main.rb.
      [Patch by cedlemo]
    * enable Gtk::Rc deprecation.
    * fix treemodelfilter sample issue.
    * force LC_NUMERIC to C when gtk3 is initialized.
      [Patch by cedlemo]

==== Ruby/WebKitGTK

  * Improvements
  * Fixes
    * windows :
      * update dependencies in Rakefile and patches.
      * use Ubuntu 16.04 as build environment.
      * install jsmin

==== Ruby/WebKit2GTK

  * Improvements
  * Fixes
    * windows :
      * update Rakefile and patches.
      * support auto latest version detection.

==== Ruby/ClutterGdk

  * Improvements
  * Fixes
    * add init hook as Clutter.on_init.
    * add Clutter and Gdk integration API.

==== Ruby/ClutterGtk

  * Improvements
    * add clutter-gdk dependency.
  * Fixes
    * window-test.rb sample : use icons only included in the default theme.
    * remove needless pack method usage in test.rb sample.
    * follow improved API in event.rb sample.

==== Ruby/ClutterGdk
  * Improvements
    * create a GObject-Introspection loader.
      [Patch by cedlemo]
  * Fixes
    * update description in README and in Rakefile.
    * remove needless code in Rakefile.
    * remove needless code in GObject-Introspection loader. ClutterGdk is part of Clutter.

==== Ruby/GStreamer
  * Improvements
    * add (({Gst::Bin#each})).
      [GitHub#927][Reported by cedlemo]
    * add only_gstreamer_version method.
  * Fixes
    * use post_load in order to use require_libraries.

==== Ruby/Pango

  * Fixes
    * pango windows: remove needless patch.

==== Thanks

  * Arjun Menon
  * cedlemo
  * dai-vr
  * Kazuhiro NISHIYAMA
  * kitone
  * Konstantinos Natsakis
  * Mamoru TASAKA
  * Matijs van Zuijlen
  * Vegard Sandengen
2016-11-18 12:41:34 +00:00
..
acidrip Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
adobe-flash-plugin11 Update adobe-flash-plugin11 to 11.2.202.644. 2016-11-13 06:05:07 +00:00
alevt Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
audiocd-kio Revbump post boost update 2016-10-07 18:25:29 +00:00
avidemux Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
bitstream Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
bsdav Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
ccxstream Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
cfourcc Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
clutter-gst Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
deforaos-player Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
dirac Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
divxplayer Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
dragon Revbump post boost update 2016-10-07 18:25:29 +00:00
dumpmpeg Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
dvb-apps Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dvd-slideshow Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
dvdauthor Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
dvdbackup Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
dvdrip Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
dvdstyler Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
dvdview Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
farsight2 Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ffmpeg1 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
ffmpeg2 version 2.8.8 2016-10-03 12:35:44 +00:00
ffmpeg2theora Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
ffmpeg3 faac support was removed in 3.2, remove option and bl3.mk chunk. 2016-11-03 21:25:55 +00:00
ffmpeg010 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
ffmpegthumbnailer Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
ffmpegthumbs Revbump post boost update 2016-10-07 18:25:29 +00:00
ffplay1 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
ffplay2 version 2.8.8 2016-10-03 12:35:44 +00:00
ffplay3 version 3.2: 2016-10-28 19:15:06 +00:00
flashplayer
flvstreamer Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
fuppes Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
fxtv Add support for CFLAGS 2016-03-21 17:48:30 +00:00
gecko-mediaplayer Revbump post boost update 2016-10-07 18:25:29 +00:00
ggrab Fix missing/broken rcsids. 2015-12-29 04:04:26 +00:00
gmediaserver Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gmencoder Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gmp-api Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
gmplayer Update Blue-small skin to 1.9, PR pkg/51508. 2016-10-09 14:39:27 +00:00
gnash Revbump post boost update 2016-10-07 18:25:29 +00:00
gnome-media Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
gnome-mplayer Revbump post boost update 2016-10-07 18:25:29 +00:00
goggles Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
gopchop Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gpac Update to gpac-0.6.1 2016-10-11 00:31:28 +00:00
gst-plugins0.10-bad Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
gst-plugins0.10-base Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gst-plugins0.10-dvdread
gst-plugins0.10-ffmpeg Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
gst-plugins0.10-gnonlin Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
gst-plugins0.10-good Fix building with linux-headers >= 3.9 2016-07-16 04:35:13 +00:00
gst-plugins0.10-hal
gst-plugins0.10-mpeg2dec
gst-plugins0.10-ogg
gst-plugins0.10-resindvd Bump ABI depends since libdvdnav-5 removed a library. 2014-10-04 12:49:05 +00:00
gst-plugins0.10-theora
gst-plugins0.10-ugly Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
gst-plugins0.10-v4l2
gst-plugins0.10-vp8 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
gst-plugins0.10-x264
gst-plugins0.10-xvid
gst-plugins1-bad Update gstreamer1 packages to 1.10.0. 2016-11-16 12:08:25 +00:00
gst-plugins1-base Update gstreamer1 packages to 1.10.0. 2016-11-16 12:08:25 +00:00
gst-plugins1-dvdread Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-egl-gl Fix PLIST 2016-07-19 20:44:40 +00:00
gst-plugins1-egl-opengl Import gst-plugins1-opengl-1.4.5 as multimedia/gst-plugins1-egl-opengl. 2015-01-30 11:10:20 +00:00
gst-plugins1-good Update gstreamer1 packages to 1.10.0. 2016-11-16 12:08:25 +00:00
gst-plugins1-libav Update gstreamer1 packages to 1.10.0. 2016-11-16 12:08:25 +00:00
gst-plugins1-mpeg2dec Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-ogg Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-omx Make PKGNAME match directory name (and other gstreamer plugin packages) 2016-11-16 11:36:15 +00:00
gst-plugins1-resindvd Update to 1.4.4: 2014-11-23 15:54:00 +00:00
gst-plugins1-theora Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst-plugins1-ugly Update gstreamer1 packages to 1.10.0. 2016-11-16 12:08:25 +00:00
gst-plugins1-v4l2 this builds under netbsd now, add it to ONLY_FOR_PLATFORM 2014-11-29 13:48:11 +00:00
gst-plugins1-vpx Update gstreamer1 and its plugins to 1.8.3. 2016-09-12 09:00:09 +00:00
gst-plugins1-x264 Reset PKGREVISION for gst-plugins1* update to 1.4.0. 2014-08-08 21:31:06 +00:00
gst123 Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
gstreamer0.10 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
gstreamer1 Add gst-stats to ALTERNATIVES file. 2016-11-16 12:09:36 +00:00
gtranscode Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
gxine Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
handbrake Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
harvid Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
hwdecode-demos Recursive revbump following MesaLib update, categories g through n. 2015-04-25 14:22:51 +00:00
juk Revbump post boost update 2016-10-07 18:25:29 +00:00
kaffeine Revbump post boost update 2016-10-07 18:25:29 +00:00
kdemultimedia3 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
kdenlive Revbump post boost update 2016-10-07 18:25:29 +00:00
kmix Revbump post boost update 2016-10-07 18:25:29 +00:00
kmplayer Revbump post boost update 2016-10-07 18:25:29 +00:00
kmplayer-kde3 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
kodi regen 2016-10-23 19:56:38 +00:00
kscd Revbump post boost update 2016-10-07 18:25:29 +00:00
libaacs Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libass libass: update to 0.13.4 2016-11-01 20:15:28 +00:00
libassetml Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libbdplus Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libbluray Version 0.9.2 2015-12-08 13:21:23 +00:00
libdv Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libdv-tools
libdvbcsa Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libdvbpsi Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libdvbpsi0 Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libdvdcss Changes between 1.3.99 and 1.4.0: 2015-12-27 12:16:33 +00:00
libdvdnav Changes 5.0.3: 2015-01-31 21:26:44 +00:00
libdvdplay Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libdvdread Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libflash Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libflashsupport Remove duplicate SHA512 digests that crept in. 2015-11-04 17:41:15 +00:00
libhdhomerun Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libkate Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
libkcddb Revbump post boost update 2016-10-07 18:25:29 +00:00
libkcompactdisc Revbump post boost update 2016-10-07 18:25:29 +00:00
libmatroska Updated libmatroska to 1.4.5. 2016-07-03 11:13:24 +00:00
libmediainfo Update mediainfo and libmediainfo to 0.7.77 2015-09-07 01:02:00 +00:00
libmp4v2 Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libmpeg2 Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
libmpeg3 Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
libnms Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libogg Lower aggressive optimisation which causes configure tests to fail 2016-02-23 11:25:51 +00:00
liboggz liboggz: bump PKGREVISION for previous. it's a functional change, however 2016-10-30 09:45:32 +00:00
libquicktime Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
libtheora Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
libtheora-docs Fix previous. Theora.pdf is only created if many more dependencies 2015-02-09 21:56:49 +00:00
libva Revert OPSYSVARS change, variables don't support lazy evaluation. 2016-02-25 23:35:44 +00:00
libva-driver-vdpau update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
libvdpau update PKG_{FAIL,SKIP}_REASON with += 2016-04-11 04:22:33 +00:00
libvpx Update to 1.6.0 2016-08-16 23:53:25 +00:00
livestreamer Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
lsdvd Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mate-media Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
mediainfo Updated {lib,}mediainfo to 0.7.90. 2016-11-14 14:45:27 +00:00
mediatomb Revbump post boost update 2016-10-07 18:25:29 +00:00
mencoder Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
ming Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
minidlna Install man pages. Requested by Ben Gergely in PR 51506. 2016-09-27 12:48:51 +00:00
mjpegtools Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mkv2mp4 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
mkvtoolnix Revbump post boost update 2016-10-07 18:25:29 +00:00
mkvtoolnix-old Revbump post boost update 2016-10-07 18:25:29 +00:00
mlt Revbump post boost update 2016-10-07 18:25:29 +00:00
mp4v2 Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mpeg-lib Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mpeg4ip Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mpeg_encode Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mpeg_play Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
mplayer Update multimedia/{gmplayer,mencoder,mplayer,mplayer-share} to 1.2.1. 2016-02-07 13:34:33 +00:00
mplayer-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
mplayer-share Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
mplayerthumbs Revbump post boost update 2016-10-07 18:25:29 +00:00
mpv Make mpv agnostic regarding possible mismatches of built vs running 2016-11-03 14:41:28 +00:00
ogle Sun Audio needs kernel types on NetBSD. 2016-03-01 20:12:01 +00:00
ogle_gui Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
ogmtools Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
omxplayer Revbump post boost update 2016-10-07 18:25:29 +00:00
openquicktime Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
p5-GStreamer Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
p5-xmltv Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
phonon Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
phonon-backend-gstreamer Update phonon-{,qt5-}backend-gstreamer{,-shared} 4.9.0 2016-04-26 09:04:23 +00:00
phonon-backend-gstreamer-shared Update phonon-{,qt5-}backend-gstreamer{,-shared} 4.9.0 2016-04-26 09:04:23 +00:00
phonon-backend-vlc Update phonon-{,qt5-}backend-vlc to 0.9.0 2016-04-26 09:02:14 +00:00
phonon-qt5 Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
phonon-qt5-backend-gstreamer Build dependency on extra-cmake-modules 2016-06-04 21:31:49 +00:00
phonon-qt5-backend-vlc Build dependency on extra-cmake-modules 2016-06-04 21:31:49 +00:00
php-ming Drop "55" (php55) from PHP_VERSIONS_ACCEPTED. 2016-09-11 17:03:25 +00:00
pitivi Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
pspvc Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
py-gstreamer0.10 Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-gstreamer1 Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
py-m3u8 Add m3u8-0.2.10: 2016-09-15 14:26:12 +00:00
py-ming Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
realplayer-codecs
regionset Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
replex Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
ruby-gnome2-clutter-gstreamer Update ruby-gnome2 packages to 3.1.0. 2016-11-18 12:41:34 +00:00
ruby-gnome2-gstreamer Update ruby-gnome2 packages to 3.1.0. 2016-11-18 12:41:34 +00:00
ruby-ming Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
schroedinger Fix unresolved symbols in wavelet_max_gain. Fixes SunOS. 2016-04-18 16:24:59 +00:00
sickbeard Rename (non-free) Dynamic Drive license to have a "-license" suffix. 2016-09-06 15:25:10 +00:00
smpeg Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
smpeg2 Remove conflict between multimedia/smpeg and multimedia/smpeg2 2016-07-29 18:25:35 +00:00
ssr Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
streamlink Change HOMEPAGE to a working link 2016-10-19 09:07:25 +00:00
subtitleeditor Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
swfdec Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
swfdec-gnome Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
swfdec-mozilla Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
totem Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
totem-browser-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
totem-nautilus Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
totem-pl-parser revbump for libsoup's ABI issue 2016-05-03 11:40:00 +00:00
transcode Fix HOMEPAGE. 2016-09-28 14:05:44 +00:00
tstools Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
tvtime Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
ushare Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
vlc Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
vlc20 Recursive PKGREVISION bump for gnutls shlib major bump. 2016-09-19 13:04:18 +00:00
win32-codecs
x264-devel x264-devel: update to 20161023 2016-10-24 10:36:12 +00:00
x265 Distfile has been changed 2016-10-10 17:13:42 +00:00
xanim Add SHA512 digests for distfiles for multimedia category 2015-11-03 23:54:22 +00:00
xawtv Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
xfce4-mpc-plugin Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xfce4-thunar-media-tags Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xine-lib Use more up-to-date homepage. 2016-09-25 20:54:11 +00:00
xine-ui Revbump post boost update 2016-10-07 18:25:29 +00:00
xine-v4l Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
xine-v4l2 Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
xvid4conf Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
xvidcore Use OPSYSVARS. 2016-02-25 15:49:43 +00:00
Makefile Makefile: +streamlink 2016-10-18 17:13:43 +00:00