summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc66-66/+159
2005-02-24Add a check for Xv and if we don't have it then add --disable-xvdmcmahill1-3/+4
2005-02-23Since updating Xaw3d to 1.5E, fxtv breaks (during startup) whenwiz3-18/+16
compiled with -O2 -- remove it. While here, do some minor cleanups in the package Makefile. Bump PKGREVISION so that working versions can be identified.
2005-02-23Sort.wiz1-2/+2
2005-02-22use -DDEV_DSP="\"${DEVOSSSOUND}\"" not -DDEV_DSP=\\\"${DEVOSSSOUND}\\\"abs1-2/+2
2005-02-22regen to get line numbers correct.wiz5-21/+21
2005-02-21Use the extended PLIST_SRC support which now also reads:veego3-34/+30
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. Split PLIST into PLIST.common and PLIST.common_end to fix an error while removing the package. Also remove the trailing space at the two plist manpage entries, which caused an warning during package installation.
2005-02-21Sign over maintainership to tech-pkg@hubertf3-6/+6
2005-02-21Fix quoting.uebayasi1-2/+2
2005-02-19Update to 0.5.38.wiz3-20/+28
Package changes: Sync dependencies with requirements, and sort them to make checking easier. New in 0.5.38: This release has only grabber fixes, but plenty of them - in particular tv_grab_pt and tv_grab_fr are now working again. New in 0.5.37: tv_grab_se_swedb: New Grabber for Sweden! tv_check: major changes. now handles DST properly. output always in local timezone, GMT supported in guide added --days parameter. 7 day limitation removed fix/improve MyReplayTV timeslot detection tv_grab_fr: rewritten to be less sensitive to data source changes tv_grab_nl: fixes to handle bad pages and odd start times tv_grab_uk_rt: added channel ids tv_grab_es: fixed bug that could cause programme to be skipped tv_grab_no: changed to handle data source changes tv_grab_uk_rt: added POD documentation tv_grab_dk: added icon support. misc fixes tv_grab_na_dd: fixed config file problem preventing UTC time --quiet now disables the status bar retain config file if config mode aborted xmltv.exe: return non-zero ERRORLEVEL if script stops with error cache handling: make location of cache.conf more flexible
2005-02-19|fmt.wiz1-8/+9
2005-02-18This build depends on texi2html.reed1-1/+3
(Noticed in kristerw's amd64-2.0 pkgsrc bulk build.)
2005-02-18Fix CFLAGS " quoting issueabs1-2/+2
2005-02-17Update to version 1.0.2salo4-9/+8
Changes: - all: bug fix: Fixed compilation with the upcoming new versions of libebml and libmatroska. - mkvmerge: bug fix: mkvmerge did not accept XML chapter files created with older mkvtoolnix versions due to deprecated chapter elements. Such elements are now skipped. - mkvmerge: bug fix: Fixed negative audio displacement for a couple of formats. - mmg: bug fix: Again the window handling. Hopefully this is better than the other attempts. - mmg: bug fix: One was able to crash mmg by pressing 'ok' in the muxing dialog right after muxing finished, especially if the 'abort' button was hit before. This mostly happened on Linux.
2005-02-17Update to version 0.7.5salo4-14/+12
Changes: - fix the segment family UID - no more TrackAngle and new TrackTranslate elements - rename ChapterLink* to ChapterTranslate* - add KaxChapterLinkEditionUID - fix the KaxSegmentFamily flags - added KaxSegmentFamily, KaxChapterLink, KaxChapterLinkCodec and KaxChapterLinkID - Move all of the (re-)activated Matroska v1 elements out of "#if == 2" blocks. - support for KaxMaxBlockAdditionID and fix default values - BlockAdditions is in Matroska 1 now - added the button track type - Use malloc() and free() instead of new[] and delete[] where the lib might deal with pointers that have been allocated by the app, or where the app has allocated the memory. Reason: new[]ed memory cannot be realloc()ed. - remove support for the gap flag in the Block - add almost automatic handling of SilentTracks - added KaxTrackFlagForced - added KaxTrackAngle and various fixes - TrackOverlay is now multiple - added KaxClusterSilentTracks and KaxClusterSilentTrackNumber
2005-02-17Fix quoting.uebayasi1-2/+2
2005-02-16Added libassetml-1.2.1reed1-1/+2
Library for sharing image and audio files between projects
2005-02-16New package: libassetmlreed5-0/+71
AssetML defines an XML file for multimedia metadata, such as name, description, categories, and file type. Applications using the libassetml library can query these XML files to share and reuse content like image and audio files. This package also provides the assetml-query tool for browsing the AssetML database. http://www.ofset.org/assetml/ (This will be used by childsplay and gcompris. Anyone want to work on them?)
2005-02-09Use tar.bz2 file. Closes PR 29288 by Antoine Reilles.wiz2-6/+6
2005-02-09Update to 0.8.9:jmmv3-8/+15
Changes since 0.8.8: * Probe fixes * Thread and queue fixes fixes * Documentation updates * Important GstBin state change fix - see #166371 if you subclass Bugs fixed since 0.8.8: * 94464 : [threads] gst_scheduler_add_scheduler() doesn't ref passe... * 123775 : [PATCH] [api] setting state on element should force highe... * 142588 : [threads] if all elements have been removed from a bin, s... * 150546 : [api] Error for calling gst_pad_push in a get function is... * 162276 : [build] gstregistry.h and gstxmlregistry.c don't build wi... * 163234 : [PATCH] plugin loading isn't thread-safe * 163383 : [PATCH] ogm plugins won't register * 163801 : [PATCH] mem leak in xml registry loading * 164062 : [PATCH] tee capsnego is broken * 164261 : [PATCH] GST parsing doesn't recognise urls without a file... * 165272 : [PATCH] Problem compiling gstreamer 0.8.8 * 165365 : [PATCH] gst_string_wrap() segfaults on NULL strings * 165922 : add locking in opt * 166269 : Typo in current .po file msgid string * 166362 : data discarded by probes is leaked * 166371 : GstBin derived classes not notified of state change
2005-02-07Update to 1.0alpha4:wiz3-9/+48
Changes since the alpha3 release: * first draft of the Theora I Format Specification * API documentation generated from theora.h with Doxygen * fix a double-update bug in the motion analysis * apply the loop filter before filling motion vector border in the reference frame * new utility functions: theora_packet_isheader(), theora_packet_iskeyframe(), and theora_granule_frame() * optional support for building without floating point * optional support for building without encode support * various build and packaging fixes * pkg-config support * SymbianOS build support
2005-02-05Add kristerw@'s patches from multimedia/mkvtoolnix.salo4-1/+47
Fixes build with gcc2.
2005-02-05Remove me as maintainer of this package because I now longer use it.tron1-2/+2
2005-02-03Use INFO_FILES for registering the mjpeg-howto.info documentation files.reed2-6/+4
And remove from PLIST. This fixes problem when INFO_DIR is using a custom directory such as share/info. Do not bump PKGREVISION, because couldn't package in first place when this problem occurred. This will cause a warning: install-info: warning: no info dir entry in `/usr/pkg/share/info/mjpeg-howto.info' TODO: so add a START-INFO-DIR-ENTRY/END-INFO-DIR-ENTRY pair dir entry.
2005-01-29Change some string manipulations to equivalent operations thatkristerw4-1/+47
gcc 2.95 understand.
2005-01-27Update win32-codecs to 050115. Changes unknown. Update necessaryben3-15/+19
because older distfile versions are removed. This addresses PR#29137
2005-01-26Explicitly disable xvid. Fixes build if xvidcore is already installed.jmmv1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-18update to 1.0.3drochner2-5/+5
This release fixes very minor bugs. It is source and binary compatible with the previous version.
2005-01-16Fix C99-isms to make this pkg build with gcc 2.95.kristerw2-1/+24
2005-01-15Remove gst-player. According to the original developers, this programjmmv5-102/+1
hasn't been maintained for a long time and is buggy, so they are removing all references to it from its home page. Plus it never worked very well here. Agreed by maintainer.
2005-01-13Explicitly disable multiple drivers. This fixes the build under Linux,jmmv3-15/+26
where OpenGL was not detected properly but was included in the PLIST. Also avoids the installation of the v4l plugin, which resulted in extra files in that system. Bump PKGREVISION to 1.
2005-01-08Accept cdrtools-ossdvd as replacement for cdrecord.wiz1-2/+2
2005-01-07xine doesn't use xvidcore, so remove the dependency.drochner2-4/+2
This also makes the pkg build on non-i386.
2005-01-06update to 0.4.1drochner7-52/+15
changes: -needs gtk+-2.4 -some fixes and ui improvements
2005-01-06update to 1.0drochner8-75/+37
changes: -security issue regarding the AIFF demuxer (CAN-2004-1300) -Xv plugin dynamically linked again -some fixes
2005-01-06update for new patch and changed DIST_SUBDIRdrochner1-43/+44
2005-01-06some skins have changed on the distribution site - use new DIST_SUBDIRdrochner1-2/+2
2005-01-06SSE(2) support is always present on amd64 - ifdef out the sysctldrochner2-1/+25
2005-01-06Fix buffer overflow reported in CAN-2004-1300, bump package revision.tron4-6/+20
2005-01-06Update gst-plugins and gst-plugins-* to 0.8.7.jmmv3-7/+14
Changes since 0.8.6: * multichannel audio support * new element: apetag * new element: ttadec, ttaparse * new element: directfbvideosink * vcd fixes * playbin fixes * dvdread fixes * a52dec fixes * sunaudiosrc fixes * osssrc fixes * avidemux fixes * licensing updates Bugs fixed since 0.8.6: * 147919 : [playbin] broken wav seeking * 148559 : [monoscope] grinds to a halt * 149102 : gstreamer license problems * 149613 : [PATCH}Add proxy server support to the musicbrainz plugin * 151624 : Multichannel support * 152339 : [PATCH] [build] gst-plugins cross compiling * 154773 : [playbin] crashes trying to play short wave files (1 or 2... * 154775 : [qtdemux] Quicktime movie causing some weird debug spew * 154814 : Selection of totem crashing videos * 154815 : [PATCH] ffmpegcolorspace leaks caps * 155348 : Various MP3 files cannot be detected or played * 155879 : [libriff] Bug in lib-riff * 156798 : " An error occured " " Could not write to resource " this sa... * 157233 : [PATCH] playbin leak fixes * 158258 : Patch for polypsink to make it work with both threaded an... * 158382 : [PATCH] [build] debian speex detection patch * 158650 : [PATCH] [videocrop] video crop is completely buggered * 158704 : Fix/finish (S)VCD support * 159215 : [PATCH] Memory leaks in audioscale * 159296 : Playing benow.mp3 file cause totem to hang on EOS with de... * 159297 : dark.441-16-s.flac hangs on eos in totem with debug spew * 159301 : gstreamer.avi file plays, but have broken seeking in totem * 159338 : alaw/mulaw decoders caps warning * 159433 : [osssink] doesn't check for supported channels * 159512 : Progress bar with m4a (aac) broken * 159651 : [decodebin] totem crash * 159759 : DVD LCPM asserts * 159847 : [build] hardcoded path for musepack headers in configure * 159864 : avidemux sends GST_EVENT_DISCONTINUOUS * 159986 : [PATCH] Videorate doesn't handle seek and doesn't reset w... * 160276 : [PATCH] mpegdemux and dvddemux don't reset themselves in ... * 160439 : Can't compile gst-plugins without GCONF * 160514 : [avidemux] seek after EOF for truncated avi files (to non... * 160532 : [avidemux] avi[cvid+PCM] : no image, sound is noise * 160808 : 'ERROR: pipeline doesn't want to play' when using xvimage... * 160869 : [playbin] ogg file (theora/vorbis) causes segfault near end * 161039 : [PATCH] [deinterlace] rowstrides need fixing * 161538 : [playbin] AVI files with mp3 audio are out-of-sync in pla... * 161624 : [alsasink] crash at end of playing this file * 161980 : Volume control applet does not set value correctly. * 162819 : [audioscale] cleanup * 162913 : [mms] missing NULL terminator to g_object_set() in uri ha... * 162924 : [playbin] totem assertion failures when playing cd / pote... API changes since 0.8.6: - API additions: * A new cdparanoia property, device, has been added. * A new dvdnavsrc property, device, has been added. * A new dvdreadsrc property, device, has been added. * A new vcdsrc property, device, has been added. - API depreciations: * A cdparanoia property, location, has been marked for deprecation. * A dvdnavsrc property, location, has been marked for deprecation. * A dvdreadsrc property, location, has been marked for deprecation. * A vcdsrc property, location, has been marked for deprecation.
2005-01-06Update to 0.8.8.jmmv5-29/+30
While here, improve handling of files living under PREFIX/libdata: instead of keeping them in the PLIST, remove them from the deinstallation script; this way we won't get checksum mismatches (a typical thing when doing "make replace"). Also remove some compatibility hacks I added before the libtool soname changes were done (they are useless). And fix PLIST WRT .la files. Changes since 0.8.7: * Threading fixes * Opt scheduler fixes * Documentation updates * New translation: Norwegian Bokmaal (Kjartan Maraas) * New translation: Italian (Luca Ferretti) * New scheduler: fair Bugs fixed since 0.8.7: * 144804 : opt scheduler breaks on playing a pipeline * 148787 : clocks are not distributed correctly * 149936 : [PATCH] [build] GStreamer without registry support do not... * 150051 : fakesrc needs a data rate parameter that timestamps the d... * 151605 : impossible to play .mpg or avi files with gst-launch-ext * 153882 : [PATCH] The win32 version of gstenumtypes is not up to date * 154061 : optimal scheduler doesn't get freed * 156063 : infinite loop and 100% CPU with some MP3 * 156179 : gstreamer typefind plugin information from gst-inspect is... * 157127 : Cleanup of issues reported by sparse * 157263 : use G_SIGNAL_TYPE_STATIC_SCOPE for GstBuffers in handoff ... * 158018 : gstreamer typefind stalls on these JPEG files * 158162 : opt deadlock * 158163 : [api] Problem querying on ghostpads * 159852 : [PATCH] [api] g_signal_emit thread safety issues * 160019 : segfault when error occurs playback of uri containing per... * 160220 : gst_pad_set_explicit_caps of a NULL caps doesn't work API changes since 0.8.7: - API additions: * A new function, gst_plugin_get_version, has been added.
2005-01-06Regenerate checksum after update of MPlayer packages.tron1-44/+44
2005-01-05update to 1.0pre6drochner4-46/+189
This release updates and enhances documentation and translations, adds full X86-64 support, adds 18 new codecs, updates various codecs, adds special CPU saving options for low end machines, adds better support for MacOS X and Windows, and adds uncountable fixes and enhancements all over the place.
2005-01-03Bump PKGREVISION because of curl dependency bump.wiz1-2/+2
2005-01-03Remove KDE2 packages (and their dependencies) as proposed on tech-pkg.wiz22-1486/+1
2005-01-03Update to 0.104:wiz2-6/+5
* libdv.pc: added -lm to make build more portable. * applied x86-64 patch from Dean Kolosiek.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed3-5/+6
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-28Update gst-plugins (and all gst-plugins-* packages) to 0.8.6:jmmv3-27/+6
Changes since 0.8.5: * New translation in this release: Norwegian Bokmaal * New translation in this release: Luca Ferretti * new element: polypsink * new element: musepack decoder * alsa fixes * playbin fixes * support for cd://, cdda:// and dv:// uri * v4lsrc fixes * id3demux fixes * avc-based Firewire camera support * speex fixes * tcp fixes * multifdsink improvements * ffmpegcolorspace fixes * chained ogg support Bugs fixed since 0.8.5: * 140994 : [mplex] configure failure * 143961 : MusePack codec support * 144389 : alsasink dies after some time playing * 144436 : opt / oggmux problem (endless interrupt event loop) * 150061 : gstreamer error in rhythmbox: vorbisdec(27925) vorbisdec.... * 150576 : pad v4l2src0:src returned caps that are not a real subset... * 151059 : [sdlvideosink] doesn't implement overlay properly * 151064 : asfdemux crash * 151122 : playing a m4a-file using " spider " doesn't work * 152750 : audioconvert crash * 154781 : [playbin/totem] avi file with just divx video (no audio) ... * 154784 : [playbin/totem] playing avi with 320x240 raw yuv video an... * 154788 : Xv video in another window * 154807 : auparse doesn't error out on invalid files * 154834 : [dvdreadsrc] immediate EOS when specifying a title > 0 * 154903 : cdparanoia plugin doesn't handle URIs * 154967 : [wavenc] missing cast and terminator in gst_event_new_dis... * 155008 : LoTr movie segfaulting with gstreamer+totem * 155223 : memleak in wavparse * 155814 : gst_bin_iterate() gets stuck on some images * 155864 : [oggdemux] regression with files without proper EOS flag * 156372 : gst-plugins fails to build on AMD64 * 156387 : [oggdemux] seeking is off by up to 30 secs (regression) * 156477 : Ogg Vorbis file fails to play. Works with ogg123 * 156488 : Introducing device for alsasink in gconf makes totem crash * 156565 : gst_bin_remove crashes deep down * 156910 : Rhythmbox crash at the end of this song * 157032 : Patch for dispose/finalize functions in gst-plugins * 157281 : crash with totem-gst * 157543 : [rtpgsmparse] missing NULL terminator to gst_caps_new_sim... * 157548 : [vorbisenc] premature and/or missing terminator to gst_ca... * 157632 : C99 style variable initialization(multifilesrc_test.c) * 157964 : smoothwave display warnings when launching gst-register * 157986 : [vorbisdec] fix warning when querying while draining * 158006 : alsasink/rhythmbox don't like each other anymore * 158125 : gstreamer apps have serious issues with 0.8.5.2 plugins & ... * 158221 : Build fix for gstreamer-plugins 0.8.5.3 * 158365 : Fix for playbin hangs * 158375 : fix segfault in mp3 typefinding * 158462 : [dvdreadsrc] invalid reads / is_nav_pack assertion failure * 158832 : pngenc drops GstBuffer extra info (timestamp, length...) * 158976 : [oggdemux] seeking broken again [regression] * 159186 : [PATCH] videorate doesn't handle all colorspaces * 159187 : [PATCH] v4l probes too much and should cache API changes since 0.8.5: - API additions: * A new v4lsrc property, autoprobe-fps, has been added.
2004-12-26Allow to build with python-2.4.minskim1-2/+2