From f7fe02a6887e9f1b6a8512fe4b70abc8b1915866 Mon Sep 17 00:00:00 2001 From: mrkkrp Date: Mon, 27 Feb 2017 00:48:29 +0300 Subject: [PATCH] =?UTF-8?q?Add=20the=20=E2=80=98lame=E2=80=99=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-constraints.yaml | 1 + debian-bootstrap.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..ea2fb923 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2035,6 +2035,7 @@ packages: - wave - flac - flac-picture + - lame # "Thomas Bereknyei ": # - multiplate # bounds: transformers diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 937789b5..1dac2901 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -78,6 +78,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmp3lame-dev \ libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \