summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2004-12-02Add missing @comment before CVS tags in PLIST.*ben2-2/+2
2004-12-01Correct PLIST to match powerpc-specific install.ben4-10/+19
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz1-2/+2
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam1-2/+2
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
2004-11-28libdv.so uses pthread functions directly, so include pthread.bl3.mkwiz3-2/+18
and fix libdv.so link line so that it links against libpthread.
2004-11-25Changes 0.103:adam3-14/+12
* Unknown (you have to track the mailing list)
2004-11-24Update to version 1.0salo3-7/+7
Changes: - mkvmerge: bug fix: The Matroska reader doesn't insist on having a default duration ( = FPS) for video tracks in the "AVI compatibility mode" ( = with the CodecID "V_MS/VFW/FOURCC"). This enables re-muxing of Matroska files created from MP4 files. - mmg: bug fix: File names with non-ASCII characters were not working if mmg was compiled against a Unicode enabled wxWidgets. - mkvmerge: new feature: Added reading DTS from AVIs and from Matroska files. - mkvmerge: bug fix: A variable initialization was missing which very recent gcc versions (3.4.2) did not like very much. Also fixed a small compilation bug.
2004-11-23Update multimedia/acidrip to 0.14.xtraeme2-6/+6
Acidrip now can encode from files and directories, not just DVD's; and bugfixes.
2004-11-23Avoid use of := in PKGNAME.tv1-3/+4
Fix pre-configure make operator (should use :, not ::).
2004-11-22Update multimedia/xvidcore to 1.0.2.xtraeme2-5/+5
Changes since 1.0.1: * xvidcore o Fixed non compliant bvop decoding (was using rounding=0 instead of rounding=1) o Added better mv bound clipping for broken streams. o Better behavior with content claiming not containing bvops but eventually having bvops. o Force fincr and fbase to be < 16bit. o Fixed thread safety problem in C language iDCT implementation. * VFW frontend o Memory leak
2004-11-20Add and enable RealPlayerGoldrh1-1/+2
2004-11-20Initial import of RealPlayerGold-10.0.1, the Helix based Real audio andrh4-0/+74
video player.
2004-11-18More duplicate dirrm cleanup.markd1-3/+3
2004-11-18Don't delete konqueror/servicemenus on package deletion (kdebase does it)markd1-2/+2
Partial fix for PR pkg/28342.
2004-11-17- moz-mplayer, + mplayer-plugin-*xtraeme1-2/+5
2004-11-17This is an old version of mplayer-plugin-*, and didn't support firefoxxtraeme4-38/+0
nor mozilla-gtk2, removing!
2004-11-17mplayer-plugin for mozilla-gtk2.xtraeme1-0/+11
2004-11-17mplayer-plugin for mozilla.xtraeme1-0/+12
2004-11-17mplayer-plugin for firefox-gtk2.xtraeme1-0/+11
2004-11-17Initial import of mplayer-plugin-firefox-2.70.xtraeme13-0/+199
Plugin for Gecko based browsers that uses mplayer to play videos from websites.
2004-11-13When using the SunPro compiler suite, the "cc" compiler understands the C99sketch1-1/+8
__func__ declaration, but the "CC" (C++) compiler does not. The configure script for this package tests for __func__ but only invokes the C frontend, causing failures later as it uses both C and C++ compilers. Explicitly disable this functionality when using SunPro.
2004-11-13this has no build or configure phase.grant1-2/+3
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-2/+1
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-11-12Add 'perl5' to CATEGORIES.seb1-2/+2
2004-11-11Remove a useless C99-isms that cause the build to fail with GCC 2.95.kristerw2-1/+23
2004-11-10use ${SUSE_DIR_PREFIX} in the suse_openmotif dependency to allow suse91_...markd1-2/+2
2004-11-09Updated to version 1.5salo2-6/+5
Changes: - dvdxchap accepts a range of chapters to output and adjusts the timestamps. Patch by Olivier Rolland. - ogmcat accepts files that contain a single track whose serial nubmers don't match. This is the case for audio-only Ogg files.
2004-11-09Might as well just commit the PLIST changes too..salo1-1/+6
2004-11-09Update windows-all, the old distfile no longer available. *sigh*salo2-6/+6
2004-11-06Readd checksum for "patch-ac".tron1-1/+2
2004-11-06Fix faad2 test in configure script on -current;wiz5-7/+21
based on PR 26412 by Tom Spindler. Bump PKGREVISION on all affected packages.
2004-11-05- PLIST fix spotted by wiz@adrianp2-2/+20
2004-11-04Skins changed again; use new DIST_SUBDIR.wiz2-45/+45
2004-11-02Explicitly disable gtk-doc during the build, which results in some filesjmmv2-10/+4
not beeing installed (these were here in the first place because I had gtk-doc installed while updating the package). Bump PKGREVISION to 1. Fixes problem shown in kristerw@'s bulk build.
2004-10-29Updated to version 0.9.7salo3-7/+7
Changes: - mkvmerge: bug fix: The handling of external timecode files was still not correct but should be OK now. - mmg: Added an error message if the user selects 'mmg' as the 'mkvmerge executable' because that would lead to an infinite number of 'mmg's being spawned. - mkvmerge: bug fix: If LFE is on for DTS then the number of channels is one more than what the DTS frame header says. - mkvmerge: bug fix: Timecodes for Vorbis were wrong on rare occasions (when reading laced Vorbis from a Matroska file and changing the lacing, e.g. when splitting for the second and all following files). - mkvmerge/mkvinfo/mkvextract: bug fix: The chapter and tag element tables were not always intialized correctly depending on the compiler and the optimization flags used. - mkvmerge: bug fix: The OGM reader was broken if at least one track was not to be copied from the file (happened between 0.9.5 and 0.9.6). - mmg: bug fix: After loading saved mmg settings the track input box listed the tracks always coming from the last input file and not from the one they really came from. - mmg: enhancement: Made mmg's main window properly resizable. - mkvmerge: Rewrote the code for the external timecode files. This also fixes bug 99: The durations for the individual tracks were not correct for those tracks for which --timecodes was used. - mmg: bug fix: Crash when saving chapters from the chapter editor. Same as the mkvinfo issue below but on all OS. - mkvinfo: bug fix: The chapter and tag element tables were not initialized on Windows resulting in a crash when one of those elements was encountered.
2004-10-28Update gst-plugins* to 0.8.5:jmmv4-29/+19
Changes since 0.8.4: * New translation in this release: Oriya * licensing corrections * new element: mngdec * pixel aspect ratio conversion fixes * 64 bit fixes * NEW_MEDIA fixes * ogm support added * matroska fixes * playbin fixes * alsamixer fixes * gnomevfssrc fixes * ogg fixes * multifdsink fixes * multifilesink fixes * qtdemux fixes * avidemux fixes * asfdemux fixes * wavenc fixes * flac fixes * fli/flx fixes * mpeg fixes * speex now actually works Bugs fixed since 0.8.4: * 121809 : [Solaris] Not able to record * 130682 : [alsasink] fails to negotiate with audio decoders * 135407 : [xviddec] shows green frames when decoding packed bitstre... * 140432 : Osssink and alsasink broken on nforce2 (intel8x0) soundcard * 140897 : Incorrect segment duration in files created with matroska... * 140898 : No writing application specified in matroska files create... * 141554 : vorbis in matroska files makes the vorbisdec plugin segfault * 144091 : [Solaris] audio mixer element * 144616 : Infinite loop in wavparse. * 148711 : typefind function for TTA audio files * 148950 : matroskademux doesn't set buffer duration * 148951 : matroskademux misses the tta codec in its codec list * 151232 : [lame] doesn't build with lame-3.90 * 151236 : [v4l] compile failure * 151410 : Memory leaks in multifdsink * 151462 : theora plugin Makefile broken * 151877 : [PATCH] Fix bad casts in ximagesink.c * 151879 : [PATCH] fix bad pointer casts in xvimagesink.c * 151881 : [PATCH] Fix format strings for amd64 in seek.c * 151882 : [PATCH] Fix format string warnings in spider_seek.c * 151883 : [PATCH] fix cdplayer.c warnings on amd64 * 151884 : [PATCH] Fix format string warnings in cdparanoia.c * 151886 : [PATCH] Fix format string warnings in vorbisfile.c * 151887 : [PATCH] Fix format string warnings in player.c * 152102 : wavenc leaks events * 152341 : patch for ivorbis compile failure * 154301 : typefind and rmdemux don't use the same mime type for rea...
2004-10-28Update to 0.8.7:jmmv3-7/+14
Changes since 0.8.6: * important playback thread fix * typefind fix for non-seekable streams Changes since 0.8.5: * spider, queue fixes * fakesrc and identity now have a datarate property * dataprotocol threadsafety fix Bugs fixed since 0.8.5: * 136962 : crc error when decoding flac with typefind and threads * 150001 : [PATCH] Mem leaks in gstpad.c, gstxml.c and gstelement.c * 150262 : gstreamer.spec file needs correction to work with rpmbuil... * 150626 : bug trying to play a theora web stream * 153657 : make typefind prevent unneeded discont element * 153881 : [PATCH] in-code C declarations API changes since 0.8.5: - API additions: * The "fakesrc" element now has a datarate property. * The "identity" element now has a datarate property.
2004-10-27update to xine-lib-1-rc6adrochner10-164/+69
New Features: - Added support for Annodex bitsream format. The Annodex bitstream format is a subset of the Ogg encapsulation format: it"s basically Ogg with extra timing information, so that time-based stream - Added support for VobSub-in-Matroska (Vobsub is raw subtitle stream from a DVD. This patch enables support for VobSub - Added support for 44100Hz DTS in .wav files - Added experimental time stretching plugin: play stream faster or slower than original speed, optionally preserving pitch - Added configure option for building xine with external ffmpeg library - Added api for finer playback speed control (requires frontend support) - Added support for QuickTime 6.3 DLLs - Added support for mp3 audio in mp4 files - Added support for using utf-8 for matroska subtitles
2004-10-27- Update to xmltv-0.5.36adrianp2-5/+5
- Documentation fixes - Bug fixes - More channels added
2004-10-20Add "Blue" skin which is the new default skin according to the website.tron3-4/+58
Also create a link "default" pointing to the "Blue" skin so that "gmplayer" will work again if no skin is selected. Bump package revision because of that.
2004-10-20Note addition of p5-xmltv-0.5.35adrianp1-1/+2
2004-10-20XMLTV is a set of utilities to manage your TV viewing. They work with TVadrianp5-0/+70
listings stored in the XMLTV format, which is based on XML. The idea is to separate out the backend (getting the listings) from the frontend (displaying them for the user), and to implement useful operations like picking out your favourite programmes as filters that read and write XML documents. At present there are backends grabbing TV listings for Canada, the USA, the UK, Germany, Austria, Finland, Spain, Italy, the Netherlands, Hungary, Denmark, Japan, Sweden, France, Norway, and Romania.
2004-10-19unconditionally include xvidcore/buildlink3.mk, as it DTRT now.grant1-3/+1
2004-10-19xvidcore is i386 only, so use it if we are on i386.grant1-1/+8
2004-10-19Update to 1.0rc5nb5:ben2-44/+44
All skin distfiles have changed, so set DIST_SUBDIR to a new value and update the checksums. Addresses PR#27295.
2004-10-19xvidcore is i386-only; therefore, don't depend on it if ARCH != i386.sekiya1-1/+5
2004-10-19Don't link libvout and libac3_tc to import/export modules -- these two librariessekiya11-37/+325
are static, so libtool will refuse to create a working module. Instead, link those libraries into the transcode binary itself (libvout was already being so linked) and remove them from the module link arguments.
2004-10-14Updated to version 0.9.6salo7-35/+20
Changes: - mkvextract: bug fix: The track extraction was creating the output file twice if the Matroska file contained a copy of the track headers. This resulted in the first extracted file being overwritten at the end of extraction. - mmg: bug fix: If the file title is read from an input file, not modified by the user and that input file is removed again then the file title will be unset. - mkvmerge: enhancement: Converted the raw FLAC reader to use another interface to the FLAC libraries. This results in a speedup of up to 50%. Thanks to Josh Coalson for telling me about its existence. - mkvmerge: new feature: Added two warnings. One about invalid track IDs that were used on the command line but that don't correspond to an available track in a file and one if no track will be copied from a source file. Both warnings hint at bad command line arguments. - mkvmerge: Only write the segment duration as a 64bit float if there is no video track present. This way users won't have to update their DirectShow filter/apps for most files. Only audio-only files need this precision anyway. - mkvmerge: Changed the Ogg/OGM reader to use the stream number and not its serial number as the track ID (meaning the track IDs will be 0, 1, 2... etc. instead of the random numbers oggenc uses as the serial numbers). - mkvmerge: new feature: The CUE sheet parser now accepts INDEX lines with indices from 00 up to 99 and implements the Red Book specification for audio CDs that way. Patch by Vegard Pettersen <vegard_p at broadpark adot no>. - mkvmerge, mkvextract: bug fix: ASS was handled like SSA which is not correct in each case, especially when extracting it. - mkvextract: bug fix: The WAV writer was not endian safe. - mkvmerge: bug fix: The charset was not set correctly on Solaris. - mkvmerge: bug fix: mkvmerge crashed when reading Matroska files that contain an empty tag list. - mkvmerge: bug fix: Some Matroska files that e.g. have had their timecodes offset with the Matroska Stream Editor or other means may contain timecodes that caused mkvmerge to print a warning about "timecode < last_timecode". A new fix implements a workaround and a warning message with a proper explanation for this case. - mkvmerge: bug fix: Older Matroska files containing chapters caused mkvmerge to abort muxing. - mkvmerge: bug fix: mkvmerge was only copying the last tag of a list of tags applying to a track from a Matroska file. - mkvmerge: bug fix: mkvmerge will show a nice warning if the entries in a SRT have non-continuous timestamps. It'll also sort the entries by their start timestamp instead of throwing the generic "timecode < previous timecode" warning. - mmg: bug fix: The 'Matroska file analysis' window that occurs when reading chapters from a Matroska file did not disappear if it was minimized when the process finished. - mkvmerge: new feature: Added a new parameter --aspect-ratio-factor. - mkvinfo: bug fix: Strings from chapters and tags were shown in UTF-8 instead of the local charset. This bug was introduced around 2004-08-28. - mkvmerge: bug fix: Not all chapter elements were copied correctly from a source Matroska file. - mkvextract: Sped up the extraction of attachments, chapters, cuesheets and tags by using the seek head information and not parsing the full file each time. - mkvmerge: bug fix: The Matroska reader was not handling very big cluster timecodes correctly. Those can occur when the timecode scale factor is very small. - mkvmerge: bug fix: Empty clusters in Matroska files no longer make mkvmerge think that file has been read completely. - mkvmerge: new feature: Added support for MP2 (and maybe MP3) audio in MP4 containers. - mkvmerge: new feature: The chapter and tag parsers accept XML element attributes instead of sub-elements for those sub-elements that only contain data. Example for a "simple tag": <Simple Name="ARTIST" String="Tori Amos"/> - mkvmerge: bug fix: The automatic MIME type detection based on the file name extension was using the file name extension as the MIME type. - mkvmerge, mkvinfo: new feature: Added the four new PixelCrop elements. - mkvmerge, mkvextract, mkvinfo: new feature: Added 'TargetTypeValue' as a supported tagging element. - mkvmerge, mkvextract, mkvinfo: Complete rewrite of the chapter and tag parsing and output functions. Additions will be much easier now. - mkvmerge, mkvextract, mkvinfo: feature removed: Dropped support for the very old and deprecated tagging system. No one used it anyway. - mkvmerge: new feature: Allow the use of two-letter ISO639-1 country codes in for the '--language' parameter. Those will be converted to the corresponding ISO639-2 language code automatically. - mkvmerge, mkvinfo, mkvextract: new feature: Added support for the 'TargetType' tag element - mkvmerge: bug fix: The MP3 handling was broken on weird and rare occasions when reading MP3 from a Matroska file. - mkvmerge: bug fix: Removed a bogus warning about an attachment's MIME type having been given more than once.
2004-10-14Updated to 0.7.4salo3-7/+7
Changes: - EditionProcessed has a default value (0) according to the specs. - KaxEditionManaged becomes KaxEditionProcessed and mandatory KaxEditionManagedPrivate becomes KaxChapterManagedPrivate - no more automatic OutputSamplingFrequency default value - add support for KaxChapterProcessCommand and KaxEditionManagedPrivate - The ValidateSize function is neither needed nor correct (probably copy & paste from somewhere). Integers of all sizes are accepted as in all the other UID cases. - allow DLL building with MSVC7 (not compatible with the MinGW DLLs) - KaxTagTargetTypeValue default to 50 - TargetTypeValue is no longer mandatory - Fixed the wrong element names. - add KaxTagTargetTypeValue as in the specs - add KaxChapterPhysicalEquiv as in the new specs - add KaxChapterProcess and KaxChapterProcessTime - add the new PixelCropXXX elements - added KaxEditionFlagDefault and KaxEditionManaged - add the new TargetType element in tags - Set the default value for KaxTagLangue to "und" complying with the specs.
2004-10-14Remove the part of the patch thats already in 3.3.1 (I thought I testedmarkd2-12/+3
that). Spotted by Ian Zagorskih.