summaryrefslogtreecommitdiff
path: root/graphics/mplayer-share/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-09-02 17:46:31 +0000
committerjmmv <jmmv>2003-09-02 17:46:31 +0000
commit7f84c64c78792dac270c0f7d9e60e013b5fe6aef (patch)
tree5eaf48711d74c8f4b786a10a195633f921c59713 /graphics/mplayer-share/Makefile
parent29bca49d35200560c85348e12edea7d86b032069 (diff)
downloadpkgsrc-7f84c64c78792dac270c0f7d9e60e013b5fe6aef.tar.gz
Update to 1.0pre1 (renamed to 1.0rc1 for pkgsrc):
mplayer (1.0) pre1: "Development" on the beach NOTE: the mplayer 'main' branch was forked at the time of 0.90-rc4, so 0.90-rc5 (and later 0.90 releases) changes are independent! (it also means that there are main-only and 0_90-only changes) DOCS: * DOCS/Language/ dirs renamed to DOCS/id, English files moved to DOCS/en * HTML --> XML format conversion (English, Russian and French for now) * new Spanish DOCS translation * man page restructured, options ordered * Finally merged libavc-option.txt into the man page. * slave mode commands moved from the man page to DOCS/tech/ * traditional Chinese help file added * massive help file updates, most languages are up to date now * new and improved Windows port section with Cygwin and MinGW subsections * almost all options documented * fixes and small updates all over the place Big/Structural changes: * linux/ dir renamed to osdep/ * postproc/postproc* files moved to libavcodec * old libmpeg2 replaced with patched version of the 0.3.1 release * docs priority & installation (--language=ab,cd,ef,all and so on) * yuv2rgb conversion removed from most vo drivers (like fbdev, gif89 etc) * -vop option obsoleted by reverse-order -vf, big config layer changes * stream layer "cleanup", -dvd -> dvd:// etc * autosub fuzziness, it tries to load all subs with similar filenames * removed the whole old config reader, leaving only the newer one (no backward compatibilty!) Ports: * HP-UX fixes * Ported to Darwin / Mac OS X (with extra accurate Darwin timers) * Ported to Win32/MinGW (including network, timers, getch etc) * win32 codecs DLL support on Win32/Cygwin (and MinGW too!) * Lots of PPC (including Altivec) optimizations * Some ARM fixes * Alpha fixes (especially non-gcc3 support) * Initial Hitachi SuperH support (SH3/SH4) Codecs/demuxers support: * realaudio win32 DLLs support * various realaudio/realvideo fixes, including WxH bugs, Sipr etc * various realmedia a-v sync fixes * realaudio v4 demuxer * realaudio 14_4 and 28_8 codecs support (both binary DLLs and native code) * realmedia rtsp:// support (independent from the live.com rtsp stuff!) * Matroska demuxer * demuxer: enabling mpeg4-es autodetection, h264-es support * .wav extradata parsing (for truespeech, atrac3 etc) * MPEG-TS (Transport Stream) and TIVO demuxers * DVB (Digital Video Broadcasting) input driver * hwac3: DTS passthru support * new filters: down3dright, detc, telecine, tfields, ilpack, ivtc, dsize, tinterlace, pullup (mmx optimized!), framestep, tile * vf layer: slices support (crop, expand, swscale only) * vf scale aspect fixes * swscaler: cleanup & API change, yv12 -> yuy2 in alpha asm, -fPIC compileable * swscaler: brightness/cont/sat. and different YUV matrices support * NUV encoding * SGI image files decoding (-mf) * Theora video (using libtheora/libogg) support * DivX.com 5.0.5 libs support * support for latest XviD en/decoder features * decoder for Hauppauge PVR 250/350 MB-YUV format (fourcc HM12) * support for Vanguard's win32 h264 etc codecs * Video for Linux 1: various bugfixes, video eq support * Video for Linux 2 support * TV support: kick-ass image format handling * mp3lib: moved the assembly sources into gcc inline assembly (c) * mp3lib: sync with mpg123 0.59s-pre * mp3lib: final layer-1 support * mp3lib: skip trashed first mp3 frame, fixes lot of buggy/misdetected files * imported a working FAAD version * 8BPS (Planar RGB) support * working DVD (libmpdvdkit) support for Cygwin/MinGW FFmpeg/libavcodec: * libavcodec: static,const,compiler warning cleanup, UINTX -> uintx_t * old HuffYUV v1 support * PAL 4:1:1 SMPTE 314M DV streams support, NTSC DV last MB column fix * fixing padding bug autodetection for some rare files * DspContext.(i)dct_* bitexact cleanup * user settable quantizer bias * MPEG1 slice encoding support * MSMPEG4 2-pass support * H264 video decoding * Indeo 3 video decoding * VP3 video decoder (buggy somtimes) * Sorenson 3 (SVQ3) video decoder (it's actually a h264 variant) * 3IV1 (3ivx v1) decoding * ASV1 (ASUS Video v1) and ASV2 (ASUS Video v2) en/decoding * Improved SVQ1 decoding (using FFmpeg VLC functions) * truncated unary binarization, unary k-th order exp golomb binarization :) * FFV1: lossless YUV codec, compresses a lot better than huffyuv, but slower * lossless MJPEG en/decoding, pegasus "pseudo yuv" (=RCT) decoding * ATI VCR1 and VCR2 decoding * full featured SH4 optimizations * ARM optimized simple_idct * MPEG2 encoding * PSX MDEC decoder * user settable quantization matrices Drivers: * x11_common: fix detection of metacity * x11_common: 10l fix in original layer detection code * x11_common: extended fstype config options * x11_common: smooth window moving * tdfx_vid driver (3dfx cards overlay with AGP support) * vo_xover: general x11 overlay driver, currently only tdfx_vid uses it * mga_vid: various fixes, 16MB G400 detection, support for multiple cards * new svgalib vo driver * vo_directfb2: triple buffering support, configuration sys changed, fixes * OpenGL driver cleanups/fixes (both vo_gl and vo_gl2) * vo_fbdev cleanup/partial rewrite, now with real direct rendering * vo_xvmc: new driver featuring XvMC (HW MC/IDCT) acceleration * new TGA output driver * new vo_fbdev2 (written from scratch) Others: * gcc can now detect badly called mp_msg()s * a lot of config/cmdline parsing fixes (some of them were at least 100000l bugs) * configure: enable VIDIX for PPC * configure: full featured PPC optimizations and rewritten architecture handling * spudec.c: Fix "invalid fragment" handling, Improved subtitle queueing * network streaming layer: IPv6 support * FTP support * playtree parsing speedup :) * various URL parsing fixes * crashing on broken config files finally fixed! * GUI: PPC (reverse byteorder) fixes * GUI: revert to 'default' skin if configured skin failed * TOOLS/plotpsnr.pl: PSNR plotting tool using gnuplot * DOCS/tech/mpcf.txt: MPCF/NUT draft/specification * TVout/matroxtv: various improvements * spelling/grammar fixes in numerous files
Diffstat (limited to 'graphics/mplayer-share/Makefile')
-rw-r--r--graphics/mplayer-share/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/mplayer-share/Makefile b/graphics/mplayer-share/Makefile
index d6074512ec9..a20d9ec9618 100644
--- a/graphics/mplayer-share/Makefile
+++ b/graphics/mplayer-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/08/31 00:25:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2003/09/02 17:46:31 jmmv Exp $
.include "Makefile.common"
@@ -24,19 +24,21 @@ DISTFILES+= ${MP_FONTS}
.include "../../mk/bsd.prefs.mk"
do-install:
- ${INSTALL_MAN} ${WRKSRC}/DOCS/mplayer.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/DOCS/en/mplayer.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer/DOCS
${INSTALL_DATA_DIR} ${PREFIX}/share/mplayer/fonts
${INSTALL_DATA} ${WRKSRC}/etc/codecs.conf ${PREFIX}/share/mplayer
${INSTALL_DATA} ${WRKSRC}/etc/input.conf ${PREFIX}/share/mplayer
- ${CP} -R ${WRKSRC}/DOCS ${PREFIX}/share/mplayer
+ (cd ${WRKSRC}/DOCS && \
+ ${PAX} -rwpppm * ${PREFIX}/share/mplayer/DOCS); \
${FIND} ${PREFIX}/share/mplayer/DOCS -type d -exec ${CHMOD} \
${PKGDIRMODE} \{\} \;
${FIND} ${PREFIX}/share/mplayer/DOCS -type f -exec ${CHMOD} \
${SHAREMODE} \{\} \;
for D in ${FONT_DIRS}; do \
(cd ${WRKDIR}/$$D && \
- ${PAX} -rw * ${PREFIX}/share/mplayer/fonts); \
+ ${PAX} -rwpppm * ${PREFIX}/share/mplayer/fonts); \
done
${LN} -s ${PREFIX}/share/mplayer/fonts/font-arial-18-iso-8859-1 \
${PREFIX}/share/mplayer/font