summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
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
2007-07-17Update default fallback version to make pbulk happy on Sparc.joerg1-2/+2
2007-07-16deal with hicolor-icon-themedrochner2-12/+8
2007-07-16- Add two patches to fix some issues on NetBSD, from anonymous via joerg@.xtraeme5-6/+144
- Do not remove share/xine, as it's used by xine-lib too. - There's no need to set BUILDLINK_API_DEPENDS for curl anymore, its buildlink3.mk file takes care of the required version. Bump PKGREVISION.
2007-07-15Update to 0.99.5:xtraeme23-601/+45
After long time, a new xine-ui version is now available. There are fixes for security issues with playlists (upgrade recommended!), fixes for crashes, memleaks and bugs. Functional enhancements and features are added, appearance of non-skinned windows is harmonized (with more space for text), translations are updated.
2007-07-14The package supports installation to DESTDIR.heinz1-1/+3
2007-07-13remove stale dependency on poptdrochner1-2/+1
2007-07-11Enable runtime CPU detection on PowerPC-based platforms, too. This allowstron1-2/+3
using an "mplayer" binary built on a G5 based Mac OS X system on e.g. a G4 based Mac OS X system.
2007-07-09Drop maintainership.xtraeme1-2/+2
2007-07-06reset PKGREVISION for base pkg updatedrochner1-3/+1
2007-07-06update to 0.10.6drochner3-7/+8
changes: -fixes in handling of MPEG streams, Real streams and MP3 -AMR-NB fixes -Other bug-fixes and improvements
2007-07-06update to 0.10.5drochner4-10/+38
changes: -some new plugins -LADSPA plugin improvements -IIR equaliser ported to 0.10 -libsndfile output ported to 0.10 -mpegvideoparse ported to 0.10 and improved -switch element ported to 0.10 -VCD source element ported to 0.10 -AMR-WB support fixes -MIDI renderer plugin based on timidity -qtdemux, wavpack and videocrop plugins moved to the Good module -Many other bug fixes and improvements
2007-07-06update to 0.10.6drochner9-1147/+23
changes: -Much improved RTSP/RTP and V4l2 support -New plugins - audiopanorama, audioinvert, audiodynamic, audioamplify -qtdemux, videocrop and wavpack elements moved from Bad Plugins -Fixes in avi and matroska muxing -Fixes in wavparse, sunaudio, AVI demuxing, ID3 tag handling -gamma element ported to 0.10
2007-07-05Add patch provided by Nathan Arthur in PR 34980 based on a posting bywiz3-2/+17
Glenn Maynard on ffmpeg-devel that should fix the gmplayer compilation problem on NetBSD-3.x.
2007-07-03Update to 1.1.3:wiz3-56/+6
Changes since 1.1.2: xvidcore library * Fixed a potential vulnerability in mbcoding.c reported by Trixter Jack at Secunia (was already in patch-ac)
2007-07-01Added support for installation to DESTDIR. Approved by salo@.heinz3-6/+40
2007-07-01The package supports installation to DESTDIR.heinz3-3/+8
2007-07-01The package supports installation to DESTDIR.heinz1-1/+3
2007-06-30Fix pthread linkage and large fuzz.joerg3-10/+21
2007-06-30Fix partial installation due to missing directories. Bump revision.joerg3-6/+91
2007-06-28Disable assembler code for Interix.obache1-2/+2
Suggested in PR 36571 by John Ruschmeyer.
2007-06-26Correct pathname in patch to make it actually apply.tron2-5/+5
2007-06-26API depends of multimedia/totem/buildlink3.mk allows both totem andjoerg1-2/+2
totem-xine, ABI depends only the former. This creates conflicts when pkg_add picks the latter to fulfill the API depends. Allow both packages for the ABI depends as well and bump the revisions of the two affected packages.
2007-06-26Aims to fix CVE-2007-3329 security vulnerability.lkundrak3-2/+52
2007-06-22Fix for CVE-2007-3316 format-string vulnerabilities backported from 0.8.6c.lkundrak4-3/+37
2007-06-22Fixed the patch for CVE-2007-3316.lkundrak2-8/+6
2007-06-22Fix for CVE-2007-3316 format-string vulnerability described bylkundrak6-3/+88
VideoLAN-SA-0702 upstream advisory. Backported from 0.8.6c.
2007-06-19Fix RCS ID.joerg1-1/+1
2007-06-18Fix linkage with -lintl. In one plugin, disable the -Wl,-z,defs usagejoerg14-1/+268
as it breaks on DragonFly.
2007-06-18Don't --enable-mmx on Darwin/i386, as it doesn't build.schmonz1-2/+4
2007-06-17Use stdlib.h instead of non-standard malloc.h.minskim2-1/+15
2007-06-17Just use mad libraries for audio.wiz1-1/+2
Should fix compilation with ffmpeg installed.
2007-06-15Use EMULSUBDIR in PLIST to not embedded full pathes in the PLIST.joerg2-3/+6
Fixes build on DragonFly. Bump revision.
2007-06-15update to 2.18.2drochner3-8/+7
changes: * Handle the Stop button from keyboards as well * Avoid crashing on exit when LIRC is used * Fix RTSPtext parsing for one-line URLs * Avoid errors on startup when no sound cards are present * Fix the browser plugin with the xine-lib backend * Report version 10.0 in the Complex plugin
2007-06-15update to 1.1.7drochner8-383/+62
changes: -bugfixes, among others for VCD playback -adds support for libdca (formerly libdts) -handle disappearing audio devices (possibly ALSA specific)
2007-06-15update to 1.1.7drochner4-20/+13
changes: -bugfixes, among others for VCD playback -adds support for libdca (formerly libdts) -handle disappearing audio devices (possibly ALSA specific)
2007-06-15Fix libXv for !native case.joerg1-2/+4
2007-06-14Depend on libltdl instead of installing it ourselves.wiz2-4/+4
Bump PKGREVISION.
2007-06-12Update to Gnash 0.8.0. Changes:ghen5-41/+75
Streaming video to YouTube, Lulu.tv, and other sites now works. New FLTK GUI support. A new drawing API has been implemented for MovieClips. An extension mechanism for creating custom ActionScript classes.
2007-06-12pkglint: remove trailing empty line.ghen1-2/+1
2007-06-10Fix pattern for libgnome to actually specify libgnome and not libgnomeui.joerg1-2/+2
No bump as the default ABI version is higher.
2007-06-08Update to 0.10.13:wiz4-16/+81
Changes since 0.10.12: * Many fixes and improvements * RTP and RTCP support improved API additions since 0.10.12: * add gst_tag_freeform_string_to_utf8() * GstRTPBuffer::gst_rtp_buffer_default_clock_rate() * GstBaseAudioSink::slave-method property * add "min-ptime" property to RTP base audio payloader * gst_base_rtp_audio_payload_push() * gst_base_rtp_audio_payload_get_adapter() * GstMixerTrack::untranslated-label property
2007-06-08Update to 0.10.13:wiz5-22/+132
Changes since 0.10.12: * Latency handling infrastructure for live playback scenarios * State change handling changes * GstController property handling improved * Various bug fixes and improvements * Parallel installability with 0.8.x series * Threadsafe design and API API additions since 0.10.12: * gst_element_change_state() * GST_STATE_TARGET * GST_BASE_TRANSFORM_LOCK/UNLOCK * GstClock::gst_clock_unadjust_unlocked() * fakesink::num-buffers property * GST_CORE_ERROR_DISABLED * basesrc::prepare_seek_segment vmethod * gst_buffer_try_new_and_alloc() * gst_buffer_copy_metadata() * GstBufferCopyFlags enum * GST_BUFFER_COPY_ALL flag * gst_uri_protocol_is_supported() * gst_base_src_query_latency() * GstQueue::pushing * gst_controller_suggest_next_sync() * gst_object_suggest_next_sync() * basesrc::unlock_stop * basesink::unlock_stop * GstBin::async-handling property * gst_message_new_async_start() * gst_message_parse_async_start() * gst_message_new_async_done() * GST_MESSAGE_ASYNC_START * GST_MESSAGE_ASYNC_DONE
2007-06-08Regenerate the "distinfo" for the "mplayer" package, too. Bump thetron2-3/+4
package revision again because the patch didn't get applied previously. Problem pointed out by Geert Hendrickx.
2007-06-07This package does only have user-settable options when compiled for i386.rillig1-2/+3
2007-06-07Add patch from the MPlayer SVN repository to fix an overflow in thetron4-5/+37
CDDB code reported in CVE-2007-2948. Bump package revision.
2007-06-05Bump PKGREVISION for opencdk shlib major bump.wiz2-3/+4