From 2256170ec8cab918ed55707b4be18d8710132584 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 16 Apr 2018 23:58:27 +0300 Subject: [PATCH] mplayer:rebuild --- multimedia/video/mplayer/actions.py | 4 +- multimedia/video/mplayer/mplayer/actions.py | 65 ---- .../mplayer/mplayer/files/bash_completion | 340 ------------------ .../mplayer/mplayer/files/cdio-includes.patch | 43 --- .../video/mplayer/mplayer/files/extensions | 76 ---- .../mplayer/files/hwaccel-vaapi/readme | 2 - .../video/mplayer/mplayer/files/input.conf | 178 --------- .../video/mplayer/mplayer/files/mencoder.conf | 316 ---------------- .../video/mplayer/mplayer/files/menu.conf | 167 --------- .../video/mplayer/mplayer/files/midentify | 14 - .../video/mplayer/mplayer/files/mplayer.conf | 278 -------------- .../mplayer/mplayer/files/mplayer.desktop | 20 -- .../video/mplayer/mplayer/files/mplayer.png | Bin 10245 -> 0 bytes .../video/mplayer/mplayer/files/test-webcam | 54 --- .../mplayer/mplayer/files/tr-locale-fix.patch | 65 ---- multimedia/video/mplayer/mplayer/pspec.xml | 228 ------------ .../video/mplayer/mplayer/translations.xml | 14 - multimedia/video/mplayer/pspec.xml | 4 +- 18 files changed, 4 insertions(+), 1864 deletions(-) mode change 100644 => 100755 multimedia/video/mplayer/actions.py delete mode 100644 multimedia/video/mplayer/mplayer/actions.py delete mode 100644 multimedia/video/mplayer/mplayer/files/bash_completion delete mode 100644 multimedia/video/mplayer/mplayer/files/cdio-includes.patch delete mode 100644 multimedia/video/mplayer/mplayer/files/extensions delete mode 100644 multimedia/video/mplayer/mplayer/files/hwaccel-vaapi/readme delete mode 100644 multimedia/video/mplayer/mplayer/files/input.conf delete mode 100644 multimedia/video/mplayer/mplayer/files/mencoder.conf delete mode 100644 multimedia/video/mplayer/mplayer/files/menu.conf delete mode 100644 multimedia/video/mplayer/mplayer/files/midentify delete mode 100644 multimedia/video/mplayer/mplayer/files/mplayer.conf delete mode 100644 multimedia/video/mplayer/mplayer/files/mplayer.desktop delete mode 100644 multimedia/video/mplayer/mplayer/files/mplayer.png delete mode 100644 multimedia/video/mplayer/mplayer/files/test-webcam delete mode 100644 multimedia/video/mplayer/mplayer/files/tr-locale-fix.patch delete mode 100644 multimedia/video/mplayer/mplayer/pspec.xml delete mode 100644 multimedia/video/mplayer/mplayer/translations.xml mode change 100644 => 100755 multimedia/video/mplayer/pspec.xml diff --git a/multimedia/video/mplayer/actions.py b/multimedia/video/mplayer/actions.py old mode 100644 new mode 100755 index e9a08baf62..925d161814 --- a/multimedia/video/mplayer/actions.py +++ b/multimedia/video/mplayer/actions.py @@ -35,8 +35,8 @@ def install(): MANDIR=%(D)s/usr/share/man" % {"D": get.installDIR()}) # set the default skin for gui - shelltools.copytree("/var/pisi/mplayer2-1.3.0-1/work/mplayer-1.2_pre37124/default_skin", "%s/usr/share/mplayer/skins/default" % get.installDIR()) - + shelltools.copytree("mplayer-1.2_pre37124/default_skin", "%s/usr/share/mplayer/skins/default" % get.installDIR()) + # codecs conf, not something user will interact with pisitools.insinto("/usr/share/mplayer", "etc/codecs.conf") diff --git a/multimedia/video/mplayer/mplayer/actions.py b/multimedia/video/mplayer/mplayer/actions.py deleted file mode 100644 index a9deecf9d0..0000000000 --- a/multimedia/video/mplayer/mplayer/actions.py +++ /dev/null @@ -1,65 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import get -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import pythonmodules - -pisitools.flags.sub("-O[\ds]+", "-O3") - -def setup(): - autotools.rawConfigure('\ - --prefix=/usr \ - --confdir=/usr/share/mplayer \ - --enable-dynamic-plugins \ - --enable-menu \ - --datadir=/usr/share/mplayer \ - --charset=UTF-8 \ - --language=en \ - --enable-gui') - #autotools.configure() - - # stuff that fail hede=yes check, but working with hede=auto - # do not use: autodetect is fine --enable-cdparanoia and --enable-libcdio - # --enable-directfb \ - # - # not ready - # --enable-live \ - # - # Maybe used - # --disable-ffmpeg_so \ - -def build(): - autotools.make() - -def install(): - autotools.install("prefix=%(D)s/usr \ - BINDIR=%(D)s/usr/bin \ - LIBDIR=%(D)s/usr/lib \ - CONFDIR=%(D)s/usr/share/mplayer \ - DATADIR=%(D)s/usr/share/mplayer \ - MANDIR=%(D)s/usr/share/man" % {"D": get.installDIR()}) - - # set the default skin for gui - shelltools.copytree("/var/pisi/mplayer2-1.3.0-1/work/mplayer-1.2_pre37124/default_skin", "%s/usr/share/mplayer/skins/default" % get.installDIR()) - - # codecs conf, not something user will interact with - pisitools.insinto("/usr/share/mplayer", "etc/codecs.conf") - - # example dvb conf - pisitools.insinto("/usr/share/mplayer", "etc/dvb-menu.conf") - - # just for fast access to conf - pisitools.dosym("/etc/mplayer.conf", "/usr/share/mplayer/mplayer.conf") - pisitools.dosym("/etc/mencoder.conf", "/usr/share/mplayer/mencoder.conf") - - # install docs, tools, examples - pisitools.dodoc("AUTHORS", "Changelog", "README", "LICENSE") - pisitools.insinto("/%s/%s/" % (get.docDIR(), get.srcNAME()), "TOOLS") - pisitools.insinto("/%s/%s/" % (get.docDIR(), get.srcNAME()), "DOCS/tech") - pythonmodules.fixCompiledPy("/usr/share/doc") diff --git a/multimedia/video/mplayer/mplayer/files/bash_completion b/multimedia/video/mplayer/mplayer/files/bash_completion deleted file mode 100644 index 8c49069188..0000000000 --- a/multimedia/video/mplayer/mplayer/files/bash_completion +++ /dev/null @@ -1,340 +0,0 @@ -#-*- mode: shell-script;-*- - -# mplayer(1) bash completion support -# this file is maintained within mplayer package - -if type mplayer &> /dev/null ; then - -_mplayer_options_list() -{ - cur=${cur%\\} - COMPREPLY=( $( $1 $2 help 2> /dev/null | \ - sed -e '1,/^Available/d' | awk '{print $1}' | \ - sed -e 's/:$//' -e 's/^'${2#-}'$//' -e 's/<.*//' | \ - grep "^$cur" ) ) -} - -_mplayer() -{ - local cmd cur prev skinsdir IFS=$' \t\n' i j k=0 - - COMPREPLY=() - cmd=${COMP_WORDS[0]} - cur=${COMP_WORDS[COMP_CWORD]} - prev=${COMP_WORDS[COMP_CWORD-1]} - - case "$prev" in - -@(ac|afm|vc|vfm|ao|vo|vop|fstype)) - _mplayer_options_list mplayer $prev - return 0 - ;; - -@(oac|ovc|of)) - _mplayer_options_list mencoder $prev - return 0 - ;; - -audiofile) - _filedir '@(mp3|MP3|mpg|MPG|ogg|OGG|wav|WAV|mid|MID)' - return 0 - ;; - -font) - _filedir '@(desc|ttf)' - return 0 - ;; - -sub) - _filedir '@(srt|SRT|sub|SUB|txt|TXT|utf|UTF|rar|RAR|mpsub|smi|js|ass|ASS|ssa|SSA)' - return 0 - ;; - -vobsub) - _filedir '@(idx|IDX|ifo|IFO|sub|SUB)' - IFS=$'\t\n' - COMPREPLY=( $( for i in ${COMPREPLY[@]}; do - if [ -f $i -a -r $i ]; then - echo ${i%.*} - else - echo $i - fi - done ) ) - IFS=$' \t\n' - return 0 - ;; - -ifo) - _filedir '@(ifo|IFO)' - return 0 - ;; - -cuefile) - _filedir '@(bin|BIN|cue|CUE)' - return 0 - ;; - -skin) - # if you don't have installed mplayer in /usr/local you - # may want to set the MPLAYER_SKINS_DIR global variable - if [ -n "$MPLAYER_SKINS_DIR" ]; then - skinsdir=$MPLAYER_SKINS_DIR - else - skinsdir=/usr/share/mplayer/skins - fi - - IFS=$'\t\n' - for i in ~/.mplayer/Skin $skinsdir; do - if [ -d $i -a -r $i ]; then - for j in $( compgen -d $i/$cur ); do - COMPREPLY[$k]=${j#$i/} - k=$((++k)) - done - fi - done - IFS=$' \t\n' - return 0 - ;; - -@(mixer|@(cdrom|dvd)-device|dvdauth|fb|zrdev)) - cur=${cur:=/dev/} - _filedir - return 0 - ;; - -@(edl?(out)|lircconf|menu-cfg|playlist|csslib|dumpfile)| \ - -@(subfile|vobsub|aofile|fbmodeconfig|include|o|dvdkey)| \ - -passlogfile) - _filedir - return 0 - ;; - -@(auto@(q|sync)|loop|menu-root|speed|sstep|aid|alang)| \ - -@(?(@(audio|sub)-)demuxer|bandwidth|cache|chapter)| \ - -@(dvd?(angle)|fps|frames|mc|passwd|user|sb|srate|ss|vcd)| \ - -@(vi?(d|vo)|ffactor|sid|slang|spu@(align|aa|gauss))| \ - -@(vobsubid|delay|bpp|brightness|contrast|dfbopts|display)| \ - -@(fbmode|geometry|guiwid|hue|icelayer|screen[wh]|wid)| \ - -@(monitor@(aspect|-@(dotclock|[hv]freq))|panscan|saturation)| \ - -@(xineramascreen|zr@(crop|norm|quality|[xy]doff|[vh]dec))| \ - -@(aspect|pp|x|y|xy|z|stereo|audio-@(density|delay|preload))| \ - -@(endpos|osdlevel|ffourcc|sws|channels|skiplimit|format)| \ - -@(ofps|aa@(driver|@(osd|sub)color)|vobsubout?(i@(ndex|d)))| \ - -sub@(-bg-@(alpha|color)|cp|delay|fps|pos|align|width)| \ - -sub@(font-@(blur|outline|autoscale|encoding|@(osd|text)-scale))) - return 0 - ;; - -lavdopts) - COMPREPLY=( $( compgen -W 'ec er= bug= idct= gray' \ - -- $cur ) ) - return 0 - ;; - -lavcopts) - COMPREPLY=( $( compgen -W 'vcodec= vqmin= vqscale= \ - vqmax= mbqmin= mbqmax= vqdiff= \ - vmax_b_frames= vme= vhq v4mv \ - keyint= vb_strategy= vpass= \ - aspect= vbitrate= vratetol= \ - vrc_maxrate= vrc_minrate= \ - vrc_buf_size= vb_qfactor= vi_qfactor= \ - vb_qoffset= vi_qoffset= vqblur= \ - vqcomp= vrc_eq= vrc_override= \ - vrc_init_cplx= vqsquish= vlelim= \ - vcelim= vstrict= vdpart vpsize= gray \ - vfdct= idct= lumi_mask= dark_mask= \ - tcplx_mask= scplx_mask= naq ildct \ - format= pred qpel precmp= cmp= \ - subcmp= predia= dia= trell last_pred= \ - preme= subq= psnr mpeg_quant aic umv' \ - -- $cur ) ) - return 0 - ;; - -ssf) - COMPREPLY=( $( compgen -W 'lgb= cgb= ls= cs= chs= \ - cvs=' -- $cur ) ) - return 0 - ;; - -jpeg) - COMPREPLY=( $( compgen -W 'noprogressive progressive \ - nobaseline baseline optimize= \ - smooth= quality= outdir=' -- $cur ) ) - return 0 - ;; - -xvidopts) - COMPREPLY=( $( compgen -W 'dr2 nodr2' -- $cur ) ) - return 0 - ;; - -xvidencopts) - COMPREPLY=( $( compgen -W 'pass= bitrate= \ - fixed_quant= me_quality= 4mv \ - rc_reaction_delay_factor= \ - rc_averaging_period= rc_buffer= \ - quant_range= min_key_interval= \ - max_key_interval= mpeg_quant \ - mod_quant lumi_mask hintedme \ - hintfile debug keyframe_boost= \ - kfthreshold= kfreduction=' -- $cur ) ) - return 0 - ;; - -divx4opts) - COMPREPLY=( $( compgen -W 'br= key= deinterlace q= \ - min_quant= max_quant= rc_period= \ - rc_reaction_period= crispness= \ - rc_reaction_ratio= pass= vbrpass= \ - help' -- $cur ) ) - return 0 - ;; - -info) - COMPREPLY=( $( compgen -W 'name= artist= genre= \ - subject= copyright= srcform= \ - comment= help' -- $cur ) ) - return 0 - ;; - -lameopts) - COMPREPLY=( $( compgen -W 'vbr= abr cbr br= q= aq= \ - ratio= vol= mode= padding= fast \ - preset= help' -- $cur ) ) - return 0 - ;; - -rawaudio) - COMPREPLY=( $( compgen -W 'on channels= rate= \ - samplesize= format=' -- $cur ) ) - return 0 - ;; - -rawvideo) - COMPREPLY=( $( compgen -W 'on fps= sqcif qcif cif \ - 4cif pal ntsc w= h= y420 yv12 yuy2 \ - y8 format= size=' -- $cur ) ) - return 0 - ;; - -aop) - COMPREPLY=( $( compgen -W 'list= delay= format= fout= \ - volume= mul= softclip' -- $cur ) ) - return 0 - ;; - -dxr2) - COMPREPLY=( $( compgen -W 'ar-mode= iec958-encoded \ - iec958-decoded mute ucode= 75ire bw \ - color interlaced macrovision= norm= \ - square-pixel ccir601-pixel cr-left= \ - cr-right= cr-top= cr-bot= ck-rmin= \ - ck-gmin= ck-bmin= ck-rmax= ck-gmax= \ - ck-bmax= ck-r= ck-g= ck-b= \ - ignore-cache= ol-osd= olh-cor= \ - olw-cor= olx-cor= oly-cor= overlay \ - overlay-ratio= update-cache' -- $cur )) - return 0 - ;; - -tv) - COMPREPLY=( $( compgen -W 'on noaudio driver= device= \ - input= freq= outfmt= width= height= \ - buffersize= norm= channel= chanlist= \ - audiorate= forceaudio alsa amode= \ - forcechan= adevice= audioid= volume= \ - bass= treble= balance= fps= \ - channels= immediatemode=' -- $cur ) ) - return 0 - ;; - -mf) - COMPREPLY=( $( compgen -W 'on w= h= fps= type=' \ - -- $cur ) ) - return 0 - ;; - -cdda) - COMPREPLY=( $( compgen -W 'speed= paranoia= \ - generic-dev= sector-size= overlap= \ - toc-bias toc-offset= skip noskip' \ - -- $cur ) ) - return 0 - ;; - -input) - COMPREPLY=( $( compgen -W 'conf= ar-delay ar-rate \ - keylist cmdlist js-dev file' -- $cur ) ) - return 0 - ;; - -af) - COMPREPLY=( $( compgen -W 'resample resample= \ - channels channels= format format= \ - volume volume= delay delay= pan \ - pan= sub sub= surround surround=' \ - -- $cur ) ) - return 0 - ;; - -af-adv) - COMPREPLY=( $( compgen -W 'force= list=' -- $cur ) ) - return 0 - ;; - esac - - case "$cur" in - -*) - COMPREPLY=( $( compgen -W '-aid -alang -audio-demuxer \ - -audiofile -cdrom-device -cache -nocache -cdda \ - -channels -chapter -csslib -demuxer \ - -dvd -dvd-device -dvdangle -dvdauth \ - -dvdkey -dvdnav -forceidx -fps -frames \ - -hr-mp3-seek -idx -mc -mf -ni -nobps \ - -passwd -rawaudio -rtsp-stream-over-tcp\ - -skipopening -sb -srate -ss -tv -user \ - -vcd -vid -vivo -ifo -ffactor -font \ - -noautosub -nooverlapsub -sid -slang \ - -sub -subcc -subcp -sub-demuxer \ - -subdelay -subfont-autoscale \ - -subfont-blur -subfont-encoding \ - -subfont-osd-scale -subfont-outline \ - -subfont-text-scale -subfps -subfile \ - -subpos -unicode -utf8 -vobsub \ - -vobsubid -ac -afm -aspect -flip \ - -lavdopts -noaspect -nosound -pp -ssf \ - -stereo -sws -vc -vfm -vop -xvidopts\ - -xy -zoom -bandwidth -cuefile \ - -noextbased -rawvideo -overlapsub \ - -sub-bg-alpha -sub-bg-color -subalign \ - -subwidth -sub-no-text-pp -spualign \ - -spuaa -spugauss -pphelp -verbose -v \ - -noni -noidx -nohr-mp3-seek -extbased \ - -bps -oldpp -nozoom -noflip -nounicode \ - -noutf8' -- $cur ) ) - # add mplayer specific options - [[ "$cmd" == @(?(g)mplayer) ]] && COMPREPLY=( ${COMPREPLY[@]} \ - $(compgen -W '-autoq -autosync -benchmark \ - -framedrop -h -help -hardframedrop \ - -identify -input -lircconf -loop \ - -nojoystick -nolirc -nortc -playlist \ - -quiet -really-quiet -rnd -sdp -skin \ - -slave -softsleep -speed -sstep \ - -use-stdin -dumpaudio -dumpfile \ - -dumpstream -dumpvideo -dumpmicrodvdsub\ - -dumpmpsub -dumpsrtsub -dumpjacosub \ - -dumpsami -dumpsub -osdlevel -af \ - -af-adv -ao -aofile -aop -delay -mixer -mixer-channel \ - -nowaveheader -bpp -brightness \ - -contrast -display -double -dr -dxr2 \ - -fb -fbmode -fbmodeconfig -forcexv -fs \ - -geometry -hue -icelayer -jpeg \ - -monitor-dotclock -monitor-hfreq \ - -monitor-vfreq -monitoraspect \ - -nograbpointer -noslices -panscan \ - -rootwin -saturation -screenw -screenh \ - -stop-xscreensaver -vm -vo -vsync -wid \ - -xineramascreen -z -zrbw -zrcrop \ - -zrdev -zrfd -zrhelp -zrnorm -zrquality \ - -zrvdec -zrhdec -zrxdoff -zrydoff -y \ - -edl -edlout -enqueue -fixed-vo \ - -menu -menu-root -menu-cfg -shuffle \ - -format -aahelp -dfbopts -fstype \ - -guiwid -nokeepaspect -x --help \ - -aaosdcolor -aasubcolor -aadriver \ - -aaextended -aaeight' -- $cur) ) - # add mencoder specific options - [[ "$cmd" = mencoder ]] && COMPREPLY=( ${COMPREPLY[@]} \ - $(compgen -W '-audio-density -audio-delay \ - -audio-preload -divx4opts -endpos \ - -ffourcc -include -info -lameopts \ - -lavcopts -noskip -o -oac -ofps -ovc \ - -passlogfile -skiplimit -vobsubout \ - -vobsuboutindex -vobsuboutid \ - -xvidencopts -of --verbose' -- $cur) ) - ;; - *) - _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fli|FLI|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|og[gmv]|OG[GMV]|wav|WAV|dump|DUMP|mkv|MKV|m4a|M4A|aac|AAC|ape|APE|m2v|M2V|m2p|M2Pdv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|264|26l|26L|302|3g2|3G2|ac3|AC3|amv|AMV|asx|ASX|avs|AVS|cif|CIF|dif|DIF|dts|DTS|fla|FLA|flc|FLC|flv|FLV|gxf|GXF|h261|H261|h263|H263|h264|H264|h26l|H26L|it|IT|m2a|M2A|m3u|M3U|m4v|M4V|midi|MIDI|mjpeg|MJPEG|mjpg|MJPG|mod|MOD|mp2|MP2|mpe|MPE|mxf|MXF|nsa|NSA|nsv|NSV|nut|NUT|pls|PLS|qcif|QCIF|s3m|S3M|shn|SHN|smil|SMIL|swf|SWF|tta|TTA|vivo|VIVO|vqf|VQF|xm|XM|y4m|Y4M|yuv4|YUV4)' - ;; - esac - - return 0 -} -complete $filenames -F _mplayer mplayer mencoder gmplayer kplayer - -fi - -### Local Variables: -### mode: shell-script -### End: diff --git a/multimedia/video/mplayer/mplayer/files/cdio-includes.patch b/multimedia/video/mplayer/mplayer/files/cdio-includes.patch deleted file mode 100644 index f71472812b..0000000000 --- a/multimedia/video/mplayer/mplayer/files/cdio-includes.patch +++ /dev/null @@ -1,43 +0,0 @@ -Index: configure -=================================================================== ---- configure (revision 35421) -+++ configure (working copy) -@@ -5968,8 +5968,8 @@ - cat > $TMPC << EOF - #include - #include --#include --#include -+#include -+#include - int main(void) { - void *test = cdda_verbose_set; - printf("%s\n", CDIO_VERSION); -Index: gui/win32/interface.c -=================================================================== ---- gui/win32/interface.c (revision 35421) -+++ gui/win32/interface.c (working copy) -@@ -24,7 +24,7 @@ - #include "config.h" - - #if defined(CONFIG_LIBCDIO) --#include -+#include - #elif defined(CONFIG_CDDA) - #include - #endif -Index: stream/stream_cdda.c -=================================================================== ---- stream/stream_cdda.c (revision 35421) -+++ stream/stream_cdda.c (working copy) -@@ -21,8 +21,8 @@ - #include - #include - #else --#include --#include -+#include -+#include - #endif - #include - #include diff --git a/multimedia/video/mplayer/mplayer/files/extensions b/multimedia/video/mplayer/mplayer/files/extensions deleted file mode 100644 index 1fd7d8a5d8..0000000000 --- a/multimedia/video/mplayer/mplayer/files/extensions +++ /dev/null @@ -1,76 +0,0 @@ -264 -26l -302 -3gp -3g2 -aac -ac3 -ape -asf -asx -avi -avs -cif -dat -dif -dts -dv -fla -flac -flc -fli -flv -gxf -h261 -h263 -h264 -h26l -it -m2a -m2p -m2v -m3u -m4v -mid -midi -mjpeg -mjpg -mkv -mod -mov -mp2 -mp3 -mp4 -mpc -mpe -mpeg -mpg -mxf -nsa -nsv -nut -ogg -ogm -pls -qcif -qt -ra -ram -rm -rmvb -s3m -shn -smil -swf -tta -viv -vivo -vob -vqf -wav -wma -wmv -xm -y4m -yuv -yuv4 diff --git a/multimedia/video/mplayer/mplayer/files/hwaccel-vaapi/readme b/multimedia/video/mplayer/mplayer/files/hwaccel-vaapi/readme deleted file mode 100644 index 0e3e4928d2..0000000000 --- a/multimedia/video/mplayer/mplayer/files/hwaccel-vaapi/readme +++ /dev/null @@ -1,2 +0,0 @@ -this is a better way to patch since it uses ffmpeg IMGFMT_IS_HWACCEL but it has font problem with ass - diff --git a/multimedia/video/mplayer/mplayer/files/input.conf b/multimedia/video/mplayer/mplayer/files/input.conf deleted file mode 100644 index 54ad29a4f8..0000000000 --- a/multimedia/video/mplayer/mplayer/files/input.conf +++ /dev/null @@ -1,178 +0,0 @@ -## -## MPlayer input control file -## -## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or -## add new ones here. -## See DOCS/tech/slave.txt for possible commands that can be bound. -## Also see mplayer -input cmdlist for other possible options. -## The file should be placed in the $HOME/.mplayer directory. -## -## If you wish to unbind a key, use key ignore. -## e.g. ENTER ignore -## - -RIGHT seek +10 -LEFT seek -10 -DOWN seek -60 -UP seek +60 -PGUP seek 600 -PGDWN seek -600 -m mute -# switch_audio # switch audio streams -+ audio_delay 0.100 -- audio_delay -0.100 -[ speed_mult 0.9091 # scale playback speed -] speed_mult 1.1 -{ speed_mult 0.5 -} speed_mult 2.0 -BS speed_set 1.0 # reset speed to normal -q quit -ESC quit -ENTER pt_step 1 1 # skip to next file -p pause -. frame_step # advance one frame and pause -SPACE pause -HOME pt_up_step 1 -END pt_up_step -1 -> pt_step 1 # skip to next file -< pt_step -1 # previous -INS alt_src_step 1 -DEL alt_src_step -1 -o osd -I osd_show_property_text "${filename}" 2500 # display filename in osd -z sub_delay -0.1 # subtract 100 ms delay from subs -x sub_delay +0.1 # add -9 volume -1 -/ volume -1 -0 volume 1 -* volume 1 -1 contrast -1 -2 contrast 1 -3 brightness -1 -4 brightness 1 -5 hue -1 -6 hue 1 -7 saturation -1 -8 saturation 1 -( balance -0.1 # adjust audio balance in favor of left -) balance +0.1 # right -d frame_drop -D step_property deinterlace # toggle deinterlacer, requires -vf yadif or kerndeint -r sub_pos -1 # move subtitles up -t sub_pos +1 # down -#? sub_step +1 # immediately display next subtitle -#? sub_step -1 # previous -#? sub_scale +0.1 # increase subtitle font size -#? sub_scale -0.1 # decrease subtitle font size -f vo_fullscreen -#T vo_ontop # toggle video window ontop of other windows -w panscan -0.1 # zoom out with -panscan 0 -fs -e panscan +0.1 # in -s screenshot # take a png screenshot with -vf screenshot - # S will take a png screenshot of every frame - -h tv_step_channel 1 -l tv_step_channel -1 -n tv_step_norm -b tv_step_chanlist - -## -## GUI -## - -#l gui_loadfile -#t gui_loadsubtitle -#a gui_about -#s gui_stop -#p gui_playlist -#r gui_preferences -#c gui_skinbrowser - -## -## Joystick section -## WARNING: joystick support has to be explicitly enabled at -## compiletime with --enable-joystick -## - -JOY_RIGHT seek 10 -JOY_LEFT seek -10 -JOY_UP seek 60 -JOY_DOWN seek -60 -JOY_BTN0 pause -JOY_BTN1 osd -JOY_BTN2 volume 1 -JOY_BTN3 volume -1 -JOY_BTN4 set_menu main - -## -## Apple Remote section -## -## To use OSD menu with Apple Remote, set key AR_MENU to any OSD menu command, -## or just comment out the 'AR_MENU osd' line and uncomment the line after it. -## - -# AR_PLAY pause -# AR_PLAY_HOLD quit -# AR_NEXT seek 30 -# AR_NEXT_HOLD seek 120 -# AR_PREV seek -10 -# AR_PREV_HOLD seek -120 -# AR_MENU menu up -# #AR_MENU menu cancel -# AR_MENU_HOLD mute -# AR_VUP volume 1 -# AR_VDOWN volume -1 - -## -## OSD Menu movement keys -## -## If you are using only the keyboard it is enough to define one command (like -## "menu up"), because then that single key will display the menu, which can -## then be navigated with the cursor keys and ENTER. -## -## LIRC users should bind each "menu" command to a button on their remote. -## -## The set_menu command directly displays the (sub)menu specified as -## its argument. Usage should be self-explanatory (although not likely -## to be needed), after reading input.conf. -## - -#MOUSE_BTN0 menu up -#y menu down -#y menu ok -#y menu cancel -#y menu hide -#y set_menu general_pref - -F1 menu up - -## -## DVDNAV -## Requires dvdnav:// -## - -# these are old style keys -# KP8 dvdnav 1 # DVDNav UP -# KP2 dvdnav 2 # DVDNav DOWN -# KP4 dvdnav 3 # DVDNav LEFT -# KP6 dvdnav 4 # DVDNav RIGHT -# KP5 dvdnav 5 # DVDNav MENU -# KP_ENTER dvdnav 6 # DVDNav SELECT (ok) -# KP7 dvdnav 7 # DVDNav PREVIOUS menu (in the order chapter->title->root) -UP {dvdnav} dvdnav up # DVDNav UP -DOWN {dvdnav} dvdnav down # DVDNav DOWN -LEFT {dvdnav} dvdnav left # DVDNav LEFT -RIGHT {dvdnav} dvdnav right # DVDNav RIGHT -ESC {dvdnav} dvdnav menu # DVDNav MENU -ENTER {dvdnav} dvdnav select # DVDNav SELECT (ok) -BS {dvdnav} dvdnav prev # DVDNav PREVIOUS menu (in the order chapter->title->root) - -# AR_VUP {dvdnav} dvdnav up # DVDNav UP -# AR_VDOWN {dvdnav} dvdnav down # DVDNav DOWN -# AR_PREV {dvdnav} dvdnav left # DVDNav LEFT -# AR_NEXT {dvdnav} dvdnav right # DVDNav RIGHT -# AR_MENU {dvdnav} dvdnav menu # DVDNav MENU -# AR_PLAY {dvdnav} dvdnav select # DVDNav SELECT (ok) - -#? seek_chapter -1 # skip to previous dvd chapter -#? seek_chapter +1 # next diff --git a/multimedia/video/mplayer/mplayer/files/mencoder.conf b/multimedia/video/mplayer/mplayer/files/mencoder.conf deleted file mode 100644 index 7fec312b06..0000000000 --- a/multimedia/video/mplayer/mplayer/files/mencoder.conf +++ /dev/null @@ -1,316 +0,0 @@ -# -# Mencoder configuration file -# -# Configuration files are read system-wide from /etc/mencoder.conf -# and per user from ~/.mplayer/mencoder.conf, where per-user settings override -# system-wide settings, all of which are overrriden by the command line. -# -# The configuration file settings are the same as the command line -# options without the preceding '-'. -# -# See the CONFIGURATION FILES section in the man page -# for a detailed description of the syntax. - - -#################### -# default settings # -#################### - -# Some font enhancements using fontconfig as default -fontconfig = 1 -subcp = cp1254 -spuaa = 4 -subfont-text-scale = 3 -font = "Dejavu Sans Condensed" - -############ -# profiles # -############ - -[yuy2] - profile-desc="RAW uncompressed YUY2" - mf=fps=25 - oac=copy=yes - ovc=raw=yes - vf=format=yuy2 - -[mpeg1] - profile-desc="MPEG-1 Video MP2 Audio" - of=mpeg=1 - mpegopts=format=mpeg1:tsaf=1:muxrate=2000 - oac=lavc=1 - ovc=lavc=1 - lavcopts=acodec=mp2:abitrate=224:vcodec=mpeg1video:vbitrate=1152:keyint=15:mbd=2:aspect=4/3 - -[mpeg2] - profile-desc="MPEG-2 Video MP2 Audio - Slow because Full Encoding" - lavdopts=threads=2 - vf=pp=md,harddup - ovc=lavc=1 - oac=lavc=1 - lavcopts=vcodec=mpeg2video:vqscale=1:acodec=mp2:abitrate=320:threads=2 - of=lavf=1 - lavfopts=format=dvd - -[mpeg4] - profile-desc="MPEG4 video" - ovc=lavc=1 - oac=mp3lame=1 - lameopts=preset=standard - lavcopts=vcodec=mpeg4:vbitrate=1200 - -[mpeg4-hq] - profile-desc="MPEG4 video HQ" - profile=mpeg4 - lavcopts=mbd=2:trell=yes:v4mv=yes - -[x264] - profile-desc="x264 video MP3 audio" - ovc=x264=1 - x264encopts=subq=5:frameref=2:b_pyramid=1:weight_b=1:nr=500 - oac=mp3lame=1 - lameopts=preset=standard - -[x264-hq] - profile-desc="x264 video MP3 audio HQ" - lavdopts=threads=2 - ovc=x264=1 - x264encopts=subq=6:partitions=all:8x8dct=yes:me=umh:frameref=5:bframes=3:b_pyramid=yes:weight_b=yes:threads=auto - ofps=25 - alang=it - oac=mp3lame=yes - lameopts=vbr=3:br=128 - -[xvid] - profile-desc="MPEG4 (XviD) video MP3 audio" - ovc=xvid=yes - xvidencopts=bitrate=1200:autoaspect=yes:chroma_opt=yes:vhq=4:bvhq=1:quant_type=mpeg - ofps=25 - oac=mp3lame=yes - lameopts=vbr=3:br=128 - -[xvid-hq] - profile-desc="MPEG4 (XviD) video MP3 audio HQ" - ovc=xvid=yes - xvidencopts=bitrate=5000:autoaspect=yes:chroma_opt=yes:vhq=4:bvhq=1:quant_type=mpeg - ofps=25 - oac=mp3lame=yes - lameopts=vbr=3:br=192 - -[xvid-cartoon] - profile-desc="MPEG4 (XviD) video MP3 audio Cartoon optimised" - ovc=xvid=yes - xvidencopts=bitrate=1200:autoaspect=yes:chroma_opt=yes:vhq=4:bvhq=1:quant_type=mpeg:cartoon=yes - ofps=25 - oac=mp3lame=yes - lameopts=vbr=3:br=128 - -[divx] - profile-desc="MPEG4 (DivX) video MP3 audio" - ovc=lavc=yes - lavcopts=mbd=2:trell=yes:v4mv=yes:vbitrate=1200:autoaspect=yes:acodec=mp3:abitrate=128 - # this is for compatibility with divx players, hint to use with other profiles - ffourcc=DX50 - ofps=25 - oac=mp3lame=yes - lameopts=vbr=3:br=128 - -[wmv] - profile-desc="WMV Good Quality" - lavdopts=threads=2 - vf=pp=md,harddup - ovc=lavc=1 - oac=lavc=1 - lavcopts=vcodec=wmv2:vqscale=4:acodec=wmav2:abitrate=128 - of=lavf=yes - -[lameaudio] - profile-desc="Lame Audio" - oac=mp3lame=1 - srate=48000 - lameopts=abr=yes:br=128 - -[hd-1080p] - profile-desc="HD 1080p video AC3 audio" - ovc=xvid=1 - vf=pp=l5,crop=1920:1056 - xvidencopts=vhq=4:bvhq=1:nogmc=1:me_quality=6:chroma_me=1:chroma_opt=1:min_iquant=1:min_pquant=1:fixed_quant=5 - oac=lavc=1 - lavcopts=acodec=ac3:abitrate=384 - -[dvrms2xvid] - profile-desc="Convert DVRMS to XviD" - profile=lameaudio - quiet=1 - demuxer=35 - sws=2 - vfm=ffmpeg - vf=pp=md,scale=624:352 - ovc=xvid=1 - xvidencopts=threads=2:bitrate=900:vhq=1:max_bframes=2 - lavdopts=threads=2 - noodml=1 - forceidx=1 - ffourcc=DX50 - -[dvd] - profile-desc="MPEG2 (PAL DVD) video AC3 audio" - ovc=lavc=yes - lavcopts=vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:trell=yes:mbd=2:vstrict=0:acodec=ac3:abitrate=192:autoaspect=yes - of=mpeg=yes - mpegopts=format=dvd:tsaf=yes - vf=scale=720:576,harddup - ofps=25 - srate=48000 - af=lavcresample=48000 - oac=lavc=yes - -[dvdi] - profile-desc="MPEG2 (PAL DVD interlaced source) video AC3 audio" - ovc=lavc=yes - lavcopts=vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:trell=yes:mbd=2:vstrict=0:acodec=ac3:abitrate=192:autoaspect=yes:ildct=yes:ilme=yes - of=mpeg=yes - mpegopts=format=dvd:tsaf=yes - vf=scale=720:576,harddup - ofps=25 - srate=48000 - af=lavcresample=48000 - oac=lavc=yes - -[dvd-wide] - profile-desc="MPEG2 (PAL DVD wide screen source) video AC3 audio" - ovc=lavc=yes - lavcopts=vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:trell=yes:mbd=2:vstrict=0:acodec=ac3:abitrate=192 - of=mpeg=yes - mpegopts=format=dvd:tsaf=yes - vf=scale=720:-2,expand=720:576,harddup - ofps=25 - srate=48000 - af=lavcresample=48000 - oac=lavc=yes - -[dvd-16_9] - profile-desc="MPEG2 (PAL DVD 16/9) video AC3 audio" - ovc=lavc=yes - lavcopts=vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:keyint=15:trell=yes:mbd=2:vstrict=0:acodec=ac3:abitrate=192:aspect=16/9 - of=mpeg=yes - mpegopts=format=dvd:tsaf=yes - vf=scale=720:576,harddup - ofps=25 - srate=48000 - af=lavcresample=48000 - oac=lavc=yes - -[webcam] - profile-desc="Webcam capture with MJPEG/nosound" - oac=pcm=1 - ovc=lavc=1 - lavcopts=vcodec=mjpeg - tv=driver=v4l:input=0:width=320:height=240:device=/dev/video0:outfmt=uyvy:fps=24 - vf=pp=hb:a/vb:a,hqdn3d,mirror - nosound=1 - -[webcam-v4l2] - profile-desc="Webcam capture with MJPEG/nosound (V4L2)" - oac=pcm=1 - ovc=lavc=1 - lavcopts=vcodec=mjpeg - tv=driver=v4l2:input=0:width=320:height=240:device=/dev/video0:outfmt=uyvy:fps=24 - vf=pp=hb:a/vb:a,hqdn3d,mirror - nosound=1 - -[tv] - profile-desc="TV capture with MP3 audio" - tv=driver=v4l:normid=4:width=640:height=480:chanlist=europe-west - tv=alsa=yes:adevice=hw.1,1:audiorate=32000 - srate=32000 - vf=crop=624:464:0:8,pp=lb,denoise3d,decimate - oac=mp3lame=1 - ovc=lavc=1 - lavcopts=vqscale=5 - lameopts=q=6 - -[tv-v4l2] - profile-desc="TV capture with MP3 audio (V4L2)" - tv=driver=v4l2:normid=4:width=640:height=480:chanlist=europe-west - tv=alsa=yes:adevice=hw.1,1:audiorate=32000 - srate=32000 - vf=crop=624:464:0:8,pp=lb,denoise3d,decimate - oac=mp3lame=1 - ovc=lavc=1 - lavcopts=vqscale=5 - lameopts=q=6 - -[psp] - profile-desc="PSP H264/AAC (AVC/AAC)" - sws=9 - vf=pullup,softskip,scale=368:208,harddup,unsharp=l3x3:0.7 - ofps=30000/1001 - ovc=x264=1 - x264encopts=bitrate=650:global_header:partitions=all:trellis=1:vbv_maxrate=768:vbv_bufsize=2000:level_idc=30 - oac=faac=1 - faacopts=br=128:mpeg=4:object=2:raw=yes - of=lavf=1 - lavfopts=format=psp - -[psp-lavc] - profile-desc="PSP H264/AAC (AVC/AAC) with FFmpeg" - vf=hqdn3d,scale=368:208 - af=lavcresample=48000 - ofps=30000/1001 - ovc=lavc=1 - oac=lavc=1 - lavcopts=aglobal=1:vglobal=1:vcodec=libx264:acodec=libfaac:vbitrate=320:abitrate=97:coder=1 - of=lavf=1 - lavfopts=format=psp - -[psp-fast] - profile-desc="PSP MPEG4/AAC Medium Quality" - lavdopts=threads=2 - vf=pp=md,scale=368:208,harddup - af=lavcresample=24000 - ofps=30000/1001 - ovc=lavc=1 - oac=lavc=1 - lavcopts=aglobal=1:vglobal=1:vcodec=mpeg4:acodec=libfaac:vbitrate=500 - of=lavf=1 - lavfopts=format=psp - -[youtube] - profile-desc="YouTube output" - ovc=lavc=1 - oac=lavc=1 - vf-add=scale=320:200 - vf-add=expand=320:240 - lavcopts=vhq=yes:vcodec=mpeg4:vrc_buf_size=1835:vrc_maxrate=350:vbitrate=350:v4mv=yes:aspect=4/3:trell=yes:cbp=yes - ffourcc=XVID - -[pda-z-napisami] - profile-desc="PDA" - ovc=lavc=1 - lavcopts=vcodec=mpeg4:vbitrate=300 - oac=mp3lame=1 - lameopts=preset=112 - vf=scale=320:-3 - af=resample=44100:0:0 - -[mswin] - profile-desc="MS Win compatible MPEG1 video MPEG2 audio" - of=mpeg=1 - mpegopts=format=mpeg1:tsaf=1 - oac=lavc=1 - lavcopts=acodec=mp2:abitrate=192 - ovc=lavc=1 - lavcopts=vcodec=mpeg1video:trell=1:autoaspect=1 - vf=hqdn3d=2:1:2 - -[treo650] - profile-desc="Treo 650 compatible" - aspect=4:3 - ovc=lavc=1 - lavcopts=vcodec=mpeg4:mbd=2:turbo=yes:vbitrate=300:aspect=4/3:acodec=libmp3lame:abitrate=96 - oac=lavc=1 - vf-pre=pp=lb - vf=scale=320:200 - af=volnorm=1 - diff --git a/multimedia/video/mplayer/mplayer/files/menu.conf b/multimedia/video/mplayer/mplayer/files/menu.conf deleted file mode 100644 index ccbde1402b..0000000000 --- a/multimedia/video/mplayer/mplayer/files/menu.conf +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Welcome to MPlayer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/multimedia/video/mplayer/mplayer/files/midentify b/multimedia/video/mplayer/mplayer/files/midentify deleted file mode 100644 index 07a3c7b06b..0000000000 --- a/multimedia/video/mplayer/mplayer/files/midentify +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# -# A wrapper for mplayer -identify to easily get info of a file -# - -if [ -z "$1" ]; then - echo "Usage: midentify [ ...]" - exit 1 -fi - -mplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null | - grep IDENTIFY | - sed -n -e 's/.*ID_/ID_/' -e 's/[]()|&;<>`'"'"'\\!$" []/\\&/g;p' - diff --git a/multimedia/video/mplayer/mplayer/files/mplayer.conf b/multimedia/video/mplayer/mplayer/files/mplayer.conf deleted file mode 100644 index b36ece001c..0000000000 --- a/multimedia/video/mplayer/mplayer/files/mplayer.conf +++ /dev/null @@ -1,278 +0,0 @@ -# -# MPlayer configuration file -# -# Configuration files are read system-wide from /etc/mplayer.conf -# and per user from ~/.mplayer/config, where per-user settings override -# system-wide settings, all of which are overrriden by the command line. -# -# The configuration file settings are the same as the command line -# options without the preceding '-'. -# -# See the CONFIGURATION FILES section in the man page -# for a detailed description of the syntax. - - -################## -# video settings # -################## - -# Specify default video driver (see -vo help for a list). -#vo=xv -vo=xv,x11 - -# Init once for multiple inputs, has many advantages -fixed-vo=1 - -# Specify vdpau codecs when using -vo vdpau. -# [vo.vdpau] -# vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau, - -# Use SDL video with the aalib subdriver by default. -#vo = sdl:aalib - -# FBdev driver: -# -# mode to use (read from fb.modes) -#fbmode = 640x480-120 -# -# location of the fb.modes file -#fbmodeconfig = /etc/fb.modes - -# Specify your monitor timings for the vesa and fbdev video output drivers. -# See /etc/X11/XF86Config for timings. Be careful; if you specify settings -# that exceed the capabilities of your monitor, you may damage it. -# -# horizontal frequency range (k stands for 1000) -#monitor-hfreq = 31.5k-50k,70k -# -# vertical frequency range -#monitor-vfreq = 50-90 -# -# dotclock (or pixelclock) range (m stands for 1000000) -#monitor-dotclock = 30M-300M - -# Start in fullscreen mode by default. -#fs=yes -fs=no - -# Choose where the video will start, default is to let WM handle it -geometry=50%:50% - -# Change to a different videomode when going fullscreen. -#vm=yes - -# Override the autodetected color depth, may need 'vm=yes' as well. -#bpp=0 - -# Enable software scaling (powerful CPU needed) for video output -# drivers that do not support hardware scaling. -zoom=yes - -# standard monitor size, with square pixels -#monitoraspect=4:3 - -# Use this for a widescreen monitor, non-square pixels. -#monitoraspect=16:9 - -# Keep the player window on top of all other windows. -#ontop=yes - -# Some example postprocessing filters, from less quality to more complex pp -# vf=pp=ac/l5 -# vf=pp=lb,denoise3d,decimate -# vf=pp=hb:a/vb:a/dr:a/al:a - - -################## -# audio settings # -################## - -# Specify default audio driver (see -ao help for a list). -#ao=oss - -# Use SDL audio driver with the esd subdriver by default. -#ao = sdl:esd -# ao = alsa:noblock,oss -ao=pulse,alsa:noblock,oss - -# Specify the mixer device. -#mixer = /dev/mixer - -# Output audio to S/PDIF -# #ao=alsa:device=spdif -# #ac=hwac3,hwdts,hwmpa, - -# Resample the sound to 44100Hz with the lavcresample audio filter. -#af=lavcresample=44100 - -# Use this if your soundcard produces too low volume -# warning, may cause distortion depending on input and speaker -# af=volume=10.1:0,volnorm=1 - -# Add advanced audio filters -# 0 is full automatic, 5 is automatic and use float where possible -# af-adv=force=0 -# af-adv=force=5 - - -################## -# input settings # -################## - -# Let MPlayer grab mouse movements -# Useful if you want to use OSD menu with mouse or dvdnav -# mouse-movements = 1 - -# Ignore keyboard events, useful if you don't want anything pressed -# on your keyboard affect what you are watching (babies, cats etc.) -# noconsolecontrols = 1 - -# Ignore mouse events -# nomouseinput = 1 - -nojoystick = 1 - -################## -# other settings # -################## - -# Drop frames to preserve audio/video sync. -#framedrop = yes -framedrop = yes - -# Doublebuffering can help remove flicker from subtitles/OSD. -# double=yes -double = yes - -# Specify your preferred skin here (skins are searched for in -# /usr/local/share/mplayer/skins/ and ~/.mplayer/skins/). -#skin = Abyss - -# Resample the font alphamap. -# 0 plain white fonts -# 0.75 very narrow black outline (default) -# 1 narrow black outline -# 10 bold black outline -#ffactor = 0.75 - -# Some font enhancements -fontconfig = 1 -embeddedfonts = 1 -subfont-autoscale = 3 -subfont-osd-scale = 3 -subcp = cp1254 -spuaa = 4 -font = "Dejavu Sans Condensed" - -# enable ass for flexibility and better rendering -ass = 1 -ass-color = FFFFFF00 -ass-use-margins = 1 -# use this to make empty space below video for subtitles -# ass-bottom-margin = 64 - -# cache settings -# -# Use 8MB input cache by default. -cache = 8192 - -# Prefill 20% of the cache before starting playback. -cache-min = 20.0 - -# Prefill 50% of the cache before restarting playback after the cache emptied. -cache-seek-min = 50 - -# DVD: Display English subtitles if available. -#slang = en - -# DVD: Play English audio tracks if available. -#alang = en - -# Default to Turkish for subtitles -slang = tr,en -alang = tr,en - -# Enable menu -menu = 1 - -# Enable screenshot grabbing -# vf = screenshot - -# Stop Xscreensaver by default -stop-xscreensaver = 1 - -# enable color output in console -msgcolor = 1 - -# enable module info color -msgmodule = 1 - -# Pretend to be Window Media Player. -# Fixes playback when playlist and media file use the same URL. -#user-agent=NSPlayer/4.1.0.3856 - -# Pretend to be Quicktime -# Fixes playback for apple.com/trailers redirects -#user-agent="QuickTime" - - -############################ -# extension based settings # -############################ - -# You can define options for case insensitive file extensions -# [extension.flv] -# correct-pts = 1 - -#[extension.mkv] -#nocorrect-pts = 1 - -########################### -# protocol based settings # -########################### - -[protocol.http] -cache = 256 - -[protocol.http_proxy] -cache = 256 - -[protocol.mmst] -cache = 256 - -[protocol.mms] -cache = 256 - -[protocol.rtp] -cache = 256 - -[protocol.rtsp] -cache = 256 - -[protocol.icyx] -cache = 256 - -[protocol.dvdnav] -vc=ffmpeg12, -mouse-movements=yes -nocache=yes - - -# enable rar subs (both normal and vobsub) in runtime -unrarexec = /usr/bin/unrar - -# Print input name (without path) and duration in terminal window caption -# playing-msg = "\e]0;MPlayer - ${filename}?(length: - ${length})\x07" - -# You can also include other configuration files. -#include = /path/to/the/file/you/want/to/include - -########################### -# Generic profiles # -########################### - -[2chto6ch] -af=pan=6:1:0:.4:0:.6:2:0:1:0:.4:.6:2 -channels=6 - - diff --git a/multimedia/video/mplayer/mplayer/files/mplayer.desktop b/multimedia/video/mplayer/mplayer/files/mplayer.desktop deleted file mode 100644 index 4e8f71bd54..0000000000 --- a/multimedia/video/mplayer/mplayer/files/mplayer.desktop +++ /dev/null @@ -1,20 +0,0 @@ -[Desktop Entry] -Type=Application -Encoding=UTF-8 -Name=MPlayer -Name[tr]=MPlayer -Name[de]=MPlayer -Name[es]=MPlayer -Name[fr]=MPlayer -Name[it]=MPlayer -GenericName=Multimedia Player -GenericName[tr]=Medya Oynatıcı -GenericName[de]=Multimedia Player -GenericName[es]=Reproductor multimedia -GenericName[fr]=Lecteur multimedia -GenericName[it]=Lettore multimediale -Icon=mplayer -Exec=gmplayer -really-quiet 1> /dev/null 2>&1 %U -Terminal=false -Categories=GTK;Application;AudioVideo;Audio;Video;Player;TV; -MimeType=application/ogg;application/x-ogg;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg;video/x-mpeg2;video/msvideo;video/x-msvideo;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/x-fli;video/x-theora;video/x-matroska;video/x-flv;video/avi;video/mp4;video/x-ogm;video/3gpp; diff --git a/multimedia/video/mplayer/mplayer/files/mplayer.png b/multimedia/video/mplayer/mplayer/files/mplayer.png deleted file mode 100644 index a4d8e78a6dd4c5329d5424c92ab45ed18aff7e3c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10245 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 W+~ - #include - #include -+#include - - #include "config.h" - #include "mp_msg.h" -@@ -143,6 +144,9 @@ - static int init_audio(sh_audio_t *sh_audio, char *codecname, char *afm, - int status, stringset_t *selected) - { -+ char *locale_data = setlocale(LC_CTYPE, ""); -+ setlocale(LC_CTYPE, "C"); -+ - unsigned int orig_fourcc = sh_audio->wf ? sh_audio->wf->wFormatTag : 0; - int force = 0; - if (codecname && codecname[0] == '+') { -@@ -231,8 +235,10 @@ - continue; // try next... - } - // Yeah! We got it! -+ setlocale(LC_CTYPE, locale_data); - return 1; - } -+ setlocale(LC_CTYPE, locale_data); - return 0; - } - -diff -Nur mplayer-old/libmpcodecs/dec_video.c mplayer/libmpcodecs/dec_video.c ---- mplayer-old/libmpcodecs/dec_video.c 2010-05-27 19:02:33.342258404 +0300 -+++ mplayer/libmpcodecs/dec_video.c 2010-05-27 19:04:23.349261664 +0300 -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - - #include "mp_msg.h" - #include "help_mp.h" -@@ -204,6 +205,10 @@ - static int init_video(sh_video_t *sh_video, char *codecname, char *vfm, - int status, stringset_t *selected) - { -+ -+ char *locale_data = setlocale(LC_CTYPE, ""); -+ setlocale(LC_CTYPE, "C"); -+ - int force = 0; - unsigned int orig_fourcc = - sh_video->bih ? sh_video->bih->biCompression : 0; -@@ -320,8 +325,10 @@ - } - // Yeah! We got it! - sh_video->initialized = 1; -+ setlocale(LC_CTYPE, locale_data); - return 1; - } -+ setlocale(LC_CTYPE, locale_data); - return 0; - } - diff --git a/multimedia/video/mplayer/mplayer/pspec.xml b/multimedia/video/mplayer/mplayer/pspec.xml deleted file mode 100644 index 083e606239..0000000000 --- a/multimedia/video/mplayer/mplayer/pspec.xml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - mplayer - http://www.mplayerhq.hu/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2+ - mplayer - app:gui - app:console - Media Player for Linux - MPlayer is a movie player that can run on many platforms. It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native codecs. - http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.3.0.tar.xz - http://source.pisilinux.org/1.0/MPlayer_default_skin-0.1.tar.gz - - gsm-devel - atk-devel - lzo-devel - gtk2-devel - faac-devel - lirc-devel - xvid-devel - lame-devel - mesa-devel - x264-devel - enca-devel - aalib-devel - samba-devel - cairo-devel - pango-devel - libva-devel - speex-devel - faad2-devel - libdv-devel - libXv-devel - libmad-devel - giflib-devel - libdca-devel - libogg-devel - libnut-devel - a52dec-devel - mpg123-devel - openal-devel - libvpx-devel - libass-devel - libmng-devel - libsdl-devel - fribidi-devel - twolame-devel - libXvMC-devel - live555-devel - libcaca-devel - libXext-devel - libopus-devel - libvdpau-devel - rtmpdump-devel - libmpeg2-devel - alsa-lib-devel - openjpeg-devel - DirectFB-devel - libtheora-devel - libmpcdec-devel - libbluray-devel - libvorbis-devel - libdvdnav-devel - fontconfig-devel - libXrender-devel - ladspa-sdk-devel - libdvdread-devel - libXxf86vm-devel - libXinerama-devel - libXxf86dga-devel - libmatroska-devel - libcrystalhd-devel - schroedinger-devel - opencore-amr-devel - libXScrnSaver-devel - libjpeg-turbo-devel - pulseaudio-libs-devel - libcdio-paranoia-devel - jack-audio-connection-kit-devel - lzo-devel - zlib-devel - bzip2 - cdparanoia-devel - yasm-devel - gnutls-devel - libX11-devel - libmng-devel - libpng-devel - libcdio-devel - ncurses-devel - freetype-devel - - - - tr-locale-fix.patch - - - - - mplayer - mplayer - app:console - - gsm - gtk2 - xvid - lirc - enca - faac - lame - x264 - mesa - faad2 - samba - libdv - speex - aalib - libXv - libmad - libass - libdca - openal - giflib - mpg123 - libsdl - libvpx - a52dec - libogg - libnut - libopus - libXvMC - libcaca - twolame - libXext - DirectFB - openjpeg - alsa-lib - libvdpau - rtmpdump - libmpeg2 - libbluray - libdvdnav - libtheora - libvorbis - fribidi - fontconfig - libXxf86vm - libdvdread - gdk-pixbuf - libXxf86dga - libXinerama - opencore-amr - schroedinger - libcrystalhd - libjpeg-turbo - libXScrnSaver - pulseaudio-libs - libcdio-paranoia - jack-audio-connection-kit - lzo - zlib - bzip2 - gnutls - libX11 - libmng - libpng - libcdio - ncurses - freetype - - - /etc - /usr/bin - /usr/lib - /usr/share/doc - /usr/share/man - /usr/share/mplayer - /usr/share/pixmaps - - - mplayer.png - mplayer.conf - mencoder.conf - input.conf - menu.conf - extensions - test-webcam - midentify - bash_completion - - - - - mplayer-gui - mplayer - app:gui - MPlayer gui - mplayer-gui is the default graphical frontend of MPlayer. - - mplayer - - - /usr/bin/gmplayer - /usr/share/applications - /usr/share/mplayer/skins - /usr/share/icons - - - mplayer.desktop - - - - - - 2018-04-15 - 1.3.0 - First Release. - Stefan Gronewold - groni@pisilinux.org - - - diff --git a/multimedia/video/mplayer/mplayer/translations.xml b/multimedia/video/mplayer/mplayer/translations.xml deleted file mode 100644 index fa411709bc..0000000000 --- a/multimedia/video/mplayer/mplayer/translations.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - mplayer - Linux için ses ve görüntü oynatıcı - MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA dosyalarını çalabilen ve farklı platformaların kütüphanelerini de kullanarak ses ve görüntü dosyaları oynatmaya yarayan uygulama. - - - - mplayer-gui - MPlayer arayüzü - mplayer-gui, MPlayer öntanımlı grafik arayüzünü içerir. - - diff --git a/multimedia/video/mplayer/pspec.xml b/multimedia/video/mplayer/pspec.xml old mode 100644 new mode 100755 index 083e606239..d72e42b260 --- a/multimedia/video/mplayer/pspec.xml +++ b/multimedia/video/mplayer/pspec.xml @@ -15,7 +15,7 @@ Media Player for Linux MPlayer is a movie player that can run on many platforms. It plays most MPEG/VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV, QT/MOV/MP4, RealMedia, Matroska, NUT, NuppelVideo, FLI, YUV4MPEG, FILM, RoQ, PVA files, supported by many native codecs. http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.3.0.tar.xz - http://source.pisilinux.org/1.0/MPlayer_default_skin-0.1.tar.gz + http://source.pisilinux.org/1.0/MPlayer_default_skin-0.1.tar.gz gsm-devel atk-devel @@ -220,7 +220,7 @@ 2018-04-15 1.3.0 - First Release. + First Release Stefan Gronewold groni@pisilinux.org