[Merge] lp:~phablet-team/media-hub/snap-packaging into lp:media-hub
Jim Hodapp
jim.hodapp at canonical.com
Tue Sep 6 19:26:15 UTC 2016
Diff comments:
> === added file 'snapcraft.yaml'
> --- snapcraft.yaml 1970-01-01 00:00:00 +0000
> +++ snapcraft.yaml 2016-08-24 14:41:35 +0000
> @@ -0,0 +1,52 @@
> +name: media-hub
> +version: 1
> +summary: Server and client sides of media-hub
> +description: |
> + A combined package containing both media-hub-server and clients along with
> + a very simple QMediaPlayer based test client that can play and audio file.
> +confinement: devmode
> +
> +apps:
> + service:
> + command: usr/bin/media-hub-server
> + slots: [mpris]
> + plugs: [pulseaudio]
> +
> +parts:
> + service:
> + plugin: cmake
> + source: .
> +
> + build-packages:
> + - dbus-test-runner
> + - debhelper
> + - dh-apparmor
> + - doxygen
> + - google-mock
> + - graphviz
> + - gstreamer1.0-plugins-good
> + - libboost-dev
> + - libboost-filesystem-dev
> + - libboost-log-dev
> + - libboost-program-options-dev
> + - libboost-system-dev
> + - libdbus-1-dev
> + - libdbus-cpp-dev
> + - libgoogle-glog-dev
> + - libgstreamer1.0-dev
> + - libgstreamer-plugins-base1.0-dev
> + - libhybris-dev
> + - libprocess-cpp-dev
> + - libproperties-cpp-dev
> + - libpulse-dev
> + - libtelepathy-qt5-dev
> + - lsb-release
> + - pkg-config
> + - qtbase5-dev
> +
> + stage-packages:
> + - gstreamer1.0-fluendo-mp3
Yes, last time I checked on this we still had the licensing for all of our distributions to ship with the mp3 codec.
> +
> + configflags:
> + - -DCMAKE_INSTALL_PREFIX:PATH=/usr
> + - -DCMAKE_LIBRARY_PATH=/usr/lib
--
https://code.launchpad.net/~phablet-team/media-hub/snap-packaging/+merge/303825
Your team Ubuntu Phablet Team is subscribed to branch lp:media-hub.
More information about the Ubuntu-reviews
mailing list