summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Switch USE_OSS to options framework.markd1-6/+6
2005-05-31Fix two C99 constructs to make this pkg build with gcc 2.95.kristerw2-1/+35
2005-05-31Apply a set of fixes to improve support of other OSes (specially DragonFly).jmmv16-9/+265
All these changes are already in mplayer's repository. Patches provided by Joerg Sonnenberger in private mail.
2005-05-31Update to KDE 3.4.1markd1-4/+4
Changes: * akodelib: Avoid endless loops when paused in JuK * akode_plugins: Fix crash when playing musepack(MPC) files on AMD64 * akode_plugins: Fix some cases where streaming of Ogg Vorbis failed * JuK: Selecting the undo command now undoes only the last change again
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-5/+1
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-30Update to version 0.7.7salo3-8/+8
Changes include fixes to the build system for MacOS X, slightly improved handling of the maximum size to read and other small fixes.
2005-05-30Recognize 0xf706d as faad codec. Needed e.g. for 21c3 videos.wiz3-6/+20
Bump PKGREVISION.
2005-05-30regen with updated line numberswiz4-16/+16
2005-05-28Update to avidemux-2.0.40reed6-82/+21
Numerous releases and fixes since 2.0.18. Most recent changes include: * miniocr fix : Fix error on decoding some subs. * xvideco fix : Fix compilation issue. * ffv1rec fix : Fix compilation issue. * SSE2 display fix : SSE2 cpu flag display. * Mplayer resize fix : Caused crash in some case. * [Filter] Ported Asharp by MarcFD . * [Filter] Mplayer Eq2 is now completly ported. * [Cli ] New cli command --rebuild-index. * [Video ] Accelerated playback selectable in misc/pref. * [Audio ] Fixed mp3 decoding on low frequency mpeg. * [Audio ] More tolerant with mpeg audio match codec (it created async in some rare cases). * [Codec ] Fixed save as huffyuv. * [Codec ] Fixed save jpeg. * [Export] Fixed race in mpeg ps export (thanks to T. Rupp). * [Import] Support mov file starting by skip atom. See website news for more changes. I never tested the USE_MMX. And the webpage says the --disable-mmx has been removed and all x86 stuff is now probed at run time, so maybe get rid of USE_MMX support for this? Require gcc 3.0. On NetBSD 1.6.2_STABLE with older gcc received cc1: Invalid option `-falign-loops=16' and various warnings. Reworded part of DESCRiption. And this does support divx. Updated MASTER_SITES. Removed BUILD_USES_MSGFMT and USE_PKGLOCALEDIR. The locale support removed and maybe will be readded later according to author. Use CPPFLAGS instead of CFLAGS to define -DDEVOSSAUDIO, because "`DEVOSSAUDIO' was not declared in this scope". Sorted some settings. Remove the --disable-warnings and the rm:-O3 BUILDLINK_TRANSFORM. I didn't need them, but maybe on another system they are needed. Disable faad support since Dolby doesn't allow binary distributions. Add faac support. Remove two patches. Disable ARTS using ac_cv_path_ART_CONFIG=no instead. Just let regular install target install it. (This is slow though.) Update PLIST. Name this avidemux2 with the two as the author requests.
2005-05-28Fix MASTER_SITES -- maybe they moved the files?reed1-2/+2
2005-05-28Add patches to get around these errors:reed3-1/+34
error: label at end of compound statement error: array bound forbidden after parenthesized type-id This was noticed on FreeBSD 5.4-STABLE with gcc 3.4.2. Also test build under NetBSD 1.6.2_STABLE with gcc 2.95.3 and Linux with gcc 3.3.5. No PKGREVISION bump since this should not change anything. This package does not have a maintainer.
2005-05-27Update to version 0.4.5salo5-44/+24
Changes: 0.4.5: ====== - SECURITY FIX (pst.advisory 2005-21) Remotely-exploitable missing-format-string vulnerability in some message dialogue boxes. - Fixed some brokenness in the visualisations menu; hide/show the video widget as needed when selecting an item from that menu. - Better handling of uninstantiatable post-plugins (when configuring). - Caught and replaced another asprintf. [Bug 1204625] - Compile fix (Solaris): need $(X_EXTRA_LIBS). - Correct the documentation of the '-e' option in gxine.1. - Don't set a title for the full-screen toolbar. - Set up X threads earlier (it was being done too late). (based on a patch from Antti P Miettinen <ananaza@iki.fi>.) 0.4.4: ====== - Added support for VDR's AUDIO key. - Made the browser plugin optional. - Stop playback on playlist clear. - Fixed a bug in multi-file drag+drop. 0.4.3: ====== - Fix a bug in JS vdr(). It should check the active MRL rather than the currently-selected playlist entry. - Fix a post-plugin parameter handling error. - Provide a few more default bindings with keys. - Fix a compile failure when using xine-lib 1.0 headers. Whoops :-( - Added doc/Keybindings-HOWTO (from Craig Sanders). 0.4.2: ====== - Use external JS lib by default (if available). If you're using amd64, you want this, I'm told. - This version should be buildable and useable with GTK+2.2. It may also use, but not rely on, a few features from GTK+2.6. - Configure switches for GTK+ versions compatibility and whether to use the desktop integration wizard. (Mainly for packagers.) - Mark 'repeat' and 'random' buttons (playlist) as having accelerator keys. - Improve prefs window numeric entry editing. - "tvtime" deinterlace plugin support. - Video and audio post-plugin chain support. The deinterlace plugin is prepended to the video chain if enabled. The visualisation plugin is prepended to the audio chain if active. - Hide tab & border for single-page notebooks in the prefs window. - Make columns in playlist etc. resizable. - Fixed a few crash/warning bugs (mediamarks/playlist item edit) left over from 0.4.1. - Respond to volume changes made externally. - Fix crash on virtual desktop change. The full-screen window is now sticky and on all desktops. (If you have a better way of fixing this which *doesn't* require this, let me know.) - Fix overlay bug with window managers, such as IceWM, which have their own toolbars. - Text preferences which are uncommitted may be undone by Ctrl '-' or Undo. - Make the visualisation setting a preference. - Fix a few problems in playlist expansion via xine-lib. - Add JS event(NAME) function and make event() and vdr() output help text if called without parameters. - Add keybinding entries for 'next angle' and 'previous angle'. - Save the A/V offset setting. - Build fix: apparently, Spidermonkey isn't always libsmjs.so. - Stop GTK's complaints when the locale doesn't use UTF-8. (This is done by telling gettext that we want translated text in UTF-8. Some is intended for the console; this isn't special-cased.) - Add a few extra icons to the menus. - Add config options for default window size and magnification of low-res video streams. - Improve live-stream detection; recognise streams of unknown length. - Improve the current stream title display. - Rely on xine-lib's XML parser and quote some characters when saving the playlist, media marks and key bindings. - Change the way in which the control button images are implemented. (There are problems with some GTK+ theme engines otherwise.) - Try to update the current playlist item's title from the stream automatically unless the title has been edited. - Deleting a playlist item will, if it is being played, cause the next item to be played (or the player to enter idle mode). - Use ellipsis in long entries in the playlist & mediamarks windows. (Requires GTK+2.6.) - Allow drag&drop for reordering playlist items. - Prevent multiple install wizard instantiations. - Add menu tooltips for plugins with short descriptions in the plugin chain configuration windows. - Make playlist repeat & random settings persistent. (Guenter)
2005-05-26Add PLIST.FreeBSD and three patches to make it build for FreeBSD.reed8-3/+217
Add patch-ak and patch-an to support -enable-fpic with recent versions of gcc. From xine cvs. Bump PKGREVISION just in case these patch-ak and patch-an change functionality. Tested builds and running on FreeBSD 5.4-STABLE with gcc 3.4.2 and FreeBSD 5.3, and Linux 2.6.9 with gcc 3.3.5. And tested build and install on NetBSD 1.6.2_STABLE. Okayed by jmmv a couple weeks ago.
2005-05-25Update gst-plugins* to 0.8.9:jmmv6-16/+29
Changes since 0.8.8: * new element: ximagesrc * new plugin: video4linuxradio * new plugin: freeze Bugs fixed since 0.8.8: * 118033 : Autodetect audiosink at run-time * 141189 : [PATCH] [SPC] playback * 149158 : [qtdemux/faad] MP4 file encoded Nero AAC Codec 2.6.2.0 is... * 154431 : [mpeg] on PPC, gstreamer segfaults on any mpeg video * 161661 : [PATCH] screenshots via gstreamer * 162024 : [alsasink] doesn't probe HW buffer_size/period_size/perio... * 162355 : [PATCH] [cdparanoia] Fix for _QUERY_POSITION * 163443 : crash when searching in a file (cvs) * 165643 : [qtdemux] doesn't handle embedded URLs * 165726 : [PATCH] New plugin: freeze * 166113 : [faad] plugin won't compile against faad CVS (unreleased ... * 168390 : data caching (queue) breaks mms/asf * 168406 : asfdemux always uses 25fps * 168558 : [faad] Unsupported FAAD channel position 0x0 encountered ... * 168728 : [v4lsrc] Support for v4l radio (patch included) * 169073 : muine crashes on song change * 169081 : ogg broken stream fix * 169289 : Playbin should fallback on x11 when xvideo isn't available * 169333 : [pngdec, pngenc] Stride problems * 169400 : decodebin finalization bug * 169629 : [theoraenc] sharpness property * 170060 : Segmentation Fault when open a video file with external s... * 170066 : Leak in oggdemux * 170083 : nautilus restarts (crashes) when trying to view the prope... * 170249 : [nassink] playing .wav gives only noise * 170319 : id3demuxbin loses tags * 170387 : gstreamer fails to play free format mp3 using playbin * 170390 : adder fails to implement a release_pad function * 171341 : seeks on the silence plugin * 171371 : need wavpack decoder * 171530 : new plugin: libcdio-based cdda source * 171777 : Ogm seek support is broken * 171997 : gst-plugins structure addon for mikmod < = 3.2.0 just a on... * 172242 : gstspeed doesn't handle seek events correct * 172281 : Buffer overflows in gstspeed * 172563 : [videocrop] corrupts video when setting property in state... * 172697 : [PATCH] mpeg2dec skip-frame * 172845 : one pixel cropped off at left when rendering subtitles * 172854 : totem spawns error and stops when opening with a badly fo... * 172884 : When un-muting the sound volume is restored to 100% * 172946 : crash when playing a .mov quicktime file * 300337 : [PATCH] [switch] Does not set debug category * 300377 : Totem cannot read files from davs URIs (other GNOME apps ... * 300457 : Totem never errors if you try playing a mp3 stream withou... * 300495 : configure does not find v4l, v4l2, Xlib.h, and SDL * 301158 : 2 casts of buf in the gst_ximagesink_chain function (xima... * 301292 : caps nego problem in gst-adder * 301894 : Wavpack doesn't compile on FreeBSD. * 301944 : GstAdder doesn't EOS when all input channels did * 302188 : totem crashes on a mp3 file * 302222 : update for future Cairo 0.5 API * 302625 : mad element doesn't report bitrate for mp3 files with no ... * 302813 : volume inside playbin doesn't work after the first file h... * 302837 : [playbin] gst_tag_list_copy: assertion `GST_IS_TAG_LIST (... * 302864 : gst-plugins fails to compile with gcc4 * 303011 : compilation fails on GCC4 warnings * 303117 : Gstreamer plugins 0.8.8 musepack plugin build fails * 303253 : More gcc4 issues in 0.8 head plugins * 303650 : mpeg1videoparse does not recognize keyframes * 303936 : should use g++ to link with cpp code * 304125 : POTFILES.in fixes for gst-plugins * 304180 : [directfb] compilation fails with gcc-4 * 304284 : [dv1394src] doesn't compile with gcc4 * 304284 : [dv1394src] doesn't compile with gcc4 * 304537 : [dvdnav] dvdnav doesn't like gcc4 * 304538 : [hermes] doesn't like gcc4 * 304540 : [libmms] libmms doesn't like gcc4 * 304588 : totem crashes on invalid WAV file (channels=0) * 305012 : [ximage] doesn't compile with gcc4 * 305186 : alsasink borkage
2005-05-25add DragonFly support, from Joerg Sonnenberger per PR pkg/30314drochner3-10/+29
2005-05-25fix some memory allocation bugs, from libdvdread CVS, and two memorydrochner4-3/+62
leaks, reported by Xiaoyu Fang to the ogle-devel mailing list bump PKGREVISION
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-25Minor quoting fixes.jlam1-4/+4
2005-05-23Removed trailing white-space.rillig7-17/+17
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam35-70/+70
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-21Drop maintainership; I haven't used this one for a long while.jmmv1-2/+2
2005-05-20add patch to recognize dragonfly, from Joerg Sonnenberger per pmdrochner2-1/+33
2005-05-19Moving the p5-Lingua-EN-Inflect, p5-Lingua-EN-Numbers-Ordinate,reed1-3/+3
and p5-Lingua-Preferred packages to the textproc category.
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz11-240/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18Add a PLIST.SunOS and move the oss plugin from PLIST.common tomarkd4-5/+10
PLIST.{NetBSD,Linux} as its not built on Solaris.
2005-05-16Note that tar is required by this package.jlam1-1/+2
2005-05-16Note that gtar is required by the package.jlam1-1/+2
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-2/+3
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-05-13forgot to delete thisdrochner1-24/+0
2005-05-10Many changes to pkgsrc for this, but not a version update.reed8-214/+223
Change PLISTs to not hardcode 1.0.1 (or the version) but use ${PKGVERSION}. This will make it easier for later updates. print-PLIST target produces ${PKGVERSION} and that is how I noticed this. Move the xv plugin entries to PLIST.common from PLIST.NetBSD. Linux and FreeBSD both have same xv plugin entries. Remove dependency to win32-codecs. It is not needed and can be added any time later for those extra codecs. Also, xine-lib supports various Windows Media formats already (via builtin ffmpeg). Move the i386 PLIST entries to own PLIST.i386 file. Add MESSAGE.i386 to suggest installing win32-codecs if needed. (If you have suggestions for other codecs or software to mention, such as "Real" for this MESSAGE.i386, please let me know.) Move COMMENT from Makefile.common to Makefile. (I will commit for xine-arts and xine-esound next, since they didn't have their own COMMENTs before.) Bump PKGREVISION. (Later I will add a couple patches for FreeBSD support and add theora support.)
2005-05-08Use MASTER_SITE_GNOME. Fixes PR pkg/30150 by Zafer Aydogan.jmmv1-2/+2
2005-05-08Make this build under FreeBSD.reed3-6/+21
PKGREVISION not bumped since these changes only matter for FreeBSD build which failed in the first place. Note that xine-lib is needed, but the xine-lib fixes for FreeBSD have not been committed yet. (If you are curious, I am using gxine on FreeBSD all installed via pkgsrc to watch a MS Windows Media 7 ASF video and listen to MS Windows Media Audio 2 without any win32-codecs installed.)
2005-05-07Remove the xineplug_ao_out_oss entries as they were later addedreed1-3/+1
to PLIST.common.
2005-05-04update to 0.8.10drochner3-7/+9
changes: Parallel installability with 0.6.x series Internationalization Fixes for 64-bit platforms Fixes for gcc 4 New translation added: Russian (Peter Astakhov) Registry now uses libxml for faster startup
2005-05-04update to 0.1.10drochner3-10/+9
changes: bugfixes
2005-05-04fix a bash'ism which caused the "dvdnav" gstreamer plugin not beingdrochner3-6/+17
linked against libdvdnav, causing runtime errors fix gst-plugins-dvdnav's PKGREVISION
2005-05-03Update to 1.1.7:wiz2-7/+7
1.1.7: (2005-05-02) - added --version option - fixed typos in preferences handling - fixed crash on close - created stubbed "make check" tests/ directory - added tooltips to the preferences - display GOP number in Info window - added experimental MPEG1 support from Brent Baccala - generalized pref window settings - added "ignore program end code" based on patch from Brent Baccala - forced sequence injection during playback for MPEG1 sanity - updated man pages slightly
2005-05-02Fix MAINTAINER email address for David Ferlier.reed1-2/+2
2005-05-02update to 1.0.2drochner4-31/+34
changes: bugfixes, minor UI improvements
2005-05-02update to 2.10.2drochner3-7/+9
bugfixes only
2005-05-02update to 1.0.1drochner16-323/+300
changes: -Big XvMC quality / correctness / cpu-usage fix -added support for WMA Voice codec -support for Windows Media Audio Lossless -bugfixes -security fixes (were already patched in pkgsrc) also add a patch to correct the path for win32 codecs, needed if xine-lib in embedded into other applications (as totem)
2005-04-30Update to 1.1.6:wiz7-61/+9
1.1.6: (2005-04-30) - modified patch from Tiziano Cappellari and Igor Baldachini to optionally force a prepended system header. - modified patch from Tiziano Cappellari and Igor Baldachini to optionally drop trailing packs that have system headers. - compilation patches from Eric Jorgensen and Barry Roberts. - NetBSD off_t patch from Thomas Klausner. 1.1.5: (2005-04-30) - improved gopchop.desktop - added debian menu file - fixed compile regression in new display code 1.1.4: (2005-04-30) - suse patch from Rainer Lay - changed scroll wheel usage to try and fix file select windows - schmidtw - changed the menus & menu items to be more "standard" where possible - schmidtw - added XML based load/save using libxml for editing sessions - schmidtw - added text enterable gop selector box - schmidtw - added view menu to control GOP Info window & in the future the video window - schmidtw - changed the menu items to be more descriptive - schmidtw - fixed details need to read other MPEG2 PES packets - locale clean-ups - Xv display is now aspect-correct - TODO reorganized - bryce
2005-04-29Add missing #ifdef guards for semaphore.h, to make this build onkristerw3-1/+31
NetBSD 1.6.
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Nowiz2-1/+15
PKGREVISION bump because most people won't care.
2005-04-27Bump BUIDLINK_RECOMMENDED after the recent security fix. (hi tron!)salo1-2/+2
2005-04-26Add patches to fix security vulnerability reported in XSA-2004-8.tron4-3/+47
Bump package revision because of this change.
2005-04-23Include bsd.prefs.mk before the MACHINE_ARCH check; otherwise we don't getjmmv1-1/+3
the expected results (e.g., fetch failure under PowerPC, for example).
2005-04-22Remove avifile -- very outdated version that does not build with gcc3.wiz25-531/+1
avifile's development itself seems very slow, and there was no taker for updating the package. Use mplayer or xine.
2005-04-21- Remove obsolete USE_BUILDLINK3.minskim1-2/+5
- Enable pkgviews installation.
2005-04-21Let DEFAULTDEVICE be defined on Linux. Otherwise the package doesn't build.minskim2-3/+3