Any AUR mplayer build with dvdnav support , but no-gui option...?

Is there any mplayer build in the AUR that will install mplayer without its GUI but with dvd menu support...? - I am planning to install SMPlayer as the GUI interface, instead of the default GUI.
I looked into mplayer-mt-nogui-svn, but when I modify the configure options with --enable-dvdnav, it errors out on compiling, so obviously more modification of one of those numerous PKGBUILDs in the AUR is needed, but I am not too savvy in these things to be able to figure it out myself.
Thanks.

If you don't want a gui, I suggest you use the following options in the configure line: --disable-gui --enable-menu.
dvdread and dvdnav should automatically get checked out from svn when checking out mplayer and doesn't require any further steps. Just look closely to the summary mplayer gives you after executing the ./configure [..] command. It should say something in the nature of "using internal dvdread and dvdnav enabled".
Last edited by Nepherte (2009-05-14 10:15:58)

Similar Messages

  • I'm from Perú. My iPad doesn't work. I'm trying to contact with apple support but I can't. What can I do? How can I contact them?

    I am Eileen. I'm from Perú.
    I'm really concerned.
    My iPad doesn't work since 2 months ago. And I can't do anything. In the Istore (where I bought my iPad, 1 year and 5 months ago) said that  they couldn't repair it, and I must to go to USA to fix it.
    So I'm trying to contact with apple support but it's impossible.
    I hope you can contact me, and it would be better if someone who speaks spanish contact me.
    Thanks.

    You may have to try and contact the authorized Apple support in Mexico or Brazil:
    Latin America and the Caribbean
    Brazil
    0800-761-0880
    Mexico
    001-866-676-5682
    iPhone:
    001-800-692-7753
    The 800-numbers to contact Apple (US) we see at the main Apple Store (US) are not
    able to be used out-of-country; some listed in the Contact Apple are main numbers
    though and one could pay the toll-charges to try ones luck...
    •Apple - How to Contact Us:
    http://www.apple.com/contact/
    https://locate.apple.com/country
    Find an Apple Authorized Service Provider?
    Contact Apple for support and service
    Sadly, most responding people here are just product owners and users; we do not represent
    Apple, its policies, or other aspects of the business. As volunteers of our time, we, from our
    places of residence or other locations convenient to our free time, we donate time and some
    ideas on common to not-so-common technical or other issues; with no expressed or implied
    warranty that our advice has any binding effect on anyone, and Apple is their own boss.
    Often advice here cites Apple support articles that are published; some times persons with
    experience unique that worked for them in certain circumstances, is shared. Other times
    one may see a few wild guesses in attempts to help people with product issues. And most
    times, suggestions to 'visit some Authorized Apple Service Provider' are all one can say.
    Hopefully you can find someone at the Mexico or Brazil location that can give you some help
    in regard to repairs or other alternatives; or perhaps a US independent authorized service
    provider could look into your product & repair it; after you contact one to see what they'd do.
    PS: did you find anything using these?
    https://locate.apple.com/pe/es/
    http://consultants.apple.com/locator-latin.php
    Good luck & happy computing!
    edited 2x

  • Mplayer-svn with dvdnav patch - testers needed

    This was getting a bit OT here, so here's a new thread.
    I've added the dvdnav patch, which provides support for DVD menus, to the existing mplayer-svn PKGBUILD. It compiles successfully, but I don't have a DVD drive, so I can't test it. Here's the PKGBUILD:
    <edit>
    Added unset CFLAGS, as advised by kth5.
    # Contributor: lucke <lucke>
    # Contributor: Tom K <tomk>
    pkgname=mplayer-svn
    pkgver=18699
    pkgrel=1
    pkgdesc="A movie player for linux"
    depends=('libmad' 'libungif' 'cdparanoia' 'gtk2' 'codecs' 'sdl' 'xvidcore'
    'libjpeg' 'lame' 'libtheora' 'esd' 'faad2' 'ttf-bitstream-vera'
    'libxxf86dga' 'fontconfig' 'libxinerama' 'libxv' 'libpng' 'libxxf86vm')
    makedepends=('subversion')
    source=(ftp://ftp.mplayerhq.hu/MPlayer/Skin/Blue-1.5.tar.bz2
    http://www.freeweb.hu/dcxx/mplayer/20060612/mplayer-dvdnav-patch.tar.gz)
    md5sums=('371fa9457f0f23295ddaa93b57d862a0' 'cd75eb8942b2f15c653188d2df216e57')
    conflicts=('mplayer')
    provides=('mplayer')
    url="http://www.mplayerhq.hu/"
    license="GPL"
    _svntrunk=svn://svn.mplayerhq.hu/mplayer/trunk/
    _svnmod=mplayer
    build() {
    cd $startdir/src
    msg "Connecting to mplayer SVN ...."
    svn co $_svntrunk/ $_svnmod --config-dir ./ -r $pkgver
    msg "Copying files to build directory ...."
    cp -r $_svnmod $_svnmod-build
    cd $_svnmod-build
    # Apply files and patches for dvdnav
    cp ../mplayer-dvdnav-patch/mplayer-add/libmpdemux/* libmpdemux
    cp ../mplayer-dvdnav-patch/mplayer-add/libmpcodecs/* libmpcodecs
    cp -r ../mplayer-dvdnav-patch/mplayer-add/libmpdvdnav .
    patch -Np0 -i ../mplayer-dvdnav-patch/navmplayer.patch || return 1
    patch -Np0 -i ../mplayer-dvdnav-patch/navgui.patch || return 1
    unset CFLAGS
    ./configure --prefix=/usr --enable-gui --disable-arts --disable-smb
    --enable-sdl --enable-x11 --enable-theora --confdir=/etc/mplayer
    --with-win32libdir=/usr/lib/win32 --enable-external-faad --enable-menu
    --enable-tv-v4l --enable-tv-v4l2 --disable-liblzo --enable-largefiles
    --disable-libdv --disable-aa --enable-xvid --disable-divx4linux
    --enable-dvdnav
    make || return 1
    make DESTDIR=$startdir/pkg install
    cp etc/{codecs.conf,input.conf,example.conf} $startdir/pkg/usr/share/mplayer
    ln -s /usr/share/fonts/TTF/Vera.ttf $startdir/pkg/usr/share/mplayer/subfont.ttf
    rm -rf $startdir/pkg/usr/share/mplayer/font
    mv $startdir/src/Blue $startdir/pkg/usr/share/mplayer/skins/default
    rm -rf ../$_svnmod-build
    <edit> Supplied package removed, as it was too specific to the build machine.
    The link above gives full details of what this patch can and cannot do.
    I'll run the package here to make sure existing functionality is OK, but I'd be grateful if others could try out the DVD stuff and report back. If it's good enough, I'll include it in the AUR package.
    Thanks.

    MAC!EK wrote:
    tomk wrote:MAC!EK - every mplayer config option, including directfb, is autodetected, so if it's there, mplayer will use it - if it's not, it won't. That does not mean mplayer depends on them. This PKGBUILD provides a package that is identical to the stock Arch package, apart from functionality that is only available in the newer code, so the options that are specifically enabled are the ones chosen for that package.
    OK but...
    $ sudo pacman -R directfb
    removing directfb... done.
    $ mplayer Batman.wmv
    mplayer: error while loading shared libraries: libdirectfb-0.9.so.24: cannot open shared object file: No such file or directory
    Mayby I didn't understood somethin fro myour post, but this doesn't look like autodetection.
    I guess he meant autodetcted by the configure-script before compiling...

  • Now Available: Solstice Enterprise Manager 4.0 - with SNMPv2c support but...

    Hi!
    On http://www.sun.com/sem/ you can read that SEM 4.0 is released.
    I need an SE Master Agent with SNMPv2 support.
    Is this Agent included in SEM 4.0? Where can I download SEM 4.0?
    What is the difference between SNMPv2 and SNMPv2c?
    Best regards,
    cAner

    Hi ,
    My answers are in-line.
    I need an SEMaster Agent with SNMPv2 support. Is this Agent included > in SEM 4.0? This agent (snmpv2d) is bundled in SEM 4.0 as part of the Sun Net Manager bundle that SEM provides for backward compatibility.
    If snmpv2d is the objective of your question then you can download
    the SNM software(aka Domain Manager) at
    http://www.sun.com/software/dm/
    Where can I download SEM 4.0?Answer from the SEM Product team:
    This is a good question. If the customer wants to purchase the SEM 4.0 software, it is available for purchase via the sunstore(sunstore.sun.com) on the web.
    What is not available currently, however, is a on-line evaluation version. This is something we'll look into and would like to add. A customer can try SEM 4.0, but the sales rep would have to get them the cd and they can then get a 30 day demo license.
    What is the difference between SNMPv2 and SNMPv2c?SNMPv2c is the combination of the enhanced protocol features
    of SNMPv2 without the SNMPv2 security. The "c" comes from the
    fact that SNMPv2c uses the SNMPv1 community string paradigm
    for "security".
    Please follow the link below for more information on teh above question.
    http://www.faqs.org/faqs/snmp-faq/part1/
    Thanks
    Sujeet (Sun-DTS)

  • Dreamweaver CS6 PhoneGap build with Camera support for Android Device

    I am trying to build a simple app that triggers the camera in my Samsung N7000 device.
    I have built the app using Dreamweaver CS6 using the builting phonegap build support.
    I am using the Windows version of Dreamweaver CS6.
    When the app is built it shows no errors but when the app is installed on the device it does not trigger  the camera.
    I can not seem to get this very basic app to trigger the camera.
    Any suggestions will be very much appreciated.
    //=======================================================================
    Below is the index.html file i have been using.
        <script src="phonegap.js"></script>
        <script type="text/javascript" charset="utf-8">
            // Called when capture operation is finished
            function captureSuccess(mediaFiles) {
                //var i, len;
                //for (i = 0, len = mediaFiles.length; i < len; i += 1) {
                //    //uploadFile(mediaFiles[i]);
                //navigator.notification.alert('Weee', null, 'Great success!');
            // Called if something bad happens.
            function captureError(error) {
                //var msg = 'An error occurred during capture: ' + error.code;
                //navigator.notification.alert(msg, null, 'Uh oh!');
            // A button will call this function
            function captureImage() {
                // Launch device camera application,
                // allowing user to capture up to 2 images
                navigator.device.capture.captureImage(captureSuccess, captureError, { limit: 2 });
            // Upload files to server
            function uploadFile(mediaFile) {
                var ft = new FileTransfer(),
                    path = mediaFile.fullPath,
                    name = mediaFile.name;
                ft.upload(path,
                    "http://my.domain.com/upload.php",
                    function (result) {
                        console.log('Upload success: ' + result.responseCode);
                        console.log(result.bytesSent + ' bytes sent');
                    function (error) {
                        console.log('Error uploading file ' + path + ': ' + error.code);
                    { fileName: name });
        </script>
        <script type="text/javascript" charset="utf-8">
            var pictureSource;   // picture source
            var destinationType; // sets the format of returned value
            // Wait for Cordova to connect with the device
            function onLoad() { document.addEventListener("deviceready", onDeviceReady, false); }
            // Cordova is ready to be used!
            function onDeviceReady() {
                pictureSource = navigator.camera.PictureSourceType;
                destinationType = navigator.camera.DestinationType;
                alert("device is ready");
            // Called when a photo is successfully retrieved
            function onPhotoDataSuccess(imageData) {
                // Uncomment to view the base64 encoded image data
                // console.log(imageData);
                // Get image handle
                var smallImage = document.getElementById('smallImage');
                // Unhide image elements
                smallImage.style.display = 'block';
                // Show the captured photo
                // The inline CSS rules are used to resize the image
                smallImage.src = "data:image/jpeg;base64," + imageData;
            // Called when a photo is successfully retrieved
            function onPhotoURISuccess(imageURI) {
                // Uncomment to view the image file URI
                // console.log(imageURI);
                // Get image handle
                var largeImage = document.getElementById('largeImage');
                // Unhide image elements
                largeImage.style.display = 'block';
                // Show the captured photo
                // The inline CSS rules are used to resize the image
                largeImage.src = imageURI;
            // A button will call this function
            function capturePhoto() {
                // Take picture using device camera and retrieve image as base64-encoded string
                navigator.camera.getPicture(onPhotoDataSuccess, onFail, {
                    quality: 50,
                    destinationType: destinationType.DATA_URL
            // A button will call this function
            function capturePhotoEdit() {
                // Take picture using device camera, allow edit, and retrieve image as base64-encoded string 
                navigator.camera.getPicture(onPhotoDataSuccess, onFail, {
                    quality: 20, allowEdit: true,
                    destinationType: destinationType.DATA_URL
            // A button will call this function
            function getPhoto(source) {
                // Retrieve image file location from specified source
                navigator.camera.getPicture(onPhotoURISuccess, onFail, {
                    quality: 50,
                    destinationType: destinationType.FILE_URI,
                    sourceType: source
            // Called if something bad happens.
            function onFail(message) {
                alert('Failed because: ' + message);
        </script>
    </head>
    <body onLoad="onLoad()">
        <button onclick="capturePhoto();">Capture Photo</button> <br><br>
        <button onclick="capturePhotoEdit();">Capture Editable Photo</button> <br><br>
        <button onclick="getPhoto(pictureSource.PHOTOLIBRARY);">From Photo Library</button><br><br>
        <button onclick="getPhoto(pictureSource.SAVEDPHOTOALBUM);">From Photo Album</button><br><br>
        <img style="display:none;width:60px;height:60px;" id="smallImage" src="" />
        <img style="display:none;" id="largeImage" src="" />
        <br><button onclick="captureImage();">Capture Image</button> <br>
    //=======================================================================================
    Below is the config.xml file i am using
    <?xml version="1.0" encoding="UTF-8" ?>
        <widget xmlns   = "http://www.w3.org/ns/widgets"
            xmlns:gap   = "http://phonegap.com/ns/1.0"
            id          = "com.phonegap.camera_test"
            versionCode = "11"
            version     = "1.1.0" >
    <name>bla</name>
    <description>
        bla
    </description>
    <author href="http://bla.github.com"
        email="[email protected]">
        bla
    </author>
    <icon src="icon.png" gap:role="default" />
    <feature name="http://api.phonegap.com/1.0/geolocation"/>
    <feature name="http://api.phonegap.com/1.0/network"/>
      <feature name="http://api.phonegap.com/1.0/file"/>
      <feature name="http://api.phonegap.com/1.0/camera"/>
      <feature name="http://api.phonegap.com/1.0/media"/>
      <feature name="http://api.phonegap.com/1.0/device"/>
      <feature name="http://api.phonegap.com/1.0/notification"/>
      <feature name="http://api.phonegap.com/1.0/battery"/>
    <preference name="orientation" value="portrait" />
    <preference name="webviewbounce" value="false" />
    <preference name="prerendered-icon" value="true" />
      <preference name="phonegap-version" value="3.1.0" />
      <preference name="fullscreen" value="false" />
      <preference name="stay-in-webview" value="false" />
      <preference name="ios-statusbarstyle" value="default" />
      <preference name="android-minSdkVersion" value="7" />
      <preference name="android-installLocation" value="internalOnly" />
      <preference name="target-device" value="universal" />
      <preference name="autohide-splashscreen" value="true" />
      <preference name="load-url-timeout" value="60000" />
      <preference name="show-splashscreen-spinner" value="true" />
      <preference name="show-splash-screen-spinner" value="true" />
      <preference name="allow-inline-media-playback" value="false" />
      <preference name="launch-mode" value="standard" />
      <plugin name="Capture" value="CDVCapture" />
      <plugin name="Camera" value="CDVCamera" />
    </widget>
    //=======================================================================================

    This forum is actually about the Cloud, not about using individual programs
    Once your program downloads and installs with no errors, you need the program forum
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll
    http://forums.adobe.com/community/dreamweaver

  • [SOLVED]Mplayer/Mencoder with mp3lame support

    I'm searchig to encode my .avi file to use it with my Zen.
    I want to use mencoder to make this and not ffmpeg because there is a useful script based on mencoder.
    But mplayer in arch linux repository has not mp3lame support enabled.
    I don't know how to build it with this stuff, all my trials to make the PKGBUILD works are failed.
    Have someone an idea of how to modify the configure option in mplayer's PKGBUILD to enable mp3lame.
    Last edited by algol.tr (2009-05-29 13:20:55)

    if the only options available with ./configure --help are --disable-{mp3lame,mp3lame-lavc} then doesn't that mean they are enabled by default? in that case why is he getting the error at the start of this post?
    mine seems to have it, though i don't have a file to test right now:
    > mencoder -oac help
    MEncoder UNKNOWN-4.4.0 (C) 2000-2009 MPlayer Team
    137 audio & 296 video codecs
    Available codecs:
    copy - frame copy, without re-encoding (useful for AC3)
    pcm - uncompressed PCM audio
    mp3lame - cbr/abr/vbr MP3 using libmp3lame
    lavc - FFmpeg audio encoder (MP2, AC3, ...)
    faac - FAAC AAC audio encoder

  • I updated softwhare on my iphone 3gs on sunday which has now wiped all softwear off my phone and now wont connect to itunes or even turn on? any clue, tried rebooting with home buton but no response!!

    updated software on iphone 3gs on sunday and now phone has stoppped working, almost as if the phone has been wiped of all hardware!! when trying to add new device to system computer keeps aking for disk that came with device, and obviously the iphone doesnt come with one!! all thats displayed on screen is usb logo and itunes logo, but my tunes account wont connect!! is phone nakered? help with this would be great!

    Have EXACTLY the same issue thePOPEofDOPE420, tried the setting> general> reset> reset network setting suggestion - but this does nothing. Still the issue persists.
    WiFi - internet works great. As soon as it's off, status bars showing a full signal, 3G but the web page/Facebook app/App Store just hangs and won't load.
    Not sure who to contact - T-Mobile or Apple?

  • My iPhone 4 used to synch with my pc but the "synch" option now remains grey and is not recognizing my phone. My wife's 3s still can sink. Any ideas

    My iPhone 4 no longer is recognized when I plug it into my pc. However it still recognizes my wifes 3s.  What can I do.

    You may need to reinstall your iPhone drivers. Make sure you connect your iPhone first to the computer then do this, go to "Control Panel" in there look for "Device Manager", once that opens up there should be a USB icon with a yellow explanation mark right click and uninstall the driver. Then reconnect your iPhone and they will install automatically. Hope this helps you.

  • [Request] Mplayer with aac support.

    Could someone make me a mplayer package with aac support? I can't seem to compile it because of Error: Bad gcc version.
    EDIT: Never mind, fixed it.

    Could someone make me a mplayer package with aac support? I can't seem to compile it because of Error: Bad gcc version.
    EDIT: Never mind, fixed it.

  • How do I install a version of vim with Python support?

    I'm trying to install a version of vim with Python support, but for some reason I can't seem to find anything useful when I search.
    So far I've found posts that say arch doesn't have one built with Python support, and use this <broken link> AUR package. I've search AUR for "vim python" which turned up nothing. There *does* exist extra/gvim-python3, but when I install that, then vim (not gvim) still tells me "Error: Required vim compiled with +python"
    This search:
    https://duckduckgo.com/?t=lm&q=arch+lin … on+support
    Provides:
    https://bbs.archlinux.org/viewtopic.php … 1#p1070281 - Only a link to a bug report
    https://bbs.archlinux.org/viewtopic.php … 0#p1144210 - Post with the 404'd AUR link
    What I finally found was this Gist with directions on using the ABS:
    https://gist.github.com/MicahElliott/3048622
    Ultimately you'll have to change the particular tar.xz files you use in the pacman -U steps, but this should get you vim with Python enabled.

    I have downloaded vim by cloning The Vim Mercurial repository.
    hg clone https://vim.googlecode.com/hg/ ~/bin/vim_bin
    Then i have a this script to install it in my own ~/bin/ dir.
    #!/bin/bash
    cd /home/myuser/bin/vim_bin/src
    echo "---Configure----"
    ./configure --prefix=/usr --localstatedir=/var/lib/vim \
    --with-features=big --with-compiledby="Custom Vim insall" \
    --enable-gpm --enable-acl --with-x=no \
    --disable-gui --enable-multibyte --enable-cscope \
    --enable-netbeans --enable-perlinterp \
    --enable-rubyinterp --enable-luainterp \
    --enable-pythoninterp --with-python-config-dir=/usr/lib/python2.7/config \
    --enable-python3interp --with-python3-config-dir=/usr/lib/python3.4/config > my_log
    echo "=== Make ==="
    make >> my_log
    echo "==== Install ===="
    make install >> my_log
    Hope it helps some one

  • PHP5 package compiled with LDAP support?

    When I check phpinfo() it appears the PHP5 package was compiled with LDAP support but for some reason when I try a ldap_connect function in php it errors with 'Fatal error: Call to undefined function ldap_connect() in ...'
    Anybody have any idea what the problem is?
    Thanks,
    Craig

    I'm not sure about the php.ini thing, I've combed through it looking for idea's as well, but the only ldap string in the whole file is this 'extension=php_ldap.dll' and that doesn't apply to Arch.
    Also at http://www.php.net/ldap it talks about requirements etc and I'm almost thinking that the php5 package is not compiled with ldap even though when I do a phpinfo() it does show '--with-ldap' in the compile settings.

  • I was wondering if there is a way i can live chat with tech support online. Account issues/compromised.

    I need to talk with tech support, but don't have a phone, cause i can't afford one. My account has been comprimised and need all the devices logged into it logged out.

    Go here and click on Account Management. Select a topic and you should be able to select Chat as an option for help.
    https://getsupport.apple.com/Issues.action

  • Why is my serial number for iPhone 3GS not accepted with apple support?

    I tried to register my iPhone 3GS serial number with apple support but could not. Why?

    You need to contact Apple for the answer to that question
    Apple Contact USA
    http://www.apple.com/contact/
    Contacting Apple World Wide for Support and Service
    http://support.apple.com/kb/HE57

  • My iPhone says that my charger is not supported, but it's the charger that came with my phone. Is there any way I can solve this issue?

    My iPhone says that my charger is not supported, but it's the charger that came with my phone. Is there any way I can solve this issue?

    Try cleaning out the phone's port, of pocket fluff and such. Carefully. And check the mains adapter similarly, but less likely.

  • I need to get into contact with Adobe support on renewal of my CC subscription which does not work but I cannot find any PHONE number just the referral to this forum - help, what should I do?? Thanks!!

    I need to get into contact with Adobe support on renewal of my CC subscription which does not work but I cannot find any PHONE number just the referral to this forum - help, what should I do?? Thanks!!

    Use the web chat:
    Contact Customer Care
    Mylenium

Maybe you are looking for