summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
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
2007-08-05Don't use malloc.h, use stdlib.h.joerg2-1/+33
2007-08-05Fix path to and depend on bash.joerg1-3/+5
2007-08-04Update platforms known to work.ghen1-2/+4
2007-08-02remove dependency on liba52 since this builds its own tweakeddbj2-4/+5
version of liba52 into libavcodec bump pkgrevision
2007-08-02fix bktr patch so at least it appliesdbj2-9/+10
compiling not tested
2007-08-02fixes to compile on darwindbj8-16/+97
2007-07-30malloc.h --> stdlib.hjoerg5-20/+41
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam7-111/+83
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-20Readd fix for pthread detection.joerg2-1/+32
2007-07-20Move some definitions to the correct paragraph.tnn1-4/+4
2007-07-20Fail gracefully if the master site is not defined.tnn1-3/+8