Plasma/Plasma Media Center/getting started with PMC

From KDE Community Wiki
Revision as of 13:09, 6 August 2015 by Dj3mb3 (talk | contribs) (→‎Package dependency)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Introduction

Plasma media Center (PMC) is KDE's Media Center which allow you to play your favourite songs, view lovely pictures and watch viedos together at one place.

This wiki page is created mainly tell how and from where a person should start with in order to contribute into this project. Our main wiki page related to Plasma Media Center is available at http://community.kde.org/Plasma/Plasma_Media_Center

Source Code

You can browse Plasma Media center source code at https://projects.kde.org/projects/extragear/multimedia/plasma-mediacenter/repository

To get the current source code from git, you can use following in your terminal

    $ git clone git://anongit.kde.org/plasma-mediacenter

Package dependency

Please install package dependency according to what distro you are using from http://sinny.io/2012/10/24/pmcinstall/

Building source

  • Go inside plasma-mediacenter folder
     $ cd plasma-mediacenter
  • Now, create a build directory. build directory will contain all binaries, libraries generated by make
     $ mkdir build
  • Enter into build directory
     $ cd build
  • Run cmake in source directory, you can also provide custom path in option -DCMAKE_INSTALL_PREFIX to tell where your final binary should get installed
     $ cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
  • Run make command to generate binaries
     $ make or,
     $ make -j(n+1)         # here, n = number of CPU available in your system
  • Now, install binaries to path mentioned in option -DCMAKE_INSTALL_PREFIX
      $ sudo make install
  • Now, run kbuildsycoca4 in order to get plugins loaded
      $ kbuildsycoca4

- You can also take help from blog http://sinny.in/2012/10/24/pmcinstall/

Bug report and fixes

Once you are done with successful installation, run plasma-mediacenter and it should launch.

Submitting patch

Done some fixes in code? You can send us your patch for getting reviewed

  • Goto url https://git.reviewboard.kde.org/
  • upload patch
  • Update required information along with summary
  • In group section, add group as "plasma"
  • In case you want your code reviewed by specifice people, enter corresponding email id in people section

Getting Help

If you have any question or need any kind of help then