summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm related logic.joerg1-4/+1
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg8-18/+11
2009-06-14Add --enable-memalign-hack for NetBSD 4.0 and earlier.ahoka1-1/+7
2009-06-14Remove @dirrm entries from PLISTsjoerg83-939/+83
2009-06-14Switch to a more portable endiannes check in the configure script.ahoka2-5/+22
Fixes build on NetBSD 4.0 and possibly many more platforms.
2009-06-14Make it build on DragonFly. Fix distinfo - there is no patch-aa.hasso2-2/+15
2009-06-12Add a missing file from the previous commit.ahoka1-0/+50
Thanks David!
2009-06-12Bump for ffmpeg update.ahoka12-21/+24
2009-06-12Update the buildlink file as well.ahoka1-7/+3
2009-06-12Import ffplay-20090611 as multimedia/ffplay.ahoka4-0/+53
This is used to live as an option for multimedia/ffmpeg. FFmpeg is the first complete and free Internet Live Audio and Video Broadcasting solution. FFMpeg aims at being the command line tool to handle audio and video. It is a "three-in-one" solution. FFmpeg includes a soft VCR capable of encoding in many different formats simultaneously, a streaming server for Netcasting multimedia and is available under the GNU General Public License. FFmpeg generates streaming files, in many popular formats simultaneously, faster than any other solution.
2009-06-12Update to nightly the snapshot as of 2009-06-11.ahoka13-350/+73
Also modularize a bit, so we can have a separate ffplay package. Too many changes to list them.
2009-06-12Update to 1.5.3:ahoka3-7/+11
version 1.5.3 (June 07, 2009) * Memory alignment fix causing segmentation fault in ffmpeg with altivec enabled version 1.5.2 (May 24, 2009) * Fixed soname version version 1.5.1 (May 11, 2009) * Optional compilation of jpeg and png support * Fixed ffmpeg CFLAGS issue (causing compilation errors on Fedora) * Fixed build error against latest ffmpeg (verified against ffmpeg revision 18769) * Fixed missing include files for library usage (thanks to gustavo.boiko) Version 1.5.0 (March 10, 2009) * Aspect ratio bug fix (Thanks to S. Eguchi) * Support input files from stdin (will ignore seek time) * Fixed build error against latest ffmpeg (verified against ffmpeg release 0.5) Version 1.4.0 (Januari 4, 2009) * Filter support added that allows library users to implement filters that will be applied to the frame data * Fixed compilation error with gcc 4.4
2009-06-11Require stable version and make it a normal dependency, shared librariesjoerg1-3/+2
are present now.
2009-06-11Update to Dirac 1.0.2. This dramatically improves the performance of thejoerg4-43/+45
codec and updates to the latest (stable) Bytestream Specification.
2009-06-07Fix a build with cmake 2.6.4. The patch is borrowed from Gentoo bugzilla:hasso2-1/+42
http://bugs.gentoo.org/show_bug.cgi?id=268618
2009-06-05Add comment explaining origin and reason of patch.wiz2-3/+5
2009-06-05add a security patch from upstream CVS:drochner2-1/+54
A malformed (or simply huge) PNG file can lead to integer overflow in calculating the size of the output buffer, leading to crashes or buffer overflows later. Fixes SA35205 security advisory. bump PKGREVISION of affected plugin
2009-06-03Fix PLIST for arts option. Reported by Marko Schuetz in PR 41520.wiz1-1/+2
2009-06-03add a patch from upstream git to fix build error on ppc reporteddrochner2-1/+24
by Erik Bertelsen
2009-06-02Don't force PentiumPro instructions to be used for GCC 4, just schedulejoerg1-2/+2
for it as the code originally intended.
2009-06-02update to 1.2.2drochner3-17/+16
changes: -Workaround for nasm bug with Mach-O/OSX target -Fix for missing resync marker range check -Improved precision for RGB<->YUV conversions -Fix for potential RGB24 access violation -Updated compiler options for Apple PPC target
2009-05-30Update to 0.9.9a. Although said to have a fixes only for Mac OS X, it alsohasso2-6/+6
fixes a build with fresh multimedia/x264-devel. Changes between 0.9.9 and 0.9.9a: --------------------------------- Mac OS X: * Updated multiple 3rd party libraries to keep in sync with the Win32 port * Playback fixes for PowerPC-based Macs
2009-05-26Fix a patch to be MAKE_JOBS_SAFE=yes.obache3-19/+32
Reported by PR 41491.
2009-05-26Mark as not make-jobs safe.wiz1-1/+2
From Ryo HAYASAKA in PR 41491.
2009-05-26Need gst>=0.10.22.1.obache1-3/+3
2009-05-26Need gst>=0.10.23obache1-3/+3
2009-05-25update to the 20090326 snapshot. This is not absolutely new, but theredrochner14-201/+90
was a period of relative quietness in x264 development, and I've been testing this snapshot for some weeks (on i386). There are too many changes to list here.
2009-05-25propagate dependency on libgnomeui since it is required by .la filesdrochner1-1/+2
2009-05-25update to 0.10.23drochner5-103/+14
changes: New navigation API to support DVD playback playbin2 improvements RTSP extensions to allow extra headers and options Replace audioresampler with speexresample based code Support interlacing flags in the gstvideo library Support new RIFF formats Improve typefinding Support more frame formats in videoscale Many other bug-fixes and improvements
2009-05-25update to 0.10.23drochner4-13/+14
changes: Support files > 4GB on Windows Controller interpolation fixes Add timer support to GstPoll and use it for clocking Attempt to typefind contents from the file extension if all else fails GStreamer revision control switched to Git Many other bug fixes and improvements
2009-05-25sync w/ base pkg updatedrochner1-1/+2
2009-05-25update to 0.10.15drochner4-9/+15
changes: Some fixes for seeking in wav and FLAC files Faster seeking in Matroska and AVI files RTSP and RTP improvements directdrawsink moved to Bad y4menc and flvmux/flvdemux moved from Bad deinterlace2 moved from Bad, replacing deinterlace Many bug fixes and improvements Pulseaudio sink completely overhauled
2009-05-25update to 0.10.12drochner4-20/+10
changes: Presets support in several elements Support ITV HD MPEG-TS streams New element: flvmux New element: osxvideosrc Fixes in RTP elements camerabin fixes Improved QT/mp4 muxing xdgmime based content type guessing deinterlace2 moved to the Good plugins (replacing deinterlace) Support for MXF muxing, and improved MXF demuxing Greatly improved DVD playback DirectDraw element moved back from Good plugins Many other bug fixes and improvements pkgsrc change: explicitely disable build of libgstreal, should fix PR pkg/41476 by "U.F.B.". If needed, this should be put into its own plugin which would be ONLY_FOR i386/amd64. (Actually, there seem to be realplayer codecs also for alpha and ppc, so in theory these could also be supported.)
2009-05-21remove not working mirror.zafer1-3/+2
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz6-10/+12
major change. Reported by Robert Elz in PR 41345.
2009-05-20Tag as gnu-gpl-v2 and add a comment that it has an additional exceptionwiz1-2/+2
clause. Per discussion on tech-pkg.
2009-05-19Add URL for upstream bug report.wiz2-3/+5
2009-05-19Remove unneeded patch. Add comment to another one.wiz3-15/+5
2009-05-19Update to 2.26.2. Don't set LICENSE yet, it's GPL2 with an exception clause.wiz3-7/+10
2.26.2: * Add support for autohref, makes trailers on the Apple website work again * Add the cache subtitles directory to the subtitle file selection dialogue's shortcuts * Fix failure to save downloaded subtitles * Fix resolve_uri returning an empty URI when trying to resolve with a base at the root of a webserver
2009-05-19Fix destdir installation.wiz1-3/+6
2009-05-19Update to 2.26.2:wiz2-6/+6
2.26.2: - Fix relative paths resolution for a number of playlist types - Implement support for non-unicode encodings in the XML parser - Fix parsing of iTunes podcasts for recent Apple changes - Fix incorrect parsing of non-metalink QuickTime files
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz6-26/+24
block). Uncomment some commented out LICENSE lines while here.
2009-05-19+PKG_DESTDIR_SUPPORTabs1-1/+3
2009-05-11Allow faad options for mencoder as well.wiz1-3/+3
From Hiroyuki Bessho in PR 41403.
2009-05-08define LICENSE=gnu-lgpl-v2.1obache1-1/+3
2009-05-03update apparently missed patch-ac checksum in last updateabs1-2/+2
2009-05-02Add PREV_PKGPATH and/or SUPERSEDES for various packages thatreed3-3/+9
were moved or renamed. This was for some from 2008 and 2009 and one from 2001. Also I noticed that a CHANGES entry was wrong as said "Renamed" when should have said "Moved" (lua-OSBF) because PKGBASE stayed the same.
2009-04-28Make it build on DragonFly.hasso7-26/+44
2009-04-25Adjust CHECK_WRKREF_SKIP entry to match current version of libvlccore.sotnn1-2/+2
2009-04-25Update to vlc-0.9.9.tnn4-32/+28
While here, fix some pkglint warnings and enable DESTDIR support. Changes between 0.9.8a and 0.9.9: --------------------------------- Decoders: * Experimental new decoder for Real Video 3.0 & 4.0 Demuxers: * Various fixes related to real demuxer Mac OS X Interface: * Fixed circumstances, which could lead to an empty Information panel - Note that VLC will show information on the currently _selected_ item instead of the currently _playing_ item, if the playlist is visible in the main controller window. * Fixed multiple UTF8 issues in the Streaming / Exporting Wizard Mac OS X Port: * Improved video playback performance on Intel-based Macs New Localizations: * Indonesian * Bengali * Updates of other localizations Various bugfixes: * Support for receiving RTP packets on odd port numbers. * Lots of small bugfixes. * Correct Fullscreen behaviour on Multi-Screen setups on Windows * Telnet fixes on Windows * Resampling fixes when transcoding