Merge pull request #83 from jsetton/nightly-gstreamer

Add back gstreamer packages
This commit is contained in:
aptalca 2021-06-02 22:32:25 -04:00 committed by GitHub
commit a608aaddd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 0 deletions

View file

@ -244,6 +244,8 @@ RUN \
ffmpeg \
fftw \
flac \
gst-plugins-good \
gstreamer \
mpg123 \
nano \
jq \
@ -251,6 +253,7 @@ RUN \
nano \
py3-beautifulsoup4 \
py3-flask \
py3-gobject3 \
py3-jellyfish \
py3-munkres \
py3-musicbrainzngs \

View file

@ -244,6 +244,8 @@ RUN \
ffmpeg \
fftw \
flac \
gst-plugins-good \
gstreamer \
mpg123 \
nano \
jq \
@ -251,6 +253,7 @@ RUN \
nano \
py3-beautifulsoup4 \
py3-flask \
py3-gobject3 \
py3-jellyfish \
py3-munkres \
py3-musicbrainzngs \

View file

@ -244,6 +244,8 @@ RUN \
ffmpeg \
fftw \
flac \
gst-plugins-good \
gstreamer \
mpg123 \
nano \
jq \
@ -251,6 +253,7 @@ RUN \
nano \
py3-beautifulsoup4 \
py3-flask \
py3-gobject3 \
py3-jellyfish \
py3-munkres \
py3-musicbrainzngs \

View file

@ -33,6 +33,7 @@ param_ports:
# changelog
changelogs:
- { date: "02.06.21:", desc: "Add back gstreamer packages." }
- { date: "24.05.21:", desc: "Add missing changes from master branch." }
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }