Merge lp:~jamesh/thumbnailer/build-packages into lp:thumbnailer/devel

Proposed by James Henstridge
Status: Merged
Approved by: Michi Henning
Approved revision: 374
Merged at revision: 374
Proposed branch: lp:~jamesh/thumbnailer/build-packages
Merge into: lp:thumbnailer/devel
Diff against target: 45 lines (+29/-2)
1 file modified
snapcraft.yaml (+29/-2)
To merge this branch: bzr merge lp:~jamesh/thumbnailer/build-packages
Reviewer Review Type Date Requested Status
unity-api-1-bot continuous-integration Approve
Michi Henning (community) Approve
Review via email: mp+318075@code.launchpad.net

Commit message

Extend snapcraft.yaml build-packages based on contents of debian/control.

Description of the change

Extend snapcraft.yaml build-packages based on contents of debian/control.

To post a comment you must log in.
Revision history for this message
Michi Henning (michihenning) wrote :

Looks good, thanks!

review: Approve
Revision history for this message
unity-api-1-bot (unity-api-1-bot) wrote :

PASSED: Continuous integration, rev:374
https://jenkins.canonical.com/unity-api-1/job/lp-thumbnailer-ci/38/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build/1713
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-0-fetch/1720
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1495
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1495/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/1495
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=amd64,release=zesty/1495/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1495
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1495/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/1495
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=armhf,release=zesty/1495/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/1495
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=xenial+overlay/1495/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/1495
        deb: https://jenkins.canonical.com/unity-api-1/job/build-2-binpkg/arch=i386,release=zesty/1495/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/unity-api-1/job/lp-thumbnailer-ci/38/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml 2017-02-08 06:54:23 +0000
+++ snapcraft.yaml 2017-02-23 08:33:43 +0000
@@ -62,8 +62,6 @@
62 source: .62 source: .
63 after:63 after:
64 - desktop-ubuntu-app-platform64 - desktop-ubuntu-app-platform
65 build-packages:
66 - gstreamer1.0-libav # For H.264
67 filesets:65 filesets:
68 binaries:66 binaries:
69 - bin/*67 - bin/*
@@ -94,3 +92,32 @@
94 plugin=$(echo /usr/lib/*/gstreamer-1.0/libgstlibav.so)92 plugin=$(echo /usr/lib/*/gstreamer-1.0/libgstlibav.so)
95 mkdir -p $SNAPCRAFT_PART_INSTALL/$(dirname $plugin)93 mkdir -p $SNAPCRAFT_PART_INSTALL/$(dirname $plugin)
96 cp $plugin $SNAPCRAFT_PART_INSTALL/$plugin94 cp $plugin $SNAPCRAFT_PART_INSTALL/$plugin
95
96 build-packages:
97 - cmake
98 - cmake-extras
99 - google-mock
100 - gstreamer1.0-libav # For H.264
101 - libapparmor-dev
102 - libboost-filesystem-dev
103 - libboost-iostreams-dev
104 - libboost-regex-dev
105 - libexif-dev
106 - libgdk-pixbuf2.0-dev
107 - libgstreamer1.0-dev
108 - libgstreamer-plugins-base1.0-dev
109 - libgtest-dev
110 - libleveldb-dev
111 - libqtdbustest1-dev
112 - librsvg2-common
113 - libtag1-dev
114 - libunity-api-dev
115 - lsb-release
116 - persistent-cache-cpp-dev
117 - qml-module-qtquick2
118 - qml-module-qttest
119 - qtbase5-dev
120 - qtbase5-dev-tools
121 - qtdeclarative5-dev
122 - shared-mime-info
123 - doxygen

Subscribers

People subscribed via source and target branches

to all changes: