ryoon
0cb7e1a42f
Fix PR pkg/46993
...
Fix build with boost-1.51.0.
2012-09-21 15:44:54 +00:00
jperkin
c345d78c04
Disable MMX section on Solaris which has compiler issues, and ensure
...
libxine-interface.la is not empty by using the dummy object.
Fixes package on Solaris.
2012-09-20 15:33:40 +00:00
jperkin
a7117744c7
Fix patch file, it was being ignored.
2012-09-20 15:27:29 +00:00
obache
8ace00dcd8
recursive bump from libffi shlib major bump
...
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
drochner
03aff527fe
+ffmpeg010
2012-09-14 14:53:45 +00:00
drochner
64d686d58b
prepare a pkg for ffmpeg-0.10.4
...
The idea is to iron out build problems and replace the old ffmpeg pkg
after the freeze.
2012-09-14 14:52:34 +00:00
abs
15cebe5784
Updated multimedia/p5-GStreamer to 0.17
...
Overview of changes in GStreamer 0.17
=====================================
* Make GStreamer::Buffer not leak all data.
∗ Change FSF address in license notices (RT#72664/74533)
2012-09-09 12:56:37 +00:00
adam
e7608643ab
Revbump after updating graphics/cairo
2012-09-07 19:16:05 +00:00
marino
3db2fd2d7c
multimedia/libtheora-docs: Fix PLIST for doxygen-1.8.2
...
Depend on it, bump PKGREVISION
It actually missed the last doxygen upgrade or two.
2012-09-01 19:28:26 +00:00
marino
2c95343b70
multimedia/mlt: Add DragonFly support
...
Teach various configuration scripts about DragonFly.
2012-09-01 11:18:53 +00:00
marino
3cd9d48612
multimedia/xine-ui: Don't redefine _XOPEN_SOURCE on 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.
2012-09-01 08:14:22 +00:00
drochner
99c871e718
pull in the slider fix from ../vlc, bump PKGREV
2012-08-31 21:00:39 +00:00
christos
e2aac42d65
Make the slider work again. The problem here is that NetBSD defines int64_t
...
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.
2012-08-30 18:54:40 +00:00
obache
633708150d
Recursive bump from boost-libs update.
2012-08-29 11:22:09 +00:00
obache
4d1d99db2e
Update adobe-flash-plugin10.1 to 10.3.183.23 for APSB12-19.
2012-08-23 11:51:22 +00:00
ryoon
08d62b2732
Recursive revbump from graphics/libwebp update.
...
Thank you, obache@.
2012-08-18 08:49:40 +00:00
jdc
53b3e9e4a8
Regnerate for: Only compile MMX/SSE code on x86/x86_64).
2012-08-15 18:45:24 +00:00
jdc
a362dc2b65
Only compile MMX/SSE code on x86/x86_64).
2012-08-15 18:34:36 +00:00
obache
67c337da40
Update adobe-flash-plugin11 to 11.2.202.238 for APSB12-18.
2012-08-15 03:21:52 +00:00
wiz
3ebfad8824
Bump PKGREVISION for fix in librsvg/buildlink3.mk.
2012-08-13 14:25:37 +00:00
marino
8fb75b8ca0
multimedia/kmplayer: LDFLAGS.DragonFly+= -lgmodule-2.0
2012-08-11 17:51:01 +00:00
marino
2dfe1cfe00
multimedia/fxtv: Update old DragonFly patch
...
Apparently mouse header moved from <machine/mouse.h> to
<sys/mouse.h> at some point in the last 6 years.
2012-08-11 12:17:21 +00:00
drochner
351e1f5bac
update to 1.2.12
...
change: fix regression on RPC-I drives handling
2012-08-10 15:44:42 +00:00
drochner
d0eacd5bec
update to 0.99.7
...
changes: better M3U playlist handling, various
UI fixes (including a deadlock fix and a crash fix), use of XScreenSaver,
and two overflow bug fixes
2012-08-04 13:47:09 +00:00
marino
726f622c65
multimedia/vlc2: only use O_RDONLY and O_DIRECTORY if supported
...
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.
2012-07-29 17:37:57 +00:00
reed
289c6b0659
Various gst-plugins needed newer gst-plugins0.10-base.
2012-07-28 22:39:11 +00:00
reed
4f7e128a22
required newer gstreamer0.10 to build
2012-07-28 22:38:26 +00:00
reed
adac5b6c8a
improve description and clarify COMMENT
2012-07-28 21:40:09 +00:00
drochner
3d8ddb2991
update to 2.0.3
...
changes:
-OSX support improvements
-translation updates
pkgsrc change: use xcb-util-keysyms instead of xcb-util036
2012-07-24 18:40:42 +00:00
obache
b67235c9d7
Update ruby-gnome2 to 1.1.4.
...
== 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]
2012-07-22 09:29:16 +00:00
wiz
8b9c7c315c
Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
...
URL should be as HOMEPAGE in the Makefile.
2012-07-21 20:07:59 +00:00
fhajny
dec9520993
One more REPLACE_BASH needed to make this build
2012-07-20 14:26:50 +00:00
wiz
0e2c441278
Recursive bump for startup-notification* dependency change, requested
...
by Obache.
2012-07-15 08:22:46 +00:00
wiz
e461c59ac5
Bump PKGREVISION for xcb-util update/dependency change.
2012-07-13 14:22:58 +00:00
adam
3d6aa7045c
Clean-up, generally to make it build on Mac OS X
2012-07-07 15:50:19 +00:00
adam
42f32216ad
Changes 2.0.0:
...
* a lot of small patches and fixes
2012-07-07 15:49:00 +00:00
drochner
cd9b627226
more PKGREV bumps for gnutls update
2012-07-05 15:44:06 +00:00
drochner
e643b2aa9e
fix botch in patch, fixes amd64 build (PR pkg/46653)
2012-07-04 11:05:29 +00:00
ryoon
e827afca7e
Update to 0.3.1
...
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'.
2012-07-03 19:17:05 +00:00
joerg
c6d47071be
Always return value in non-void functions. Default arguments in typedefs
...
are invalid. Be explicit about argument sizes of assembler ops.
2012-07-03 17:38:31 +00:00
drochner
b6867e0cb2
update to 2.0.2
...
changes:
-bugfixes
-feature improvements for OSX
2012-07-02 19:02:04 +00:00
drochner
f63c65c25f
update to 0.7.13
...
changes: bugfixes
2012-07-02 18:44:31 +00:00
drochner
0862a66cc8
update to 1.2.2
...
changes:
-YUV conversion optimisation
-support for FLAC in Matroska
-support for BMP
-bugfixes
2012-07-02 16:27:10 +00:00
adam
866b730e71
Revbump after updating boost
2012-07-02 13:37:35 +00:00
dholland
49cfd098d9
Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
...
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
dholland
dea5c0a59b
Remove references to xine_trick_mode(), which was not actually used
...
here and got removed from xine-lib. While here, add desktopdb.mk and
set BUILDLINK_DEPMETHOD.libXt correctly. PKGREVISION -> 10.
2012-07-01 02:02:52 +00:00
joerg
8f9c5a3c07
Fix build with Clang.
2012-06-25 11:52:46 +00:00
joerg
1fbab1b013
Fix build with modular Xorg.
2012-06-25 11:51:27 +00:00
obache
144ae84070
fixes build with PHP-5.4.
...
patch taken from MacPorts via upstream Issue tracker:
https://github.com/libming/libming/issues/9
2012-06-23 03:26:23 +00:00
dholland
41588d1e69
Mark this NOT_FOR netbsd-5, as netbsd-5 doesn't have dtvio.h.
2012-06-21 05:26:01 +00:00