Up to [cvs.netbsd.org] / pkgsrc / multimedia / mplayer-share
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.44 / (download) - annotate - [select for diffs], Wed Mar 9 16:34:02 2011 UTC (14 months, 2 weeks ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
HEAD
Changes since 1.43: +2 -2
lines
Diff to previous 1.43 (colored)
libungif/buildlink3.mk -> mk/giflib.buildlink3.mk
Revision 1.43 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:51 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.42: +2 -2
lines
Diff to previous 1.42 (colored)
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.42 / (download) - annotate - [select for diffs], Fri Dec 17 19:05:35 2010 UTC (17 months, 1 week ago) by shattered
Branch: MAIN
Changes since 1.41: +7 -2
lines
Diff to previous 1.41 (colored)
PR/37694: add optional support for libcaca. Tested on 4.0/i386.
Revision 1.41 / (download) - annotate - [select for diffs], Thu Sep 16 18:56:12 2010 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.40: +19 -5
lines
Diff to previous 1.40 (colored)
Update to 20100913, provided by Aleksey Cheusov via wip. One year of changes. Ok ahoka@
Revision 1.40 / (download) - annotate - [select for diffs], Wed Sep 1 20:55:56 2010 UTC (20 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.39: +13 -2
lines
Diff to previous 1.39 (colored)
Add vdpau option, on the platforms where it is supported. From Aleksey Cheusov in PR 43658.
Revision 1.39 / (download) - annotate - [select for diffs], Wed Nov 4 16:00:54 2009 UTC (2 years, 6 months ago) by pooka
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.38: +2 -3
lines
Diff to previous 1.38 (colored)
fix option names
Revision 1.38 / (download) - annotate - [select for diffs], Tue Oct 20 09:53:28 2009 UTC (2 years, 7 months ago) by tnn
Branch: MAIN
Changes since 1.37: +5 -2
lines
Diff to previous 1.37 (colored)
Fix build with dts option: # The configure handling for --enable-libdca is broken. # However, it works if you omit the argument and let # configure autodetect support.
Revision 1.37 / (download) - annotate - [select for diffs], Sun Oct 18 22:22:10 2009 UTC (2 years, 7 months ago) by ahoka
Branch: MAIN
Changes since 1.36: +4 -5
lines
Diff to previous 1.36 (colored)
Upgrade to the SVN snapshot as of 2009-10-17. The builtin libavcodec now uses yasm to assemble hand written h264 code. The older x264 we currently have in pkgsrc is not supported by mplayer, so I had to do some hand tweaking to make it work. It may contain bugs because of this, so report any fallouts with h264.
Revision 1.36 / (download) - annotate - [select for diffs], Mon May 11 08:24:58 2009 UTC (3 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.35: +3 -3
lines
Diff to previous 1.35 (colored)
Allow faad options for mencoder as well. From Hiroyuki Bessho in PR 41403.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Jan 3 15:18:18 2009 UTC (3 years, 4 months ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.34: +2 -1
lines
Diff to previous 1.34 (colored)
Unbreak build with pulseaudio support (configure check failed because of missing glib2 dependency).
Revision 1.34 / (download) - annotate - [select for diffs], Sat Dec 20 00:43:47 2008 UTC (3 years, 5 months ago) by jmcneill
Branch: MAIN
Changes since 1.33: +10 -3
lines
Diff to previous 1.33 (colored)
Backport PulseAudio driver from MPlayer SVN.
Revision 1.33 / (download) - annotate - [select for diffs], Tue Sep 9 01:11:53 2008 UTC (3 years, 8 months ago) by jmcneill
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.32: +12 -1
lines
Diff to previous 1.32 (colored)
Enable tv-v4l2 support on NetBSD.
Revision 1.32 / (download) - annotate - [select for diffs], Thu Aug 21 11:37:53 2008 UTC (3 years, 9 months ago) by abs
Branch: MAIN
Changes since 1.31: +7 -2
lines
Diff to previous 1.31 (colored)
Add faac option (disabled by default
Revision 1.31 / (download) - annotate - [select for diffs], Tue Mar 25 15:35:36 2008 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper
Changes since 1.30: +1 -2
lines
Diff to previous 1.30 (colored)
--enable-x264 confuses the configure script, it's better to avoid it and let it find out for itself. Fixes mencoder build. Reported and fixed by David Sainty.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Mar 24 23:44:19 2008 UTC (4 years, 2 months ago) by tnn
Branch: MAIN
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
If using the mplayer-ssse3 option, then include override-as.mk from binutils.
Revision 1.29 / (download) - annotate - [select for diffs], Sun Mar 16 21:22:45 2008 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.28: +2 -1
lines
Diff to previous 1.28 (colored)
Add x264-devel include, seems to be needed after all.
Revision 1.28 / (download) - annotate - [select for diffs], Sun Mar 16 11:56:49 2008 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.27: +9 -3
lines
Diff to previous 1.27 (colored)
Add x264 option and default it to on (since it occurs no additional dependencies). Bump PKGREVISION.
Revision 1.27 / (download) - annotate - [select for diffs], Sun Feb 24 22:24:34 2008 UTC (4 years, 3 months ago) by jdc
Branch: MAIN
Changes since 1.26: +6 -2
lines
Diff to previous 1.26 (colored)
`xvid' also works on sparc64. Rearrange the options to account for this.
Revision 1.26 / (download) - annotate - [select for diffs], Wed Feb 13 00:55:55 2008 UTC (4 years, 3 months ago) by rillig
Branch: MAIN
Changes since 1.25: +6 -2
lines
Diff to previous 1.25 (colored)
Added "debug" option.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Dec 27 13:19:40 2007 UTC (4 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.24: +15 -4
lines
Diff to previous 1.24 (colored)
Add vidix option, only for Linux. Fixes build on NetBSD/amd64.
Revision 1.24 / (download) - annotate - [select for diffs], Fri Dec 21 17:41:12 2007 UTC (4 years, 5 months ago) by drochner
Branch: MAIN
Changes since 1.23: +11 -1
lines
Diff to previous 1.23 (colored)
disable ssse3 in the standard case, this makes the pkg build on NetBSD because ssse3 needs a newer assembler than we have, add an option to enable it, which pulls in devel/binutils to get a recent assembler
Revision 1.23 / (download) - annotate - [select for diffs], Fri Dec 21 11:31:14 2007 UTC (4 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.22: +21 -7
lines
Diff to previous 1.22 (colored)
Update "mplayer", "mplayer-share", "mencoder" and "gmplayer" packages to version 1.0rc2 (as 1.0rc10). Changes since version 1.0rc1 (known as 1.0rc9 in "pkgsrc"): - A lot of new audio and video decoders and other improvements - A large number of bug fixes - Updated documentation - Support for Mac OS X Intel Approved by Thomas Klausner (because it fixes the Darwin-i386 build).
Revision 1.22 / (download) - annotate - [select for diffs], Thu Sep 6 18:31:00 2007 UTC (4 years, 8 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
If the *mplayer* packages are going to default to setting cflags to target a pentium pro if mplayer-runtime-cpudetection is enabled then at least put it under an option so it can be turned off: mplayer-default-cflags For example, all of my machines are p3 or better, so I prefer to use "-march=pentium3 -mfpmath=sse -msse2", but I still want mplayer-runtime-cpudetection to handle amd64 / Intel core at runtime.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jul 11 20:39:38 2007 UTC (4 years, 10 months ago) by tron
Branch: MAIN
Changes since 1.20: +3 -2
lines
Diff to previous 1.20 (colored)
Enable runtime CPU detection on PowerPC-based platforms, too. This allows using an "mplayer" binary built on a G5 based Mac OS X system on e.g. a G4 based Mac OS X system.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Dec 27 21:14:12 2006 UTC (5 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.19: +1 -2
lines
Diff to previous 1.19 (colored)
Remove the external vorbis dependency as the internal implementation based on tremor is used by default. In the long term, it might end up replaced with the ffmpeg version as well. Noticed in PR 31587. Bump revision.
Revision 1.19 / (download) - annotate - [select for diffs], Tue Oct 31 22:33:28 2006 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.18: +8 -9
lines
Diff to previous 1.18 (colored)
Update mplayer-share, mplayer, mencoder, and gmplayer to 1.0rc9 (which
is upstream 1.0rc1, but we already used rc for the previous versions).
With valuable help from drochner, thanks!
ChangeLog:
MPlayer 1.0rc1: "Codename intentionally left blank"
DOCS:
* German documentation translation finished
* Russian documentation translation synced and almost finished
Drivers:
* IVTV hardware MPEG audio/video decoder output
* ALSA audio output: AC3 passthrough now works even when the device name of the digital output port has been set by the user
* bicubic OpenGL scaling works with ATI cards
* md5sum switched to the libavutil MD5 implementation
* support for libcaca 1.0 via compatibility layer
Decoders:
* liba52 updated to 0.7.4 (slightly faster)
* SSE optimizations for mp3lib
* removed support for obsolete and non-free divx4 libraries
Demuxers:
* audio stream switching in MPEG-TS/PS, Matroska and streams supported by libavformat
* audio stream switching between streams with different codecs
* libavformat demuxer now honors -alang
* chapter seeking in Matroska files
* fixed seeking to absolute and percent position for libavformat demuxer
* NUT demuxer using libnut
* Matroska SimpleBlock support
Inputs:
* split of stream layer from libmpdemux to new stream library
* PVR input for hardware MPEG encoder based cards, such as Hauppauge WinTV PVR-150/250/350/500 AKA IVTV but also pvrusb2 and cx88 (requires Linux >= 2.6.18 kernel, featuring native V4L2 MPEG API)
* native RTSP input (handles MPEG-TS over RTP) for generic RTSP servers
* support for seeking to chapters in dvd:// and dvdnav:// streams
* radio support (radio://)
FFmpeg/libavcodec:
* VC-1/WMV3/WMV9 video decoder
* Vorbis decoding speedup, now default Vorbis decoder
* VMware Video decoder
* On2 VP50 and VP62 decoder
* lossless audio decoders: WavPack, TTA, Shorten
* CAVS decoder
* GXF muxer/demuxer
* MXF demuxer
* much improved FLAC encoder
* more H.264 decoding speed improvements, plus support for -lavdopts fast
* Theora decoder fixes
* preliminary Vorbis encoder
* MTV demuxer
GUI:
* Windows version added
* drag-and-drop ignored last file
* save and load cache setting correctly
* working audio stream selection for Ogg and Matroska files
* executable names like gmplayer_old etc. will now start GUI as well
* -gui/-nogui options
* xinerama fixes, now behaves similar to MPlayer without GUI
Filters:
* MMX-optimizations for -vf yadif
* MMX-optimizations for -vf zrmjpeg
MEncoder:
* support of x264 encoding via libavcodec
* rewrite -x264encopts option parser to use the 264 option parser; likely breaks 3rd party tools as the syntax of some options has changed
* removed support for obsolete and non-free divx4 libraries
Ports:
* partial Intel Mac support, --disable-win32 --disable-mp3lib is needed
* OpenGL can now create windows > screen size under Windows
* allow filenames starting with \\ for remote paths on Windows
Others:
* SSA/ASS subtitle renderer
* -endpos option for MPlayer
* -correct-pts option
* UTF-8 used for OSD and subtitles, some bitmap fonts will no longer work correctly and -subcp must be set for all non-UTF-8 subtitles
* more audio-truncation fixes
* libavutil mandatory for MPlayer compilation
* more intuitive -edlout behaviour
* -nortc is now default since -rtc has disadvantages with recent kernels
Revision 1.18 / (download) - annotate - [select for diffs], Fri Oct 13 20:13:14 2006 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.17: +5 -3
lines
Diff to previous 1.17 (colored)
Only support mplayer-win32 on i386 (for now). The codecs package is restricted to i386. From rudolf on pkgsrc-users.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Oct 3 14:47:40 2006 UTC (5 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.16: +8 -4
lines
Diff to previous 1.16 (colored)
Don't offer the "oss" option on platforms which don't support OSS. This fixes the build under Mac OS X. Sounds playback works fine via the "macosx" audio driver on this platform.
Revision 1.16 / (download) - annotate - [select for diffs], Fri Aug 4 20:48:25 2006 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Allow xvid option on x86_64, too. Suggested by Eye of the Beholder on pkgsrc-users.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Mar 9 21:04:45 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk. Remove deprecated ossaudio.buildlink3.mk.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Dec 11 09:40:46 2005 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Convert aalib to options framework, adding an 'x11' option, and remove aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 9 17:54:25 2005 UTC (6 years, 5 months ago) by salo
Branch: MAIN
Changes since 1.12: +9 -2
lines
Diff to previous 1.12 (colored)
Add DTS support via libdca, not enabled by default.
Revision 1.12 / (download) - annotate - [select for diffs], Sat Nov 26 01:31:50 2005 UTC (6 years, 6 months ago) by ben
Branch: MAIN
Changes since 1.11: +13 -6
lines
Diff to previous 1.11 (colored)
Add mplayer-internal-faad option to use mplayer's internal faad library. The default is to depend on an external faad library, so bump PKGREVISION.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 24 03:59:12 2005 UTC (6 years, 6 months ago) by ben
Branch: MAIN
Changes since 1.10: +11 -3
lines
Diff to previous 1.10 (colored)
Add mplayer option for faad2, which uses faad2 from pkgsrc.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 11 06:47:35 2005 UTC (6 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
Reverted the last change. Added a comment to why that changed had broken things.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Nov 5 17:21:01 2005 UTC (6 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Replaced an overly complex expression with the roughly equivalent
${PKGBASE}.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 5 13:29:50 2005 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.7: +1 -19
lines
Diff to previous 1.7 (colored)
Remove some more *LEGACY* settings that are over a month old and thus were before 2005Q3.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 21 15:20:47 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.6: +10 -3
lines
Diff to previous 1.6 (colored)
Add ggi option for mplayer, from Christoph Egger in private mail.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 21 14:24:48 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.5: +1 -4
lines
Diff to previous 1.5 (colored)
Fix compilation with aalib option.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jul 18 12:07:33 2005 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.4: +10 -3
lines
Diff to previous 1.4 (colored)
Add an aalib option to mplayer. Patch from Leonard Schmidt on tech-pkg.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 8 16:18:44 2005 UTC (6 years, 11 months ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
Legacy option settings belong to PKG_LEGACY_OPTIONS, not PKG_SUGGESTED_OPTIONS. Store warnings in PKG_OPTIONS_DEPRECATED_WARNINGS.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 2 16:08:31 2005 UTC (6 years, 11 months ago) by dillo
Branch: MAIN
Changes since 1.2: +9 -12
lines
Diff to previous 1.2 (colored)
- only include supported options in PKG_SUGGESTED_OPTIONS - don't include deprecated variables in BUILD_DEF - no need to .undef .for loop variables
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 1 20:31:38 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Check that PKGNAME is defined before using it.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 1 18:45:46 2005 UTC (6 years, 11 months ago) by jmmv
Branch: MAIN
Convert the mplayer* and mencoder* packages to the options framework. This means that the MPLAYER_ENABLE_RUNTIME_CPU_DETECTION, MPLAYER_DISABLE_DRIVERS and MPLAYER_USE_MEDIALIB become deprecated (although still recognized). Visible changes in the resulting binary packages should be minimum by default (everything that was enabled before still is, and the same dependencies are kept). A notable addition, though, is the support for user-defined menus, closing PR pkg/29784. Also note that (almost) all dependencies have now a corresponding option to disable them in case you want to get a minimalist mplayer package. 'make show-options' is your friend ;) With thanks to wiz@ and dillo@ for their comments and help.