Commit graph

2586 commits

Author SHA1 Message Date
obache
0228162331 Update ruby-gnome2 to 0.90.1.
= NEWS

== Ruby-GNOME2 0.90.1: 2010-09-23

NOTE: 0.90.x releases are for 1.0.0 major release.

A install bug fix release of 0.90.0.

=== Changes

==== Ruby/ATK

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Pango

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Poppler

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/RSVG

  * Bug fixes:
    * fix .pc install path.
      [OBATA Akio, Kouhei Sutou]

=== Thanks

  * OBATA Akio

== Ruby-GNOME2 0.90.0: 2010-09-23

NOTE: 0.90.x releases are for 1.0.0 major release.

RubyGems support!

=== Changes

==== Ruby/GTK2

  * Bug fixes:
    * [ruby-gnome2-devel-en] Gtk 2.20, Gtk::Builder and 'name'
      add Gtk::Buildable#builder_name/set_builder_name.
      [Simon Arnaud, Kouhei Sutou]

=== Thanks

  * Simon Arnaud
2010-09-23 15:35:58 +00:00
tron
44920db16b Fix build under Mac OS X with a small change discussed on the
"mplayer-dev-eng" mailing list.
2010-09-19 22:23:32 +00:00
abs
88869dc039 Include xcb-util/buildlink3.mk for x11 to ensure globalhotkeys is built - bump pkgrevision 2010-09-19 22:08:22 +00:00
wiz
17c8d7c079 Update to 20100913, provided by Aleksey Cheusov via wip.
One year of changes.
Ok ahoka@
2010-09-16 18:56:11 +00:00
obache
c956452fb5 clutter-gst 1.2.0 (18/08/2010)
===============================================================================

  * list of changes since 1.0.0

    o Supports the ClutterMedia subtitle-related properties introduced in
      1.2.0.

    o Added a "idle material" to VideoTexture, a material that will be used
      to paint the texture when not playing any video.

    o You can now set a user-agent when streaming videos.

    o The usual bulk of small fixes, small memory leaks, build (builds on
      GLES2 now), don't use deprecated symbols, ...
2010-09-16 11:23:18 +00:00
wiz
0b33e74d11 Now that libX11 pulls in libxcb, merge xine-xcb package back into
xine-lib.
Update dependency patterns in users and bump PKGREVISION.
2010-09-16 09:49:42 +00:00
wiz
7c5b7f2175 Fix PLIST with x11 option (default on) by always depending on libxcb,
since it's pulled in by libX11 anyway, nowadays.
Bump PKGREVISION.
2010-09-15 12:36:49 +00:00
wiz
4d24b9b8ad More PKGREVISION bumps for pixman update. 2010-09-14 11:13:10 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
wiz
61f766b5ff Note that:
A newer version of this plugin is in multimedia/adobe-flash-plugin.
2010-09-12 17:10:33 +00:00
taca
efd48da7ba * Ajust new ruby package's framework.
* Add patch to support for ruby18 and ruby19.
2010-09-10 07:31:45 +00:00
obache
6d079a6d52 sync with mplayer package. 2010-09-09 05:11:46 +00:00
drochner
a26b834954 update to 0.98.11
changes:
-minor fixes
-translation updates
2010-09-08 16:45:40 +00:00
drochner
896ea22489 update to 4.3.0
changes:
-feature additions: "quiet"-Flag, more data shown by mkvinfo
-fixes
-build systems uses a ruby script "drake" rather than "make"
2010-09-08 16:35:57 +00:00
drochner
4331a76837 update to 0.10.16
changes: misc fixes and improvements
2010-09-08 16:29:01 +00:00
drochner
95d06cd7c3 update to 0.10.16
changes:
-misc fixes and improvements
-uses orc instead of liboil
2010-09-08 16:25:29 +00:00
drochner
5e375a704a update to 0.10.20
changes:
-new video effects plugins: coloreffects, gaudieffects, geometrictransform
-some new elements
-misc fixes and improvements
-uses orc instead of liboil
2010-09-08 16:23:11 +00:00
drochner
5404b0a5d0 update to 0.10.25
changes: misc fixes and improvements
2010-09-08 16:19:16 +00:00
wiz
5385cb28aa Update to 0.15, less test failures than 0.14 (2/31, 4/429 instead
of 3/31, 5/425). Set LICENSE.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* lib/GStreamer.pm
	* NEWS: Release 0.15.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* Makefile.PL
	* MANIFEST
	* GStreamer.pm (removed)
	* lib/GStreamer.pm (added): Move GStreamer.pm into the new lib
	directory.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstPad.t
	* xs/GstPad.xs: Wrap gst_pad_is_blocking, gst_pad_peer_query,
	gst_pad_iterate_internal_links, and
	gst_pad_iterate_internal_links_default.

2009-02-22  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstIterator.xs (newSVGstIterator): Convert NULL iterators to
	undef.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstFormat.xs (SvGstFormat): Throw an exception if
	gst_format_get_by_nick failed to convert the string to a format.
	This means that unregistered format strings now cause errors
	instead of being silently turned into GST_FORMAT_UNDEFINED.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstClock.t: Make the clock resolution and master clock tests
	more robust.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* t/GstIndex.t: Make the GstIndexEntry tests more robust and correct.

2009-02-21  Torsten Schoenfeld  <kaffeetisch@gmx.de>

	* xs/GstIndex.xs: We don't own the GstIndexEntry objects returned
	by the various GstIndex methods, so don't use the _own typemap
	variant.
2010-09-06 11:00:23 +00:00
wiz
794a966e6d Remove unused variable pointing to non-existent dir.
pkglint is now much happier.
2010-09-05 23:01:48 +00:00
wiz
c9c8a67927 Fix build on Solaris, from Aleksey Cheusov in PR 43841. 2010-09-05 23:00:55 +00:00
wiz
3b3a043a98 Add VDPAU support, from Aleksey Cheusov. 2010-09-05 22:55:58 +00:00
wiz
4150508a35 Add RCS Id. 2010-09-05 22:55:24 +00:00
wiz
c5e719de52 pkglint cleanup. 2010-09-05 22:55:18 +00:00
jakllsch
bd7fcfc0b0 Ensure mplayer knows how to disable the screen saver. Mostly from PR#43804.
While here, finish enabling libXvMC.  XXX libXvMC needs real builtinifying.
2010-09-05 15:07:39 +00:00
wiz
e5bae12684 Add vdpau option, on the platforms where it is supported.
From Aleksey Cheusov in PR 43658.
2010-09-01 20:55:56 +00:00
wiz
163911a3bf s/wip/multimedia/g 2010-09-01 20:54:09 +00:00
wiz
fcf5c40231 + libvdpau. 2010-09-01 20:42:07 +00:00
wiz
de890eebaa Initial import of libvdpau-0.4, packaged by Aleksey Cheusov for wip.
The Video Decode and Presentation API for Unix (VDPAU) provides a complete
solution for decoding, post-processing, compositing, and displaying
compressed or uncompressed video streams. These video streams may be
combined (composited) with bitmap content, to implement OSDs and other
application user interfaces.

This VDPAU API allows video programs to offload portions of the video
decoding process and video post-processing to the GPU video-hardware.
2010-09-01 20:41:45 +00:00
drochner
5315165dc8 make this work with NetBSD's version of libmagic 2010-08-31 19:18:14 +00:00
drochner
d316fd9108 propagate libsoup dependency 2010-08-30 17:19:49 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
reed
30470f7bd8 Add period to end of sentence. 2010-08-18 15:35:20 +00:00
obache
b44410c6c8 Update MASTER_SITES. 2010-08-14 11:33:41 +00:00
tsutsui
058b897908 Fix build failure and make mplayer work properly on NetBSD/arm:
- workaround name conflict with system header <arm/bswap.h> in libavutils
   by subst.mk replacement
 - explicitly disable armv5te, armv6, and armv6t2 options that are enabled
   by autodetect code in configure but cause illegal instruction errors
   on StrongARM and XScale machines

Tested on NetBSD/hpcarm (WS011SH) and NetBSD/shark (Funai's DNARD) 5.99.38.
2010-08-12 15:28:46 +00:00
tsutsui
67fdf3e2af Fix build failure on NetBSD/arm as configure suggests:
>> You specified a pre-ARMv6 or Thumb-1 CPU in your CFLAGS.
>> If you really want to run on such a CPU, configure with --disable-asm.
2010-08-11 19:11:55 +00:00
tsutsui
13c6900aab Fix build failure "#error Unknown endianism of architecture"
on NetBSD/arm (and other minor MACHINE_ARCHs).
2010-08-10 06:20:59 +00:00
wiz
c20ed4dc09 Whitespace fixes, needed for gmake-3.82. 2010-08-09 11:09:24 +00:00
drochner
a16dacd1d6 update to 2.30.2
changes:
-Add Genre extension to XSPF playlists
-Add support for Last.fm's new XSPF extensions
-bugfixes
2010-08-09 10:43:24 +00:00
jmcneill
23fe49cbb8 Fix build; replace 8 spaces with tab in Makefiles 2010-08-08 11:10:01 +00:00
jmcneill
4312f5d189 Fix bulid; some of the Makefiles used 8 spaces instead of tabs. 2010-08-08 11:00:02 +00:00
drochner
2c9630d384 put back URL to upstream bug report
noticed by wiz
2010-08-06 10:15:14 +00:00
drochner
74a6b2a55a update to 0.0.21
changes: bugfixes
2010-08-05 18:55:18 +00:00
drochner
e05e610ea7 update to 4.2.0
changes:
-bugfixes
-enhancements to mkvmerge
2010-08-04 19:21:01 +00:00
drochner
e8a04dbf0b replace my poor fix with the upstream version 2010-08-04 17:46:52 +00:00
drochner
09255fb2cc modify the youtube video request URI so that it works again
(this was by try&error, does anybody know more about the protocol?)
bump PKGREVISION
2010-08-02 10:24:33 +00:00
dholland
bb35ac038a Don't accept python24; uses py-cairo, which itself doesn't. From
Aleksey Cheusov in PR 43662.
2010-07-30 06:55:04 +00:00
drochner
301bb093a8 catch up with base pkg update 2010-07-28 09:25:53 +00:00
drochner
72db7c94ab update to 1.1.19
changes:
-bugfixes
-support WebM container format
-support Xv gamma adjustment
-handle some more formats and Ogg tags

many pkgsrc patches were integrated upstream
2010-07-28 09:24:14 +00:00
drochner
d13b100155 keep a copy of the previous mkvtoolnix version -- the current one
develops mysterious C++ problems with older g++ (seen in bulk build,
reported by mrg)
2010-07-28 09:05:38 +00:00