summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau161-462/+161
2012-10-06Recursive bump from net/gssdp.ryoon2-4/+4
2012-10-04Remove wrong taglib minimum version. No idea why it workedwiz1-4/+2
for taglib-1.7.2, but it stopped working with 1.8. Bump PKGREVISION.
2012-10-04Remove unnecessary python restriction (to all supported versions).wiz1-3/+1
2012-10-03Update for python25 removal.wiz1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz24-46/+48
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron55-110/+110
requested by Thomas Klausner.
2012-10-02Increase the minium required version of the "x11/libxcb" package to 1.6.tron4-8/+8
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-09-29MAKE_JOBS_SAFE should go in Makefile.common as it applies to the builddholland2-3/+4
system, and hence the plugins as well as the base package.
2012-09-27Alas, not MAKE_JOBS_SAFE. (failed at 8)dholland1-1/+2
2012-09-27Fix wrong BUILDLINK_API_DEPENDS, and restrict it to reject ffmpeg010.dholland1-2/+2
Should fix a number of bulk failures.
2012-09-27In affine_1d_MMX(), move the initialisation of %mm3 and %mm4 registersapb2-5/+39
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-25Work around assembly-related build issue on Solaris.jperkin1-1/+4
2012-09-25Fix build on NetBSD current, at least.ryoon20-38/+315
* Fix build with recent ffmpeg * Add SONY Bravia support to check functionality
2012-09-24Update to 0.660ryoon8-131/+58
* 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-23recursive bump from libcdio shlib major change.obache7-14/+14
2012-09-22Recursive revbump from multimedia/libvpx 1.1.0 updateryoon37-66/+75
2012-09-22second try to recursive bump from libffi shlib major bump.obache2-4/+4
2012-09-21Fix PR pkg/46993ryoon2-3/+12
Fix build with boost-1.51.0.
2012-09-20Disable MMX section on Solaris which has compiler issues, and ensurejperkin4-8/+50
libxine-interface.la is not empty by using the dummy object. Fixes package on Solaris.
2012-09-20Fix patch file, it was being ignored.jperkin2-6/+6
2012-09-15recursive bump from libffi shlib major bumpobache87-179/+174
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-14+ffmpeg010drochner1-1/+2
2012-09-14prepare a pkg for ffmpeg-0.10.4drochner11-0/+551
The idea is to iron out build problems and replace the old ffmpeg pkg after the freeze.
2012-09-09Updated multimedia/p5-GStreamer to 0.17abs2-8/+6
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-07Revbump after updating graphics/cairoadam55-108/+110
2012-09-01multimedia/libtheora-docs: Fix PLIST for doxygen-1.8.2marino2-7/+43
Depend on it, bump PKGREVISION It actually missed the last doxygen upgrade or two.
2012-09-01multimedia/mlt: Add DragonFly supportmarino7-26/+37
Teach various configuration scripts about DragonFly.
2012-09-01multimedia/xine-ui: Don't redefine _XOPEN_SOURCE on DragonFlymarino4-10/+10
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-08-31pull in the slider fix from ../vlc, bump PKGREVdrochner10-2/+195
2012-08-30Make the slider work again. The problem here is that NetBSD defines int64_tchristos10-3/+193
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-29Recursive bump from boost-libs update.obache3-6/+6
2012-08-23Update adobe-flash-plugin10.1 to 10.3.183.23 for APSB12-19.obache2-6/+6
2012-08-18Recursive revbump from graphics/libwebp update.ryoon3-6/+6
Thank you, obache@.
2012-08-15Regnerate for: Only compile MMX/SSE code on x86/x86_64).jdc1-1/+4
2012-08-15Only compile MMX/SSE code on x86/x86_64).jdc3-0/+58
2012-08-15Update adobe-flash-plugin11 to 11.2.202.238 for APSB12-18.obache2-6/+6
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz2-4/+4
2012-08-11multimedia/kmplayer: LDFLAGS.DragonFly+= -lgmodule-2.0marino1-1/+3
2012-08-11multimedia/fxtv: Update old DragonFly patchmarino2-4/+4
Apparently mouse header moved from <machine/mouse.h> to <sys/mouse.h> at some point in the last 6 years.
2012-08-10update to 1.2.12drochner2-6/+6
change: fix regression on RPC-I drives handling
2012-08-04update to 0.99.7drochner13-162/+66
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-07-29multimedia/vlc2: only use O_RDONLY and O_DIRECTORY if supportedmarino3-1/+52
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-28Various gst-plugins needed newer gst-plugins0.10-base.reed1-2/+2
2012-07-28required newer gstreamer0.10 to buildreed1-2/+2
2012-07-28improve description and clarify COMMENTreed2-2/+7
2012-07-24update to 2.0.3drochner4-10/+11
changes: -OSX support improvements -translation updates pkgsrc change: use xcb-util-keysyms instead of xcb-util036
2012-07-22Update ruby-gnome2 to 1.1.4.obache1-2/+1
== 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-21Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc thewiz1-3/+0
URL should be as HOMEPAGE in the Makefile.
2012-07-20One more REPLACE_BASH needed to make this buildfhajny1-1/+2