Browse Source

snap: link with contrib-provided protobuf.

pull/68/head
Konstantin Pavlov 9 years ago
parent
commit
17f720a061
  1. 8
      extras/package/snap/snapcraft.yaml

8
extras/package/snap/snapcraft.yaml

@ -41,9 +41,15 @@ parts:
prepare: | prepare: |
sed -i 's|0\.19\.8|0\.19\.7|' configure.ac sed -i 's|0\.19\.8|0\.19\.7|' configure.ac
build: | build: |
cd extras/tools
./bootstrap
make -j $(getconf _NPROCESSORS_ONLN) .protoc
cd ../../
export PATH=$PWD/extras/tools/build/bin:$PATH
cd contrib && mkdir linux && cd linux cd contrib && mkdir linux && cd linux
../bootstrap ../bootstrap
make list make list
make -j $(getconf _NPROCESSORS_ONLN) .protobuf
make -j $(getconf _NPROCESSORS_ONLN) .libplacebo make -j $(getconf _NPROCESSORS_ONLN) .libplacebo
make -j $(getconf _NPROCESSORS_ONLN) .ffmpeg make -j $(getconf _NPROCESSORS_ONLN) .ffmpeg
make -j $(getconf _NPROCESSORS_ONLN) .spatialaudio make -j $(getconf _NPROCESSORS_ONLN) .spatialaudio
@ -175,8 +181,6 @@ parts:
- bison - bison
- flex - flex
- zsh - zsh
- protobuf-compiler
- protobuf-c-compiler
stage-packages: stage-packages:
- fonts-freefont-ttf - fonts-freefont-ttf
- dbus-x11 - dbus-x11

Loading…
Cancel
Save