Skip to content

gst-plugins-good: rebuild 1.16.1 with new taglib #2960

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions gst-plugins-good.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION gst-plugins-good-1.16.1-1
# BEE_VERSION gst-plugins-good-1.16.1-2

#SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/515987ee763256840a11bd8ea098f2bf/gst-plugins-good-1.16.1.tar.xz"
Expand All @@ -21,7 +21,8 @@ SRCURL[0]="https://beehive.molgen.mpg.de/515987ee763256840a11bd8ea098f2bf/gst-pl

mee_configure() {
bee_configure \
--with-package-name="GStreamer Good Plugins ${PKGVERSION} MarIuX"
--with-package-name="GStreamer Good Plugins ${PKGVERSION} MarIuX" \
--disable-nls
}

#mee_build() {
Expand Down