Changeset 975b612 for multimedia


Ignore:
Timestamp:
04/04/2022 11:55:32 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
19a9160
Parents:
33f65424
Message:

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.

Location:
multimedia/libdriv
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst10-libav.xml

    r33f65424 r975b612  
    114114meson  --prefix=/usr       \
    115115       --buildtype=release \
    116        -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
     116       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
    117117       -Dpackage-name="GStreamer &gst10-libav-version; BLFS" &amp;&amp;
    118118ninja</userinput></screen>
  • multimedia/libdriv/gst10-plugins-bad.xml

    r33f65424 r975b612  
    194194       --buildtype=release \
    195195       -Dgpl=enabled       \
    196        -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
     196       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
    197197       -Dpackage-name="GStreamer &gst10-plugins-bad-version; BLFS" &amp;&amp;
    198198ninja</userinput></screen>
  • multimedia/libdriv/gst10-plugins-base.xml

    r33f65424 r975b612  
    142142meson  --prefix=/usr       \
    143143       --buildtype=release \
    144        -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
     144       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
    145145       -Dpackage-name="GStreamer &gst10-plugins-base-version; BLFS"    \
    146146       --wrap-mode=nodownload &amp;&amp;
  • multimedia/libdriv/gst10-plugins-good.xml

    r33f65424 r975b612  
    157157meson  --prefix=/usr       \
    158158       --buildtype=release \
    159        -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
     159       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
    160160       -Dpackage-name="GStreamer &gst10-plugins-good-version; BLFS" &amp;&amp;
    161161ninja</userinput></screen>
  • multimedia/libdriv/gst10-plugins-ugly.xml

    r33f65424 r975b612  
    128128meson  --prefix=/usr       \
    129129       --buildtype=release \
    130        -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
    131        -Dpackage-name="GStreamer &gst10-plugins-good-version; BLFS" &amp;&amp;
     130       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
     131       -Dpackage-name="GStreamer &gst10-plugins-ugly-version; BLFS" &amp;&amp;
    132132ninja</userinput></screen>
    133133
  • multimedia/libdriv/gstreamer10-vaapi.xml

    r33f65424 r975b612  
    109109meson  --prefix=/usr       \
    110110       --buildtype=release \
    111        -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ &amp;&amp;
     111       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ &amp;&amp;
    112112ninja</userinput></screen>
    113113
  • multimedia/libdriv/gstreamer10.xml

    r33f65424 r975b612  
    132132       --buildtype=release \
    133133       -Dgst_debug=false   \
    134        -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/svn/ \
     134       -Dpackage-origin=https://www.linuxfromscratch.org/blfs/view/&blfs-version;/ \
    135135       -Dpackage-name="GStreamer &gstreamer10-version; BLFS" &amp;&amp;
    136136ninja</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.