wiz
3184463075
Bump all packages that use perl, or depend on a p5-* package, or
...
are called p5-*.
I hope that's all of them.
2012-10-03 21:53:53 +00:00
tron
78f9c75877
Mass recursive bump after the dependence fix of the "cairo" package
...
requested by Thomas Klausner.
2012-10-02 17:10:28 +00:00
tron
6f0f290000
Increase the minium required version of the "x11/libxcb" package to 1.6.
...
There are at least two packages ("graphics/cairo" and "x11/xlsclients")
which require this. And we definitely want to avoid the situation where
both the based and "pkgsrc" version get used at the same time.
Bump all the packages which use the "x11/libxcb" package except the two
which already require version 1.6. For those package remove the manually
set minimum required version.
Change discussed with Thomas Klausner in private e-mail.
2012-10-02 12:09:40 +00:00
dholland
1c640b22a9
MAKE_JOBS_SAFE should go in Makefile.common as it applies to the build
...
system, and hence the plugins as well as the base package.
2012-09-29 20:10:35 +00:00
dholland
b2b72e9cc4
Alas, not MAKE_JOBS_SAFE. (failed at 8)
2012-09-27 23:55:37 +00:00
dholland
919291c2f0
Fix wrong BUILDLINK_API_DEPENDS, and restrict it to reject ffmpeg010.
...
Should fix a number of bulk failures.
2012-09-27 21:37:55 +00:00
apb
48df881cf3
In affine_1d_MMX(), move the initialisation of %mm3 and %mm4 registers
...
into a separate asm statement, to give the compiler more freedom
for register allocation. Fixes a problem with gcc-4.5.4 on NetBSD/i386
in which gcc complained:
eq2.c: In function 'affine_1d_MMX':
eq2.c:128:5: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
eq2.c:128:5: error: 'asm' operand has impossible constraints
2012-09-27 10:28:14 +00:00
jperkin
31e6fa323e
Work around assembly-related build issue on Solaris.
2012-09-25 13:47:21 +00:00
ryoon
683bd126a0
Fix build on NetBSD current, at least.
...
* Fix build with recent ffmpeg
* Add SONY Bravia support to check functionality
2012-09-25 11:45:11 +00:00
ryoon
2f03d60d63
Update to 0.660
...
* Fix build with recent ffmpeg
Changelog:
Version SVN-660 2010-01-11
* fixed subscription parsing for coherence UPnP framework
* initial support for wpl playlists (Robert Massaioli)
* initial ffmpegthumbnailer plugin
* initial windows service
* WMP 11 support
* cleanup and bugfixes
* added album & genre search/sort capabilities
2012-09-24 10:29:35 +00:00
obache
7d9c43e866
recursive bump from libcdio shlib major change.
2012-09-23 05:36:22 +00:00
ryoon
601958a392
Recursive revbump from multimedia/libvpx 1.1.0 update
2012-09-22 13:48:15 +00:00
obache
a80c1406d9
second try to recursive bump from libffi shlib major bump.
2012-09-22 12:36:44 +00:00
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