Giter Site home page Giter Site logo

gitter-badger / baka-mplayer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from u8sand/baka-mplayer

0.0 1.0 0.0 4.09 MB

The libmpv based media player

Home Page: http://bakamplayer.u8sand.net/

License: GNU General Public License v2.0

Groff 0.39% Shell 4.28% QMake 2.52% C++ 92.81%

baka-mplayer's Introduction

Build Status


Overview

Baka MPlayer is a free and open source, cross-platform, libmpv based multimedia player. Its simple design reflects the idea for an uncluttered, simple, and enjoyable environment for watching tv shows.

Requirements

  • gcc
  • pkg-config
  • libmpv-dev
  • qtbase5-dev (>= 5.2.0)
    • qt5-qmake
    • qttools5-dev-tools
    • qtdeclarative5-dev
    • libqt5svg5-dev
    • libqt5x11extras5-dev
    • libqt5network5
  • youtube-dl (optional, for streaming youtube videos)

Note: Packages may be named slightly different for each distro

Get the font

Baka MPlayer was designed around the font called Noto Sans. Noto Sans was used because of its open source nature and its broad support for Unicode characters. Having the correct font installed insures that what you see is what was intended.

Get it here.

Compilation

Windows

These instructions are for cross-compiling for Windows on a Linux system (Note: the architecture can be either x86_64 or i686 depending on which platform you're compiling for).

git clone -b release https://github.com/u8sand/Baka-MPlayer.git
cd "Baka-MPlayer"
mkdir build
cp -r windows/cross-compilation/* build/
cd build
arch=x86_64
./baka-build.sh $arch

This is a very long process because you'll need to build the mingw32 toolchain mxe and all dependent libraries, libmpv.a, and finally baka-mplayer.exe. If everything succeeded without error, you'll get Baka-MPlayer.$arch.zip which should contain everything you need.

To rebuild simply delete the directory (in build) or the .zip file of what you need to rebuild and re-run ./baka-build.sh $arch.

To add custom patches, put them in src/patches/ prefixed with the name of what you're patching.

Linux

If your distribution does not provide a package, you can compile it from source. However we've made scripts for some distributions. See etc/sbin/linux/.

git clone -b release https://github.com/u8sand/Baka-MPlayer.git
cd "Baka-MPlayer"
mkdir build
cp -r linux/* build/
cd build
distro=debian_based
./$distro.sh

If this doesn't work or the distro you use is not listed here, you'll need to build mpv and then Baka MPlayer (the dependencies above are for Baka MPlayer). For help building mpv see https://github.com/mpv-player/mpv-build. Compiling Baka MPlayer from source can be done like so:

git clone -b release https://github.com/u8sand/Baka-MPlayer.git
cd "Baka-MPlayer"
./configure
make -j `grep -c ^processor /proc/cpuinfo`
sudo make install

The configuration file will be created on first run and will be written to ~/.config/bakamplayer.ini.

Mac OS X

As of right now you have to compile from source. You require some more dependencies which you can get from homebrew:

git clone -b release https://github.com/u8sand/Baka-MPlayer.git
cd "Baka-MPlayer"
brew tap mpv-player/mpv
brew install mpv --with-libmpv
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
./configure
make
open build

Then drag the app to your Applications folder. In the future there will be a brew formula to simplify this.

Similarly to Linux, the configuration file will be created on first run and will be written to ~/.config/bakamplayer.ini.

Other languages

By default, Baka MPlayer will compile in English if no language is specified during compilation. To compile a multi-lingual version of baka-mplayer, configure it like so:

./configure CONFIG+=install_translations

For more configuration options see the configure source file or read the manual.

You can check out which languages we currently support by checking out Baka-MPlayer/src/translations/.

Bug reports

Please use the issues tracker provided by GitHub to send us bug reports or feature requests.

Contact

IRC Channel: #baka-mplayer on irc.freenode.net

You can ask us questions about using Baka MPlayer, give feedback, or discuss its development. However, if possible, please avoid posting bugs there and use the issue tracker instead.

baka-mplayer's People

Contributors

alfredoramos avatar amazingfate avatar arabuli avatar epitron avatar frankhb avatar jbeich avatar jqs7 avatar muzena avatar reboare avatar redranamber avatar rrooij avatar starks avatar suhr avatar tehcereal avatar u8sand avatar wb9688 avatar yiip87 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.