pkgsrc/multimedia
obache 624d753137 Update ruby-gnome2 to 1.2.1.
(and add gtk3, gdk3, gtksourceview3 and gobject-introspection binding).
based on PR 47529.

== Ruby-GNOME2 1.2.1: 2013-01-30

GTK+ 3 support on Mac OS X release!

=== Changes

==== Ruby/GLib2

  * Improvements
    * Supported custom sudo prompt on auto native package install.
      [GitHub:126] [Suggested by Yorick Peterse]
    * Started to support JRuby. (It is not completed yet.)
      [GitHub:125] [Reported by vpereira]
    * Accepted unsigned long int size GType.
    * Removed DL support.
    * Don't call deprecated g_type_init() for GLib >= 2.35.1.

==== Ruby/GTK2

  * Fixes
    * Fixed a memory leak related Gtk::TreeIter.
      [GitHub:128] [Patch by Toshiaki Asai]

==== Ruby/GTK3

  * Fixes
    * Fixed a memory leak related Gtk::TreeIter.
      [GitHub:128] [Patch by Toshiaki Asai]
    * Fixed a crash bug caused by symbol conflict with Ruby/GDK3 on
      Mac OS X.
      [GitHub:127] [Reported by Sergio Campama] [Helped by Watson]

==== Ruby/GDK3

  * Improvements
    * [windows] Bundled Greybird theme.
      [Suggested by Regis d'Aubarede]

==== Ruby/GooCanvas

  * Improvements
    * Added Goo::Canvas#get_items_at [GitHub:124] [Patch by David Maciejak]

==== Ruby/WebKitGTK

  * Added

==== Ruby/GtkSourceView3

  * Improvements
    * Supported Windows.

=== Thanks

  * David Maciejak
  * Yorick Peterse
  * vpereira
  * Toshiaki Asai
  * Sergio Campama
  * Watson
  * Regis d'Aubarede

== Ruby-GNOME2 1.2.0: 2013-01-24

GTK+ 3 support release!

=== Changes

==== All

  * Added ruby-gtk3 package. Here is a list:
    * Ruby/GLib2
    * Ruby/ATK
    * Ruby/Pango
    * Ruby/GdkPixbuf2
    * Ruby/GDK3
    * Ruby/GTK3

==== Ruby/GLib2

  * Improvements
    * Supported custom VALUE <-> GBoxed conversion
    * Supported VALUE <-> GBoxed conversion by RVAL2GOBJ
    * Added GLib::Source::REMOVE
    * Added GLib::Source::CONTINUE
    * Added rbgobj_make_boxed_raw()
    * Added GLib::Value for internal use
    * [windows] Updated to the latest GLib: 2.28.8-1 -> 2.34.3
  * Changes
    * Removed deprecated GLib::Win32.get_package_installation_directory
    * Removed deprecated GLib::Win32.get_package_installation_subdirectory
    * Added user_data to RGConvertTable callbacks
    * rbgobj_convert_define() copies passed RGConvertTable
    * Removed deprecated G_DEF_FUNDAMENTAL. Use RG_DEF_CONVERSION instead

==== Ruby/GIO2

  * Improvements
    * Installed headers

==== Ruby/ATK

  * Improvements
    * [windows] Updated to the latest ATK: 1.32.0 -> 2.6.0

==== Ruby/Pango

  * Improvements
    * [windows] Updated to the latest Pango: 1.28.3 -> 1.32.6

==== Ruby/GdkPixbuf2

  * Improvements
    * [windows] Updated to the latest gdk-pixbuf: 2.24.0 -> 2.26.5

==== Ruby/GTK2

  * Improvements
    * Removed needless not copy flag from Allocation
    * [windows] Updated to the latest GTK+ 2: 2.24.8 -> 2.24.14

==== Ruby/GDK3

  * Improvements
    * [windows] Supported: 3.6.4

==== Ruby/GTK3

  * Improvements
    * Removed needless not copy flag from Allocation
    * [windows] Supported: 3.6.4

==== Ruby/GObjectIntrospection

  * Improvements
    * Supported over loaded method
    * Supported over loaded constructor
    * Supported GBoxed object
    * Supported char *
    * Supported GInterface
    * Supported CallableInfo
    * Supported may be null
    * Supported union object
    * Supported not GBoxed struct
    * Supported out parameter
    * Supported C array
    * Added "?" suffix to predicate method name
    * Supported SourceFunc callback
    * Supported GValue
    * Added GObjectIntrospection::Loader.register_boxed_class_converter
    * Supported inout parameter
    * Supported binary data array
  * Changes
    * ArgInfo#[] -> ArgInfo#get_arg

==== Ruby/CairoGObject

  * Added

==== Ruby/Clutter

  * Added

==== Ruby/ClutterGtk

  * Added

== Ruby-GNOME2 1.1.9: 2012-12-29

This is a experimental GObjectIntrospection support release.

=== Changes

==== Ruby/GLib2

  * Improvements
    * Renamed G_DEF_CLASS4 to G_DEF_CLASS_WITH_PARENT.
      G_DEF_CLASS4 is still usable but it is deprecated.

==== Ruby/GObjectIntrospection

  * Added. It is still experimental.

== Ruby-GNOME2 1.1.8: 2012-12-19

This is a bug fix release for Ruby 2.0.0.

=== Changes

==== All

  * Fixes
    * Fixed a bug that *.so isn't installed with Ruby 2.0.0.

== Ruby-GNOME2 1.1.7: 2012-12-10

This is a package for Windows fix release.

=== Changes

==== Ruby/GTK2

  * Fixes
    * Bundled GTK+ 2.24.8-1 instead of GTK+ 2.24.10-1.
      [Reported by Mahoro Shimura]

=== Thanks

  * Mahoro Shimura

== Ruby-GNOME2 1.1.6: 2012-12-02

This is Ruby 2.0.0 support release!

=== Changes

==== All

  * Fixes
    * Fixed install error on Ruby 2.0.0.
      [ruby-gnome2-devel-en] Recent Ruby: 'depend' files must be changed
      [Reported by Carlo E. Prelz]

==== Ruby/GLib2

  * Improvements
    * Improved portability a bit. '$,' is used instead of rb_output_fs.
      [GktHub:#117] [Reported by Marvin Gülker]

==== Ruby/GIO2

  * Fixes
    * Fixed a crash bug on i386. [Reported by TAKATSU Tomonari]

==== Ruby/GTK2

  * Improvements
    * Added Gtk::TreeModel#iter_root. [GitHub:121] [Patch by dmaciejak]
    * Added Gtk::TreeModel#iter_next. [GitHub:121] [Patch by dmaciejak]

==== Ruby/GdkPixbuf2

  * Fixes
    * Fixed build errors with old gdk-pixbuf.

==== Ruby/Poppler

  * Improvements
    * Added missing required Poppler version.
      [Suggested by Grant Schoep]
      [ruby-gnome2-devel-en] poppler, build fails, incorrect
      required_pkg_config_package?

  * Fixes
    * Fixed a wrong package name on Red Hat and Fedora.
      [Reported by Grant Schoep]
      [ruby-gnome2-devel-en] poppler, build fails, incorrect
      required_pkg_config_package?

  * Changes
    * Disabled auto Poppler install for Homebrew. It requires
      --with-glib option but auto install with --with-glib option
      isn't supported yet.

==== Ruby/GooCanvas

  * Improvements
    * Added Goo::Canvas#update. [GitHub:119] [Patch by dmaciejak]
    * Added Goo::Canvas#request_update. [GitHub:119] [Patch by dmaciejak]
    * Added Goo::Canvas#convert_from_pixels. [GitHub:123] [Patch by dmaciejak]
    * Added Goo::Canvas#convert_to_pixels. [GitHub:123] [Patch by dmaciejak]
    * Added Goo::Canvas#get_item_at. [GitHub:123] [Patch by dmaciejak]
    * Added Goo::Canvas#bounds. [GitHub:123] [Patch by dmaciejak]

==== Ruby/GStreamer

  * Improvements
    * Don't pass -h and --help to GStreamer.
      [GitHub:#118] [Reported by dmaciejak]

=== Thanks

  * TAKATSU Tomonari
  * dmaciejak
  * Grant Schoep
  * Carlo E. Prelz
  * Marvin Gülker
2013-02-07 13:41:54 +00:00
..
acidrip Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
adobe-flash-plugin Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
adobe-flash-plugin10.1 Update adobe-flash-plugin10.1 to 10.3.183.50 for APSB13-01 2013-01-09 12:27:20 +00:00
adobe-flash-plugin11 Update adobe-flash-plugin11 to 11.2.202.261 for APSB13-01 2013-01-09 12:26:24 +00:00
alevt Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
avidemux Recursive revbump from audio/pulseaudio 2.1 2012-11-03 01:58:32 +00:00
bsdav Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
ccxstream Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
cfourcc Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
clutter-gst Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
clutter08-gst Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
deforaos-player Imported wip/deforaos-player, the DeforaOS desktop media player, under 2012-12-17 00:54:23 +00:00
dirac Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
divxplayer Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
dumpmpeg Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
dvb-apps Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
dvd-slideshow Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
dvdauthor PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
dvdbackup Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
dvdrip Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
dvdstyler Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
dvdview Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
farsight2 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
ffmpeg Update to 1.1.1: 2013-01-21 14:50:42 +00:00
ffmpeg2theora Update "ffmpeg2theora" package to version 0.29. Changes since 0.28: 2012-10-11 07:39:17 +00:00
ffmpeg010 Remove ABI depends since it's smaller than API depends. 2013-01-22 09:49:11 +00:00
ffmpegthumbnailer Update to 2.0.8, based on PR 47467 by John D. Baker. 2013-01-19 01:29:31 +00:00
ffplay Changes 1.0: 2012-11-08 19:57:29 +00:00
flashplayer Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
fuppes PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
fxtv Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
gecko-mediaplayer PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
ggrab Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gmediaserver Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gmencoder PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
gmplayer Revbump for change to mplayer's default options. 2013-01-16 21:17:19 +00:00
gnash PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
gnome-media Recursive revbump from audio/pulseaudio 2.1 2012-11-03 01:58:32 +00:00
gnome-mplayer PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
goggles Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
gopchop Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gpac PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
gst-plugins0.10-bad PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
gst-plugins0.10-base enable introspection support, bump PKGREV 2012-10-30 12:54:15 +00:00
gst-plugins0.10-dvdread Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-ffmpeg Fix build - it seems gst-plugins0.10-ffmpeg needs the older ffmpeg 2012-12-04 15:16:14 +00:00
gst-plugins0.10-gnonlin Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-good Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-hal Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-mpeg2dec Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-ogg Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-resindvd Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-theora Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-ugly Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-v4l2 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-vp8 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-x264 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins0.10-xvid Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gst-plugins1-bad PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
gst-plugins1-base Ensure HAVE_FIONREAD_IN_SYS_FILIO is defined on Solaris, it appears to 2012-12-18 12:31:31 +00:00
gst-plugins1-dvdread Import gst-plugins1-dvdread-1.0.3 as multimedia/gst-plugins1-dvdread. 2012-11-29 09:21:18 +00:00
gst-plugins1-good Add "used by audio/gst-plugins1-jack/Makefile" 2012-11-29 10:06:04 +00:00
gst-plugins1-libav Import gst-libav-1.0.3 as multimedia/gst-plugins1-libav. 2012-11-29 09:27:37 +00:00
gst-plugins1-mpeg2dec Import gst-plugins1-mpeg2dec-1.0.3 as multimedia/gst-plugins1-mpeg2dec. 2012-11-29 09:22:15 +00:00
gst-plugins1-ogg Import gst-plugins1-ogg-1.0.3 as multimedia/gst-plugins1-ogg. 2012-11-29 08:33:50 +00:00
gst-plugins1-resindvd Import gst-plugins1-resindvd-1.0.3 as multimedia/gst-plugins1-resindvd. 2012-11-29 09:14:22 +00:00
gst-plugins1-theora Import gst-plugins1-theora-1.0.3 as multimedia/gst-plugins1-theora. 2012-11-29 08:35:56 +00:00
gst-plugins1-ugly Import gst-plugins1-ugly-1.0.3 as multimedia/gst-plugins1-ugly. 2012-11-29 08:27:25 +00:00
gst-plugins1-vpx Import gst-plugins1-vpx-1.0.3 as multimedia/gst-plugins1-vpx. 2012-11-29 08:45:34 +00:00
gst-plugins1-x264 Import gst-plugins1-x264-1.0.3 as multimedia/gst-plugins1-x264. 2012-11-29 09:23:21 +00:00
gst123 Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
gstreamer0.10 enable introspection support, bump PKGREV 2012-10-30 12:54:15 +00:00
gstreamer1 multimedia/gstreamer1: FLEX_REQD=2.5.31 2012-12-15 07:41:27 +00:00
gtranscode Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
gxine PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
handbrake Fix obvious automake-1.13 issues. 2013-01-26 23:26:19 +00:00
hwdecode-demos Enable VDPAU if it available. Tested on RHEL 2012-12-02 15:50:35 +00:00
kaffeine PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
kdemultimedia3 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
kdemultimedia4 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
kdenlive PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
kmplayer PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
kmplayer-kde3 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
libass Update to 0.10.1; bump ABI depends due to new fribidi dependency. 2013-01-21 13:24:52 +00:00
libassetml Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libdv Don't use X11 on Darwin; added LICENSE 2012-11-07 23:15:48 +00:00
libdv-tools recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
libdvbpsi Update to 1.0.0: 2013-01-21 14:41:27 +00:00
libdvbpsi0 Add libdvbpsi0 -- the world isn't ready for libdvbpsi 1.x yet. 2013-01-22 11:45:56 +00:00
libdvdcss Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libdvdnav Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libdvdplay Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libdvdread Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libflash Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
libflashsupport Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libflashsupport-pulse Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libflashsupport10 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libmatroska Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libmp4v2 dd conflict with mp4v2. 2012-12-03 22:26:17 +00:00
libmpeg2 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libmpeg3 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libnms Remove some incorrect inline markers for functions used in other files. 2012-10-26 20:41:45 +00:00
libogg Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libquicktime Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 16:07:12 +00:00
libtheora Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libtheora-docs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
libva Fix configure step with automake-1.13. 2013-01-23 17:28:54 +00:00
libvdpau Update libvdpau to 0.5.0. Tested on RHEL. 2012-12-02 12:15:08 +00:00
libvpx Add patch taken from "homebrew" project to fix the build with new version 2013-01-24 10:22:08 +00:00
lsdvd Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
mediainfo Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
mediatomb PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
mencoder Revbump for change to mplayer's default options. 2013-01-16 21:17:19 +00:00
ming Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
minidlna Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
mjpegtools Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
mkv2mp4 Recursive revbump from multimedia/gpac. 2012-12-09 17:17:33 +00:00
mkvtoolnix PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
mkvtoolnix-old Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
mlt PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
mp4v2 Import mp4v2-2.0.0 as multimedia/mp4v2. 2012-12-03 22:26:09 +00:00
mpeg-lib Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
mpeg4ip Fix void functions to be declared as such. 2012-12-20 21:44:51 +00:00
mpeg_encode ISO says that main shall not be void. 2012-11-01 19:40:08 +00:00
mpeg_play Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
mplayer Revbump for change to mplayer's default options. 2013-01-16 21:17:19 +00:00
mplayer-plugin PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
mplayer-share Revbump for change to mplayer's default options. 2013-01-16 21:17:19 +00:00
ns-flash Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
ogle Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
ogle_gui Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ogmtools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
openquicktime Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
p5-GStreamer Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
p5-xmltv Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
phonon PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
phonon-backend-gstreamer PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
php-ming Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
pitivi Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
pspvc Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
py-clutter-gst Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
py-gstreamer0.10 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
py-ming Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
realplayer-codecs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
regionset Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
replex Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
ruby-clutter-gst Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
ruby-gnome2-gstreamer Update ruby-gnome2 to 1.2.1. 2013-02-07 13:41:54 +00:00
ruby-ming Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
schroedinger Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
smpeg Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
subtitleeditor Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
swfdec Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
swfdec-gnome Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
swfdec-mozilla Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
totem Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
totem-browser-plugin Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
totem-nautilus Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
totem-pl-parser Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
transcode PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
tstools Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
tvtime automake-1.13 compat. 2013-01-26 23:11:13 +00:00
ushare Fix use of inline. 2012-12-25 21:05:49 +00:00
vlc PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
vlc2 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
win32-codecs Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
x264-devel Just a newer snapshot. 2013-01-16 20:55:30 +00:00
xanim Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
xawtv Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
xfce4-mpc-plugin Add socket libs on Solaris. 2012-12-25 21:16:24 +00:00
xfmedia Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
xine-lib PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
xine-ui PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
xine-v4l Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
xine-v4l2 Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
xvid4conf Revbump after updating graphics/pango 2012-10-08 23:00:34 +00:00
xvidcore Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 09:20:57 +00:00
Makefile Remove vlc10 -- doesn't build against any available ffmpeg in pkgsrc. 2013-01-22 13:21:11 +00:00