mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
gstreamer stack: use the entity blfs-version
Instead of displaying the sysv development url, display the url corresponding to the revision and release of the book. Also fix a gst-xxx-version usage.
This commit is contained in:
parent
33f6542406
commit
975b612aaf
@ -113,7 +113,7 @@ cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
|
||||
-Dpackage-name="GStreamer &gst10-libav-version; BLFS" &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
|
@ -193,7 +193,7 @@ cd build &&
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dgpl=enabled \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
|
||||
-Dpackage-name="GStreamer &gst10-plugins-bad-version; BLFS" &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
|
@ -141,7 +141,7 @@ cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
|
||||
-Dpackage-name="GStreamer &gst10-plugins-base-version; BLFS" \
|
||||
--wrap-mode=nodownload &&
|
||||
ninja</userinput></screen>
|
||||
|
@ -156,7 +156,7 @@ cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
|
||||
-Dpackage-name="GStreamer &gst10-plugins-good-version; BLFS" &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
|
@ -127,8 +127,8 @@ cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
|
||||
-Dpackage-name="GStreamer &gst10-plugins-good-version; BLFS" &&
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
|
||||
-Dpackage-name="GStreamer &gst10-plugins-ugly-version; BLFS" &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
@ -108,7 +108,7 @@ cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ &&
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
|
||||
|
@ -131,7 +131,7 @@ cd build &&
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dgst_debug=false \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
|
||||
-Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
|
||||
-Dpackage-name="GStreamer &gstreamer10-version; BLFS" &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user