summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2007-11-05update to 2.20.1drochner6-28/+108
This switches to the new gnome-2.20 branch.
2007-11-04Needs flex to build on Solaris.rillig1-4/+2
2007-11-03Fix configure arguments for skins2sborrill1-3/+3
2007-11-03update to 2.20.1drochner4-175/+104
This switches to the new gnome-2.20 branch.
2007-11-01Add PTHREAD_AUTO_VARS=yes to properly detect/link against xine version.markd1-1/+3
From Matthias Pfaller in PR pkg/37224.
2007-10-31Add options.mk with options for wxwidgets and skins2 user interfacessborrill3-8/+37
(wxwidgets on by default with skins2 disable for compatibility). N.B. If skins2 is enabled and wxwidgets disabled, vlc will work fine, but there will be no dialog provider so you won't be able to alter the playlist. Add libdvdpsi and enable support for it - this is required for mpeg-ts streams (i.e. default network streams). Bump PKGREVISION
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam2-2/+0
can handle packages having no PLIST files.
2007-10-25Update to 1.5.1:wiz6-76/+70
Version 1.5.1 <2007.07.07> -------------------------- * added burning under Windows * added support of dvdisaster (thanks to Torsten Rupp) * added Czech translation (thanks to Vlastimil Skacel) * added Dutch translation (thanks to Patrick Vijgeboom) * added Swedish translation (thanks to Daniel Nylander) Version 1.5 final <2007.05.16> ------------------------------ * new stable release * fixed some bugs Version 1.5 beta 7 <2006.11.10> ------------------------------- * added selection of video and audio format for DVD * fixed spumux error Version 1.5 beta 6 <2006.10.12> ------------------------------- * new logo (thanks to Alejandro Slocker Escarpa) * added play all flag to button action * added displaying of safe tv area * added displaying of grid * now buttons are always over objects * fixed error when generating dvd with text based buttons * added new button based upon a picture by Benji Park (thanks to Fgoset) Version 1.5 beta 5 <2006.03.15> ------------------------------- * added possibility to arrange menu objects/buttons * added possibility to specify volume name * added two new buttons * fixed some bugs
2007-10-20Update to KDE 3.5.8markd11-423/+121
audiocd ioslave * Fix powerpc support. JuK * Fix getting cover from internet doesn't work. * Fix last item in play queue is played twice. * Fix right click in History playlist shows wrong column. * Fix empty flac file crashes JuK. KAudioCreator * Fix crash when removing all jobs. * Allow creating group writable directories if umask permits it.
2007-10-17Update to 1.0beta2:wiz4-106/+12
libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved format documentation. libtheora 1.0beta1 (2007 September 22) - Granulepos scheme modified to match other codecs. This bumps the bitstream revision to 3.2.1. Bitstreams marked 3.2.0 are handled correctly by this decoder. Older decoders will show a one frame sync error in the less noticable direction. It also includes the changes done for alpha8, which was short lived and is only interesting for historical reasons: libtheora 1.0alpha8 (2007 September 18) - Switch to new spec compliant decoder from theora-exp branch. Written by Dr. Timothy Terriberry. - Add support to the encoder for using quantization settings provided by the application. - more assembly optimizations
2007-10-15Fix typo in patch-aa.wiz4-10/+150
Get rid of autoconf dependency by adding a patch for configure. Fixes compiled-in path to support files -- bump PKGREVISION.
2007-10-09Users are not expected to read this code.rillig1-2/+2
2007-10-07libglade2 -> libglade (comment).hira1-2/+2
2007-10-05Fix PLIST. Bump revision.joerg2-3/+4
2007-10-05Needs msgfmt.joerg2-4/+4
2007-10-03Dick Davies can no longer maintain those packages. (by private mail)heinz1-2/+2
2007-09-29Fix the build error with newer gcc, seen in bulk builds: patch thedrochner3-2/+24
configure script to pass "-mtune=pentiumpro" instaead of -mcpu. For gcc3.3.x, override this with a configure argument which makes that -mcpu is still used. (The latter is untested.)
2007-09-25Fix comment (GConf2 -> GConf).hira4-8/+8
2007-09-22Add a patch that comments out a pthread_mutex_unlock() call, at thisxtraeme2-1/+15
point the mutex is not locked and triggers an assertion on NetBSD when the video play has finished.
2007-09-21Update alevt to 1.6.1.veego4-23/+22
- Fix MASTER_SITES and HOMEPAGE - The side effect of this update is that it builds now with MAKE_JOBS > 1 Tue Aug 20 05:22:16 MEST 2002 (1.6.1) - Removed the bttv-warning from the help pages ;-) Mon Jul 23 18:34:32 MEST 2001 - Fixed bug in ui.c - found by <pawel@sakowski.eu.org>. - When clicking on page numbers accept sub-page numbers too. Sat Dec 23 15:12:11 MET 2000 - Fixed 'double height last line' bug in export.c reported by <Matthias.Kleinmann@urz.uni-heidelberg.de> Thu Oct 12 02:19:31 MEST 2000 - The &nbsp; fix was wrong. Removed it.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz19-54/+57
Bump PKGREVISION.
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz2-4/+4
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz2-3/+4
2007-09-19Finish move of gnome2-media to gnome-media.wiz9-33/+8
2007-09-19Re-import gnome-media so that PKGNAME and directory name match.wiz1-0/+25
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz4-7/+8
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz3-8/+8
2007-09-13apply a security fix from upstream CVS:drochner6-8/+36
Check wLongsPerEntry before using it. This fixes a potential crash for some values of it. As a side effect it works around broken callocs with an integer overflow vulnerability, but using MPlayer on such systems should never be assumed to be safe! This should fix SA26806 (http://secunia.com/advisories/26806/). bump PKGREVISIONs
2007-09-10+ multimedia/libnmsxtraeme1-1/+2
2007-09-10Initial import of libnms-0.6.0 from pkgsrc-wip, packaged byxtraeme6-0/+87
jfranz at bsdprojects dot net. libnms lets you add multimedia streaming playback in your applications in a quick and straightforward way. This software, derived from the experience matured with NeMeSi is fully compliant with IETF's standards for real-time streaming of multimedia contents over Internet. libnms implements RTSP - Real-Time Streaming Protocol (RFC2326) and RTP/RTCP - Real-Time Transport Protocol/RTP Control Protocol (RFC3550) supporting the RTP Profile for Audio and Video Conferences with Minimal Control (RFC3551). Currently libnms is relatively stable API wise and the most enlighting documentation are the example code and the partially doxygenized headers.
2007-09-09Update to 3.45, our previous version was from 2 years ago...xtraeme6-56/+28
Please see http://mplayerplug-in.sourceforge.net/news.php for the list of changes. NOTE: Sorry, but ENOTIME to update the gtk1 version.
2007-09-08Can do DESTDIR.joerg1-1/+3
2007-09-08+ subtitleeditor.wiz1-1/+2
2007-09-08Initial import of subtitleeditor-0.13.6. Originally packaged forwiz6-0/+122
pkgsrc-wip by Cesar Catrian C., updated by myself. Subtitle Editor is a GTK+2 tool to edit subtitles. It can be used for new subtitles or as a tool to transform, edit, correct and refine existing subtitle. This program also shows sound waves, which makes it easier to synchronise subtitles to voices. Subtitle Editor is free software released under the GNU General Public License (GPL).
2007-09-07Only try to build with "libXvMC" support if we use modular X.org.tron2-2/+6
This unbreaks the build under NetBSD using native X11.
2007-09-06If the *mplayer* packages are going to default to setting cflagsabs2-11/+9
to target a pentium pro if mplayer-runtime-cpudetection is enabled then at least put it under an option so it can be turned off: mplayer-default-cflags For example, all of my machines are p3 or better, so I prefer to use "-march=pentium3 -mfpmath=sse -msse2", but I still want mplayer-runtime-cpudetection to handle amd64 / Intel core at runtime.
2007-09-06Update mplayer to 1.0rc9nb8 and gmplayer to 1.0rc9nb3abs2-11/+21
sync mplayer and gmplayer buildlink includes. Add the following: - to gmplayer to match mplayer: libXinerama libXv - to gmplayer only: libdvdnav - to both: libXvMC libXxf86dga libXxf86vm
2007-08-31update to 0.10.8drochner2-6/+6
changes: bugfixes
2007-08-30Update to 0.10.14:wiz3-7/+32
Changes since 0.10.13: * Audio dither and noise-shaping when reducing bit-depth * RTSP and SDP helper libraries added * Experimental buffering element "queue2" now supports pull-mode and file-based buffering. * Support for more 32-bit video pixel layouts * Various fixes and improvements Bugs fixed since 0.10.13: * 380625 : [x*imagesink] add 'handle-expose' property * 385527 : oggmux sometimes gets DELTA flag on output wrong near start * 402076 : videoscale 4-tap method broken for downscaling * 437169 : [xvimagesink] add property to disable Xv double-buffering * 441264 : queue2 support to do buffering on a file * 442553 : [v4lsrc] doesn't output segments in GST_FORMAT_TIME * 442557 : [videorate] doesn't handle latency queries * 442944 : Audiotestsrc can overflow on seeks * 444523 : [queue2] Pull mode support * 444630 : Compilation error with fsseko (from gstqueue2.c) -- unabl... * 445505 : [queue2] It does not work in pull mode with oggdemux * 446551 : [queue2] Buffering is not working properly if it is set t... * 446572 : [queue2] Division by zero * 446972 : warning when compiling gstoggdemux.c * 449156 : Regression in CVS for decodebin2 * 450875 : Missing files in po/POTFILES.in * 451707 : [tag] UTF-8 in ID3v1 tag not correctly decoded * 451908 : [ffmpegcolorspace] regression: doesn't accept GST_VIDEO_C... * 454264 : Playbin fails to " play " image url after a movie url * 456656 : [API] Addition of audio buffer clipping function to gstaudio * 460978 : gst_audio_buffer_clip outputs warnings * 152864 : [PATCH] GstAlsaMixer doesn't support signals * 360246 : [audioconvert] Optionally apply dithering * 394061 : Add support for Subviewer subtitles * 420326 : Base payloader class has wrong property types and ranges * 451145 : [vorbisdec] errors out on 0-sized packets * 459204 : [PATCH] [playbin] gst_play_base_bin_get_streaminfo_value_...
2007-08-30Update to 0.10.14:wiz3-7/+14
Changes since 0.10.13: * State change handling improvements * New improved GstController API * Multi-queue fixes and enhancements * Fewer dynamic library relocations * Various other fixes and improvements * Parallel installability with 0.8.x series * Threadsafe design and API Bugs fixed since 0.10.13: * 457322 : registry is read twice on startup * 406632 : pkgconfigify the check for Check in configure.ac * 423700 : [multiqueue] leaks memory when flushing * 437457 : saving relocations for GstElementDetails * 444648 : [API] add GstParamSpecFraction * 444820 : build error with grammar.tab.c * 448794 : state changes are racy with decodebin after rewrite for 0... * 449197 : [capsfilter] Should set src pad caps on buffer * 449226 : Incomplete ghostpads in xml session save * 449493 : minor quoting fix in gst-feature.m4 macro * 450711 : [GstController] Improve extensibility by providing a GstC... * 451939 : [API] add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI * 459501 : gst_registry_lookup_feature_locked is slow * 462558 : Regression in async state change handling * 462752 : make gst_element_class_set_details_simple args const * 430682 : multiqueue doesn't output data on unlinked pads properly * 462085 : registry feature hash can access invalid memory * 357959 : buffer_alloc is not proxied through tee * 374639 : GstTee doesn't handle pad list resyncs properly * 449414 : [capsfilter] Copy of passed GstCaps taken instead of refe... * 453732 : [PATCH] multiqueue returns wrong internally linked pads
2007-08-28Add "faad" as a PKG_OPTION. Due to Dolby licensing restrictions, ifjlam1-4/+14
the "faad" option is selected, then the resulting avidemux binary package cannot be distributed. Ok'ed by <xtraeme>.
2007-08-28Remove trailing blank line.jlam1-2/+1
2007-08-23Allow a nicer syntax for expressing needing at least a certain versionjlam2-4/+4
of an emulated operating system. Instead of proliferating things like SUSE_VERSION_REQD, NETBSD_VERSION_REQD, SOLARIS_VERSION_REQD, etc., a package can say: EMUL_REQD= suse>=9.1 netbsd>=2.0 solaris>=10 all in one, succinct line.
2007-08-23Update dvdrip to 0.98.1nb2abs2-6/+21
- Add an options file to permit excluding rar on i386 - for those who do not have the appropriate compat options enabled in their kernel
2007-08-23Accept both rar and rar-bin as dependency. Bump revision.joerg1-2/+3
2007-08-19Remove the binutils buildlink3.mk.veego2-4/+2
There has to be another way to specify it, if it is really needed. Please ask Roland Illig if you get into problems with this commit, because this is now necessary after rev 1.6 of pkgsrc/devel/binutils/builtin.mk This stops installing a package which is not really needed, because the binutils programs in the basesystem are good enough.
2007-08-15Removed the dependency on binutils. It had never been documented whyrillig1-4/+1
this is needed at all, and why only on NetBSD. If someone knows, please re-add the code and _comment_ it properly.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-09link "tcmodinfo" against libpthread, so that it can dlopen() pluginsdrochner3-3/+17
which are linked against libpthread bump PKGREVISION
2007-08-09update to 1.5.0.1drochner2-7/+6
changes: Fixed problem with mp4creator --extract