Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
The idea is to iron out build problems and replace the old ffmpeg pkg
after the freeze.
|
|
Overview of changes in GStreamer 0.17
=====================================
* Make GStreamer::Buffer not leak all data.
∗ Change FSF address in license notices (RT#72664/74533)
|
|
|
|
Depend on it, bump PKGREVISION
It actually missed the last doxygen upgrade or two.
|
|
Teach various configuration scripts about DragonFly.
|
|
DragonFly needs _XOPEN_SOURCE value to be at least 600 in order to expose
system functions for the build. Don't let it get redefined to 500.
|
|
|
|
as __int64_t, and when moc parses and creates the signal string prototype
functions, it uses "int64_t", but when the code that calls them is compiled
the strings formed are tokenized, so they become "__int64_t" so there is a
mismatch. Fixing the NetBSD headers would be TRT to do, but it is too involved.
Instead since the use of int64_t is limited in parameter types, define a
new pctime_t as int64_t and use that instead. I think that moc functions
should use only qt-specified typedefs to avoid portability problems anyway.
|
|
|
|
|
|
Thank you, obache@.
|
|
|
|
|
|
|
|
|
|
|
|
Apparently mouse header moved from <machine/mouse.h> to
<sys/mouse.h> at some point in the last 6 years.
|
|
change: fix regression on RPC-I drives handling
|
|
changes: better M3U playlist handling, various
UI fixes (including a deadlock fix and a crash fix), use of XScreenSaver,
and two overflow bug fixes
|
|
DragonFly's file control options aren't fully posix-compliant yet, and
the O_DIRECTORY flag hasn't been implemented (all the flag spots are full
and old ones need to be recycled).
These patches adds additional support checks for each fcntl flag used with
vlc_open and vlc_openat and only sets the supported one. There is no need
to revbump because any platform requiring this check couldn't have built.
|
|
|
|
|
|
|
|
changes:
-OSX support improvements
-translation updates
pkgsrc change: use xcb-util-keysyms instead of xcb-util036
|
|
== Ruby-GNOME2 1.1.4: 2012-07-21
This is a easy to install release!
=== Changes
==== All
* Improvements
* Supported automatic required native packages install.
==== Ruby/GLib2
* Improvements
* mkenums: Supported "/* < flags > */" tag.
* mkenums: Supported two or more upper case characters such as "IO".
* Before: GIOStatus -> g_iostatus
* After: GIOStatus -> g_io_status
* GIOCondition: Changed to GLib::Boxed object from integer.
* GLib::Source#attach doesn't require context.
* Fixes
* Fixed wrong type conversion for GIOCondition.
==== Ruby/GIO2
* Improvements
* Gio::Socket#create_source: Supported callback.
* Fixes
* Fixed return values.
* Fixed wrong type conversions.
==== Ruby/GTK2
* Improvements
* Re-supported GTK+ 2.10.0. [GitHub:115] [Patch by Grant Schoep]
* Fixes
* Fixed a typo in test script.
[GitHub:109] [Reported by kimura wataru]
==== Ruby/GStreamer
* Fixes
* Fixed a test failure with GStreamer 0.10.36.
[GitHub:111] [Reported by mtasaka]
|
|
URL should be as HOMEPAGE in the Makefile.
|
|
|
|
by Obache.
|
|
|
|
|
|
* a lot of small patches and fixes
|
|
|
|
|
|
Changelog:
Overview of changes in gst123-0.3.1:
* Added quiet mode (Issue 9).
* Ignore image files during playback (Issue 1).
* Added keybinding 'n' for 'play next file'.
|
|
are invalid. Be explicit about argument sizes of assembler ops.
|
|
changes:
-bugfixes
-feature improvements for OSX
|
|
changes: bugfixes
|
|
changes:
-YUV conversion optimisation
-support for FLAC in Matroska
-support for BMP
-bugfixes
|
|
|
|
pkglint. If any of these are wrong for some reason, please revert/adjust.
|
|
here and got removed from xine-lib. While here, add desktopdb.mk and
set BUILDLINK_DEPMETHOD.libXt correctly. PKGREVISION -> 10.
|
|
|
|
|
|
patch taken from MacPorts via upstream Issue tracker:
https://github.com/libming/libming/issues/9
|
|
|
|
|
|
somewhere else. Adapt it. Bump PKGREVISION.
|
|
after the update.
|
|
Bug fixes.
|