summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2010-09-10* Ajust new ruby package's framework.taca6-5/+95
* Add patch to support for ruby18 and ruby19.
2010-09-09sync with mplayer package.obache2-6/+6
2010-09-08update to 0.98.11drochner3-9/+8
changes: -minor fixes -translation updates
2010-09-08update to 4.3.0drochner2-6/+14
changes: -feature additions: "quiet"-Flag, more data shown by mkvinfo -fixes -build systems uses a ruby script "drake" rather than "make"
2010-09-08update to 0.10.16drochner3-21/+7
changes: misc fixes and improvements
2010-09-08update to 0.10.16drochner4-23/+10
changes: -misc fixes and improvements -uses orc instead of liboil
2010-09-08update to 0.10.20drochner3-8/+17
changes: -new video effects plugins: coloreffects, gaudieffects, geometrictransform -some new elements -misc fixes and improvements -uses orc instead of liboil
2010-09-08update to 0.10.25drochner3-7/+9
changes: misc fixes and improvements
2010-09-06Update to 0.15, less test failures than 0.14 (2/31, 4/429 insteadwiz2-7/+7
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-05Remove unused variable pointing to non-existent dir.wiz1-2/+1
pkglint is now much happier.
2010-09-05Fix build on Solaris, from Aleksey Cheusov in PR 43841.wiz2-1/+16
2010-09-05Add VDPAU support, from Aleksey Cheusov.wiz1-1/+17
2010-09-05Add RCS Id.wiz2-2/+4
2010-09-05pkglint cleanup.wiz2-5/+6
2010-09-05Ensure mplayer knows how to disable the screen saver. Mostly from PR#43804.jakllsch1-5/+4
While here, finish enabling libXvMC. XXX libXvMC needs real builtinifying.
2010-09-01Add vdpau option, on the platforms where it is supported.wiz1-2/+13
From Aleksey Cheusov in PR 43658.
2010-09-01s/wip/multimedia/gwiz1-3/+3
2010-09-01+ libvdpau.wiz1-1/+2
2010-09-01Initial import of libvdpau-0.4, packaged by Aleksey Cheusov for wip.wiz6-0/+96
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-08-31make this work with NetBSD's version of libmagicdrochner3-2/+20
2010-08-30propagate libsoup dependencydrochner1-1/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb4-7/+8
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-18Add period to end of sentence.reed1-1/+1
2010-08-14Update MASTER_SITES.obache2-4/+4
2010-08-12Fix build failure and make mplayer work properly on NetBSD/arm:tsutsui1-1/+16
- 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-11Fix build failure on NetBSD/arm as configure suggests:tsutsui1-1/+5
>> 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-10Fix build failure "#error Unknown endianism of architecture"tsutsui2-5/+31
on NetBSD/arm (and other minor MACHINE_ARCHs).
2010-08-09Whitespace fixes, needed for gmake-3.82.wiz3-1/+33
2010-08-09update to 2.30.2drochner3-7/+9
changes: -Add Genre extension to XSPF playlists -Add support for Last.fm's new XSPF extensions -bugfixes
2010-08-08Fix build; replace 8 spaces with tab in Makefilesjmcneill3-1/+29
2010-08-08Fix bulid; some of the Makefiles used 8 spaces instead of tabs.jmcneill4-1/+43
2010-08-06put back URL to upstream bug reportdrochner3-5/+9
noticed by wiz
2010-08-05update to 0.0.21drochner7-50/+27
changes: bugfixes
2010-08-04update to 4.2.0drochner2-6/+6
changes: -bugfixes -enhancements to mkvmerge
2010-08-04replace my poor fix with the upstream versiondrochner2-11/+78
2010-08-02modify the youtube video request URI so that it works againdrochner3-3/+16
(this was by try&error, does anybody know more about the protocol?) bump PKGREVISION
2010-07-30Don't accept python24; uses py-cairo, which itself doesn't. Fromdholland1-1/+2
Aleksey Cheusov in PR 43662.
2010-07-28catch up with base pkg updatedrochner2-4/+4
2010-07-28update to 1.1.19drochner12-284/+21
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-28keep a copy of the previous mkvtoolnix version -- the current onedrochner6-1/+114
develops mysterious C++ problems with older g++ (seen in bulk build, reported by mrg)
2010-07-24Revert revision of several PHP extensions after both core PHP packagestron1-2/+1
were updated.
2010-07-22update to 0.10.19drochner3-20/+6
change: Wrap new gstreamer API up to 0.10.30
2010-07-22update to 0.10.24drochner3-8/+9
changes: -Use Orc for SIMD and other optimisations, and remove liboil dependency -fixes, minor feature extensions
2010-07-22update to 0.10.30drochner5-38/+16
changes: -Use Orc for SIMD and other optimisations, and remove liboil dependency -fixes, minor feature extensions
2010-07-22update to 0.10.30drochner5-37/+10
changes: bugfixes, minor extensions
2010-07-21explicitely depend on liboil, while we currently depend on it becausedrochner2-3/+4
gst-plugins0.10-base pulls it in, this will change in future versions because liboil is replaced by "orc"
2010-07-21remove some patches which look unnecessary or obsoletedrochner4-49/+1
2010-07-18fix previousdrochner1-2/+2
2010-07-18Disable assembler on SunOS, linking fails;wiz1-2/+3
per Aleksey Cheusov in PR 43633.
2010-07-18Disable assembler on SunOS/i386, linking fails.wiz1-2/+2
Per Aleksey Cheusov in PR 43632.