修訂 | 60f26845ab33e274755793a64caa01ff70257d27 (tree) |
---|---|
時間 | 2024-05-16 22:08:15 |
作者 | matsuand <30614168+matsuand@user...> |
Commiter | matsuand |
Update:
* SDL2-2.30.1
* Xorg/gdk-pixbuf-2.42.11
* Xorg/pango-1.52.2
* alsa-lib-1.2.11
* apache-2.4.59
* brotli-1.1.0
* docutils-0.21.2
* fdk-aac-2.0.3
* ffmpeg-7.0
* fontconfig-2.15.0
* fribidi-1.0.14
* harfbuzz-8.4.0
* libass-0.17.1
* libpng-1.6.43
* libvpx-1.14.0
* mpg123-1.32.6
* nasm-2.16.03
* opus-1.5.2
* pixman-0.43.4
* x264-20240216
* x265-20240216
Modify:
* libogg
* libssh2
Add:
* libaom
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=SDL2 |
6 | -VER=2.28.5 | |
6 | +VER=2.30.1 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -4,7 +4,7 @@ | ||
4 | 4 | . ./_xorgset.sh |
5 | 5 | |
6 | 6 | APPNAME=gdk-pixbuf |
7 | -VER=2.42.10 | |
7 | +VER=2.42.11 | |
8 | 8 | TARGET=$APPNAME-$VER |
9 | 9 | TARGETBALL=$XORGDLD/$TARGET.tar.xz |
10 | 10 | TARGETDIR=$TARGET |
@@ -15,8 +15,7 @@ echo $TARGET | ||
15 | 15 | glib-2 libjpeg-turbo libpng shared-mime-info \ |
16 | 16 | docutils |
17 | 17 | . $WRK/_checkOptions.sh \ |
18 | - librsvg libtiff \ | |
19 | - gobject-introspection gtk-doc | |
18 | + librsvg libtiff gtk-doc | |
20 | 19 | . $WRK/_checkTarball.sh |
21 | 20 | . $WRK/_checkExit.sh "$1" || exit $? |
22 | 21 |
@@ -28,6 +27,9 @@ TimeStart | ||
28 | 27 | |
29 | 28 | cd $TARGETDIR |
30 | 29 | |
30 | +sed 's/enabled_loaders_contains/enabled_loaders.contains/' \ | |
31 | + -i tests/meson.build | |
32 | + | |
31 | 33 | mkdir build |
32 | 34 | cd build |
33 | 35 |
@@ -35,6 +37,7 @@ Configuring | ||
35 | 37 | meson setup .. \ |
36 | 38 | --prefix=/usr \ |
37 | 39 | --buildtype=release \ |
40 | + -Dothers=enabled \ | |
38 | 41 | --wrap-mode=nofallback \ |
39 | 42 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
40 | 43 |
@@ -4,7 +4,7 @@ | ||
4 | 4 | . ./_xorgset.sh |
5 | 5 | |
6 | 6 | APPNAME=pango |
7 | -VER=1.50.14 | |
7 | +VER=1.52.2 | |
8 | 8 | TARGET=$APPNAME-$VER |
9 | 9 | TARGETBALL=$XORGDLD/$TARGET.tar.xz |
10 | 10 | TARGETDIR=$TARGET |
@@ -12,8 +12,7 @@ TARGETDIR=$TARGET | ||
12 | 12 | echo $TARGET |
13 | 13 | |
14 | 14 | . $WRK/_checkRequired.sh \ |
15 | - fontconfig freetype glib-2 fribidi harfbuzz \ | |
16 | - gobject-introspection | |
15 | + fontconfig freetype glib-2 fribidi harfbuzz | |
17 | 16 | . $WRK/_checkOptions.sh \ |
18 | 17 | cairo Xorg-lib-libX11 \ |
19 | 18 | gtk-doc libthai |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=alsa-lib |
6 | -VER=1.2.10 | |
6 | +VER=1.2.11 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.bz2 |
9 | 9 | TARGETDIR=$TARGET |
@@ -11,7 +11,8 @@ TARGETDIR=$TARGET | ||
11 | 11 | echo $TARGET |
12 | 12 | |
13 | 13 | . $WRK/_checkRequired.sh "" |
14 | -. $WRK/_checkOptions.sh doxygen python-2 | |
14 | +. $WRK/_checkOptions.sh \ | |
15 | + doxygen python-2 | |
15 | 16 | . $WRK/_checkConfig.sh \ |
16 | 17 | SOUND SND |
17 | 18 | . $WRK/_checkTarball.sh |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=httpd |
6 | -VER=2.4.58 | |
6 | +VER=2.4.59 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.bz2 |
9 | 9 | TARGETDIR=$TARGET |
@@ -49,8 +49,8 @@ useradd -c "Apache Server" -d /srv/www -g apache \ | ||
49 | 49 | -s /bin/false -u 25 apache |
50 | 50 | |
51 | 51 | Patching |
52 | -patch -Np1 -i $WRK/httpd-$VER-unofficial.patch \ | |
53 | - 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 | |
52 | +#patch -Np1 -i $WRK/httpd-$VER-unofficial.patch \ | |
53 | +# 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 | |
54 | 54 | patch -Np1 -i $DLD/httpd-$VER-blfs_layout-1.patch \ |
55 | 55 | 1>> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 |
56 | 56 |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=brotli |
6 | -VER=1.0.9 | |
6 | +VER=1.1.0 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -24,10 +24,8 @@ TimeStart | ||
24 | 24 | |
25 | 25 | cd $TARGETDIR |
26 | 26 | |
27 | -sed -i 's@-R..libdir.@@' scripts/*.pc.in | |
28 | - | |
29 | -mkdir out | |
30 | -cd out | |
27 | +mkdir build | |
28 | +cd build | |
31 | 29 | |
32 | 30 | echo Cmaking... |
33 | 31 | cmake -DCMAKE_INSTALL_PREFIX=/usr \ |
@@ -39,18 +37,21 @@ Making | ||
39 | 37 | make \ |
40 | 38 | 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
41 | 39 | |
42 | -pushd .. | |
43 | -python3 setup.py build \ | |
44 | - 1>> $LOG/$TARGET.2_make.log 2>&1 || exit 1 | |
45 | -popd | |
46 | - | |
47 | 40 | Installing |
48 | 41 | porg -lp $TARGET -E$PWD "make install" \ |
49 | 42 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
50 | 43 | |
51 | 44 | cd .. |
45 | + | |
46 | +sed "/c\/.*\.[ch]'/d;\ | |
47 | + /include_dirs=\[/\ | |
48 | + i libraries=['brotlicommon','brotlidec','brotlienc']," \ | |
49 | + -i setup.py | |
50 | + | |
51 | +pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD | |
52 | + | |
52 | 53 | porg -lp+ $TARGET -E$PWD "\ |
53 | -python3 setup.py install --optimize=1" \ | |
54 | +pip3 install --no-index --find-links=dist --no-cache-dir --no-user Brotli" \ | |
54 | 55 | 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
55 | 56 | |
56 | 57 | TimeEnd |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=docutils |
6 | -VER=0.21.1 | |
6 | +VER=0.21.2 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -34,13 +34,9 @@ pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD \ | ||
34 | 34 | |
35 | 35 | Installing |
36 | 36 | porg -lp $TARGET -E$PWD "\ |
37 | -pip3 install --no-index --find-links dist --no-cache-dir --no-user docutils" \ | |
37 | +pip3 install --no-index --find-links dist --no-cache-dir --no-user $APPNAME" \ | |
38 | 38 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
39 | 39 | |
40 | -porg -lp+ $TARGET "\ | |
41 | -rm -rfv /usr/bin/__pycache__" \ | |
42 | - 1>> $LOG/$TARGET.1_install.log 2>&1 || exit 1 | |
43 | - | |
44 | 40 | TimeEnd |
45 | 41 | |
46 | 42 | cd .. |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=fdk-aac |
6 | -VER=0.1.3 | |
6 | +VER=2.0.3 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -32,12 +32,12 @@ make \ | ||
32 | 32 | 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
33 | 33 | |
34 | 34 | Installing |
35 | -paco -p $TARGET "make install" \ | |
35 | +porg -lp $TARGET -E$PWD "make install" \ | |
36 | 36 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
37 | 37 | |
38 | 38 | TimeEnd |
39 | 39 | |
40 | 40 | cd .. |
41 | 41 | RemoveSrcDir |
42 | -PacoingDone | |
42 | +PorgingDone | |
43 | 43 |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=ffmpeg |
6 | -VER=4.0.2 | |
6 | +VER=7.0 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.xz |
9 | 9 | TARGETDIR=$TARGET |
@@ -11,17 +11,19 @@ TARGETDIR=$TARGET | ||
11 | 11 | echo $TARGET |
12 | 12 | |
13 | 13 | . $WRK/_checkRequired.sh \ |
14 | - yasm | |
14 | + yasm libaom libass fdk-aac freetype \ | |
15 | + lame opus libvorbis libvpx x264 \ | |
16 | + x265 | |
15 | 17 | . $WRK/_checkOptions.sh \ |
16 | - faac freetype lame openjpeg pulseaudio speex \ | |
17 | - libtheora libvorbis libvpx xvid openssl \ | |
18 | - sdl Xorg-lib-libX11 yasm \ | |
18 | + faac lame openjpeg pulseaudio speex \ | |
19 | + libtheora xvid \ | |
20 | + sdl Xorg-lib-libX11 \ | |
19 | 21 | fontconfig frei0r gnutls libaacplus libass \ |
20 | - libbluray libcaca libcdio libdc1394 fdk-aac \ | |
22 | + libbluray libcaca libcdio libdc1394 \ | |
21 | 23 | flite gsm libiec61883 libilbc libmodplug \ |
22 | 24 | libnut opencv opus rtmpdump schroedinger \ |
23 | 25 | twolame video4linux vo-aacenc vo-amrwbenc \ |
24 | - x264 libxavs openal texi2html | |
26 | + libxavs openal texi2html | |
25 | 27 | . $WRK/_checkTarball.sh |
26 | 28 | . $WRK/_checkExit.sh "$1" || exit $? |
27 | 29 |
@@ -35,35 +37,41 @@ TimeStart | ||
35 | 37 | |
36 | 38 | cd $TARGETDIR |
37 | 39 | |
38 | -#Patching | |
39 | -#patch -Np1 -i $DLD/ffmpeg-$VER-freetype-1.patch \ | |
40 | -# 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 | |
40 | +Patching | |
41 | +patch -Np1 -i $DLD/ffmpeg-7.0-chromium_method-1.patch \ | |
42 | + 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 | |
41 | 43 | |
42 | 44 | Configuring |
43 | -sed -i 's/-lflite"/-lflite -lasound"/' configure | |
44 | 45 | ./configure --prefix=/usr \ |
45 | 46 | --enable-gpl \ |
46 | 47 | --enable-version3 \ |
47 | 48 | --enable-nonfree \ |
48 | 49 | --disable-static \ |
49 | 50 | --enable-shared \ |
51 | + --disable-debug \ | |
52 | + --enable-libaom \ | |
53 | + --enable-libass \ | |
54 | + --enable-libfdk-aac \ | |
55 | + --enable-libfreetype \ | |
56 | + --enable-libmp3lame \ | |
57 | + --enable-libopus \ | |
58 | + --enable-libvorbis \ | |
59 | + --enable-libvpx \ | |
60 | + --enable-libx264 \ | |
61 | + --enable-libx265 \ | |
62 | + --enable-openssl \ | |
63 | + --ignore-tests=enhanced-flv-av1 \ | |
64 | + --docdir=/usr/share/doc/ffmpeg-$VER \ | |
50 | 65 | $([ ${OPTION_XorgliblibX11} -eq "1" ] && echo --enable-x11grab) \ |
51 | 66 | $([ ${OPTION_faac} -eq "1" ] && echo --enable-libfaac) \ |
52 | -$([ ${OPTION_freetype} -eq "1" ] && echo --enable-libfreetype) \ | |
53 | 67 | $([ ${OPTION_lame} -eq 1 ] && echo --enable-libmp3lame) \ |
54 | 68 | $([ ${OPTION_openjpeg} -eq 1 ] && echo --enable-libopenjpeg) \ |
55 | 69 | $([ ${OPTION_pulseaudio} -eq "1" ] && echo --enable-libpulse) \ |
56 | 70 | $([ ${OPTION_speex} -eq "1" ] && echo --enable-libspeex) \ |
57 | 71 | $([ ${OPTION_libtheora} -eq "1" ] && echo --enable-libtheora) \ |
58 | -$([ ${OPTION_libvorbis} -eq "1" ] && echo --enable-libvorbis) \ | |
59 | -$([ ${OPTION_libvpx} -eq "1" ] && echo --enable-libvpx) \ | |
60 | 72 | $([ ${OPTION_xvid} -eq "1" ] && echo --enable-libxvid) \ |
61 | 73 | --enable-openssl \ |
62 | 74 | $([ ${OPTION_libaacplus} -eq "1" ] && echo --enable-libaacplus) \ |
63 | -$([ ${OPTION_libass} -eq "1" ] && echo --enable-libass) \ | |
64 | -$([ ${OPTION_fdkaac} -eq "1" ] && echo --enable-libfdk-aac) \ | |
65 | -$([ ${OPTION_libbluray} -eq "1" ] && echo --enable-libbluray) \ | |
66 | -$([ ${OPTION_x264} -eq "1" ] && echo --enable-libx264) \ | |
67 | 75 | --disable-debug \ |
68 | 76 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
69 | 77 |
@@ -77,7 +85,7 @@ gcc tools/qt-faststart.c -o tools/qt-faststart \ | ||
77 | 85 | 1>> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
78 | 86 | |
79 | 87 | Installing |
80 | -porg -lp $TARGET "make install" \ | |
88 | +porg -lp $TARGET -E$PWD "make install" \ | |
81 | 89 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
82 | 90 | |
83 | 91 | porg -lp+ $TARGET "\ |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=fontconfig |
6 | -VER=2.14.2 | |
6 | +VER=2.15.0 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.xz |
9 | 9 | TARGETDIR=$TARGET |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=fribidi |
6 | -VER=1.0.13 | |
6 | +VER=1.0.14 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.xz |
9 | 9 | TARGETDIR=$TARGET |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=harfbuzz |
6 | -VER=8.3.0 | |
6 | +VER=8.4.0 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.xz |
9 | 9 | TARGETDIR=$TARGET |
@@ -13,7 +13,7 @@ echo $TARGET | ||
13 | 13 | . $WRK/_checkRequired.sh \ |
14 | 14 | graphite2 |
15 | 15 | . $WRK/_checkOptions.sh \ |
16 | - gobject-introspection glib-2 \ | |
16 | + glib-2 \ | |
17 | 17 | icu freetype \ |
18 | 18 | cairo git gtk-doc |
19 | 19 | . $WRK/_checkTarball.sh |
@@ -34,6 +34,7 @@ Configuring | ||
34 | 34 | meson setup .. \ |
35 | 35 | --prefix=/usr \ |
36 | 36 | --buildtype=release \ |
37 | + -Dcpp_std=c++17 \ | |
37 | 38 | -Dgraphite2=enabled \ |
38 | 39 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
39 | 40 |
@@ -0,0 +1,55 @@ | ||
1 | +#!/bin/sh | |
2 | + | |
3 | +. ./_blfsset.sh | |
4 | + | |
5 | +APPNAME=libaom | |
6 | +VER=3.9.0 | |
7 | +TARGET=$APPNAME-$VER | |
8 | +TARGETBALL=$DLD/$TARGET.tar.gz | |
9 | +TARGETDIR=$TARGET | |
10 | + | |
11 | +echo $TARGET | |
12 | + | |
13 | +. $WRK/_checkRequired.sh "" | |
14 | +. $WRK/_checkOptions.sh \ | |
15 | + yasm doxygen | |
16 | +. $WRK/_checkTarball.sh | |
17 | +. $WRK/_checkExit.sh "$1" || exit $? | |
18 | + | |
19 | +cd $SRC | |
20 | +RemoveSrcDir | |
21 | +Extract | |
22 | + | |
23 | +TimeStart | |
24 | + | |
25 | +cd $TARGETDIR | |
26 | + | |
27 | +mkdir aom-build | |
28 | +cd aom-build | |
29 | + | |
30 | +Configuring | |
31 | +cmake -DCMAKE_INSTALL_PREFIX=/usr \ | |
32 | + -DCMAKE_BUILD_TYPE=Release \ | |
33 | + -DBUILD_SHARED_LIBS=1 \ | |
34 | + -DENABLE_DOCS=no \ | |
35 | + -G Ninja .. \ | |
36 | + 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 | |
37 | + | |
38 | +Making | |
39 | +ninja \ | |
40 | + 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 | |
41 | + | |
42 | +Installing | |
43 | +porg -lp $TARGET -E$PWD "\ | |
44 | +ninja install" \ | |
45 | + 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 | |
46 | +porg -lp+ $TARGET "\ | |
47 | +rm -v /usr/lib/libaom.a" \ | |
48 | + 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1 | |
49 | + | |
50 | +TimeEnd | |
51 | + | |
52 | +cd .. | |
53 | +RemoveSrcDir | |
54 | +PorgingDone | |
55 | + |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=libass |
6 | -VER=0.11.2 | |
6 | +VER=0.17.1 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.xz |
9 | 9 | TARGETDIR=$TARGET |
@@ -11,9 +11,9 @@ TARGETDIR=$TARGET | ||
11 | 11 | echo $TARGET |
12 | 12 | |
13 | 13 | . $WRK/_checkRequired.sh \ |
14 | - freetype fribidi | |
14 | + freetype fribidi nasm | |
15 | 15 | . $WRK/_checkOptions.sh \ |
16 | - fontconfig harfbuzz enca | |
16 | + fontconfig harfbuzz libunibreak | |
17 | 17 | . $WRK/_checkTarball.sh |
18 | 18 | . $WRK/_checkExit.sh "$1" || exit $? |
19 | 19 |
@@ -34,12 +34,12 @@ make \ | ||
34 | 34 | 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
35 | 35 | |
36 | 36 | Installing |
37 | -paco -p $TARGET "make install" \ | |
37 | +porg -lp $TARGET -E$PWD "make install" \ | |
38 | 38 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
39 | 39 | |
40 | 40 | TimeEnd |
41 | 41 | |
42 | 42 | cd .. |
43 | 43 | RemoveSrcDir |
44 | -PacoingDone | |
44 | +PorgingDone | |
45 | 45 |
@@ -34,7 +34,7 @@ make \ | ||
34 | 34 | 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
35 | 35 | |
36 | 36 | Installing |
37 | -porg -lp $TARGET "make install" \ | |
37 | +porg -lp $TARGET -E$PWD "make install" \ | |
38 | 38 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
39 | 39 | |
40 | 40 | TimeEnd |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=libpng |
6 | -VER=1.6.40 | |
6 | +VER=1.6.43 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.xz |
9 | 9 | TARGETDIR=$TARGET |
@@ -33,6 +33,10 @@ cd $TARGETDIR | ||
33 | 33 | #echo Patching Unofficial... |
34 | 34 | #patch -Np1 -i $WRK/patch/libssh2-$VER.patch |
35 | 35 | |
36 | +Patching | |
37 | +patch -Np1 -i $DLD/libssh2-1.11.0-security_fixes-1.patch \ | |
38 | + 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1 | |
39 | + | |
36 | 40 | Configuring |
37 | 41 | ./configure --prefix=/usr \ |
38 | 42 | --disable-docker-tests \ |
@@ -3,10 +3,10 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=libvpx |
6 | -VER=1.3.0 | |
6 | +VER=1.14.0 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | -TARGETBALL=$DLD/libvpx-v$VER.tar.xz | |
9 | -TARGETDIR=libvpx-v$VER | |
8 | +TARGETBALL=$DLD/$TARGET.tar.gz | |
9 | +TARGETDIR=$TARGET | |
10 | 10 | |
11 | 11 | echo $TARGET |
12 | 12 |
@@ -26,15 +26,14 @@ TimeStart | ||
26 | 26 | cd $TARGETDIR |
27 | 27 | |
28 | 28 | sed -i 's/cp -p/cp/' build/make/Makefile |
29 | -chmod 644 vpx/*.h | |
30 | 29 | |
31 | -mkdir ../libvpx-build | |
32 | -cd ../libvpx-build | |
30 | +mkdir libvpx-build | |
31 | +cd libvpx-build | |
33 | 32 | |
34 | 33 | Configuring |
35 | -../libvpx-v$VER/configure --prefix=/usr \ | |
36 | - --enable-shared \ | |
37 | - --disable-static \ | |
34 | +../configure --prefix=/usr \ | |
35 | + --enable-shared \ | |
36 | + --disable-static \ | |
38 | 37 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
39 | 38 | |
40 | 39 | Making |
@@ -42,13 +41,12 @@ make \ | ||
42 | 41 | 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
43 | 42 | |
44 | 43 | Installing |
45 | -paco -p $TARGET "make install" \ | |
44 | +porg -lp $TARGET -E$PWD "make install" \ | |
46 | 45 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
47 | 46 | |
48 | 47 | TimeEnd |
49 | 48 | |
50 | 49 | cd .. |
51 | 50 | RemoveSrcDir |
52 | -rm -fr libvpx-build | |
53 | -PacoingDone | |
51 | +PorgingDone | |
54 | 52 |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=mpg123 |
6 | -VER=1.32.3 | |
6 | +VER=1.32.6 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.bz2 |
9 | 9 | TARGETDIR=$TARGET |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=nasm |
6 | -VER=2.16.01 | |
6 | +VER=2.16.03 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.xz |
9 | 9 | TARGETDIR=$TARGET |
@@ -33,7 +33,7 @@ make \ | ||
33 | 33 | 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
34 | 34 | |
35 | 35 | Installing |
36 | -porg -lp $TARGET "make install" \ | |
36 | +porg -lp $TARGET -E$PWD "make install" \ | |
37 | 37 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
38 | 38 | |
39 | 39 | TimeEnd |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=opus |
6 | -VER=1.4 | |
6 | +VER=1.5.2 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=pixman |
6 | -VER=0.42.2 | |
6 | +VER=0.43.4 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.gz |
9 | 9 | TARGETDIR=$TARGET |
@@ -28,7 +28,7 @@ mkdir build | ||
28 | 28 | cd build |
29 | 29 | |
30 | 30 | Configuring |
31 | -meson setup --prefix=/usr --buildtype=release \ | |
31 | +meson setup --prefix=/usr --buildtype=release .. \ | |
32 | 32 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
33 | 33 | |
34 | 34 | Making |
@@ -3,16 +3,16 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=x264 |
6 | -VER=20141008-2245 | |
6 | +VER=20240216 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | -TARGETBALL=$DLD/$APPNAME-snapshot-$VER-stable.tar.bz2 | |
9 | -TARGETDIR=$APPNAME-snapshot-$VER-stable | |
8 | +TARGETBALL=$DLD/$TARGET.tar.xz | |
9 | +TARGETDIR=$APPNAME | |
10 | 10 | |
11 | 11 | echo $TARGET |
12 | 12 | |
13 | 13 | . $WRK/_checkRequired.sh "" |
14 | 14 | . $WRK/_checkOptions.sh \ |
15 | - yasm | |
15 | + nasm | |
16 | 16 | . $WRK/_checkTarball.sh |
17 | 17 | . $WRK/_checkExit.sh "$1" || exit $? |
18 | 18 |
@@ -35,12 +35,12 @@ make \ | ||
35 | 35 | 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1 |
36 | 36 | |
37 | 37 | Installing |
38 | -paco -p $TARGET "make install" \ | |
38 | +porg -lp $TARGET "make install" \ | |
39 | 39 | 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1 |
40 | 40 | |
41 | 41 | TimeEnd |
42 | 42 | |
43 | 43 | cd .. |
44 | 44 | RemoveSrcDir |
45 | -PacoingDone | |
45 | +PorgingDone | |
46 | 46 |
@@ -3,7 +3,7 @@ | ||
3 | 3 | . ./_blfsset.sh |
4 | 4 | |
5 | 5 | APPNAME=x265 |
6 | -VER=20220219 | |
6 | +VER=20240216 | |
7 | 7 | TARGET=$APPNAME-$VER |
8 | 8 | TARGETBALL=$DLD/$TARGET.tar.xz |
9 | 9 | TARGETDIR=$TARGET |
@@ -13,7 +13,7 @@ echo $TARGET | ||
13 | 13 | . $WRK/_checkRequired.sh \ |
14 | 14 | cmake |
15 | 15 | . $WRK/_checkOptions.sh \ |
16 | - yasm | |
16 | + nasm | |
17 | 17 | . $WRK/_checkTarball.sh |
18 | 18 | . $WRK/_checkExit.sh "$1" || exit $? |
19 | 19 |
@@ -25,9 +25,13 @@ TimeStart | ||
25 | 25 | |
26 | 26 | cd $TARGETDIR |
27 | 27 | |
28 | +mkdir bld | |
29 | +cd bld | |
30 | + | |
28 | 31 | Configuring |
29 | -mkdir bld && cd bld | |
30 | -cmake -DCMAKE_INSTALL_PREFIX=/usr ../source \ | |
32 | +cmake -DCMAKE_INSTALL_PREFIX=/usr \ | |
33 | + -DGIT_ARCHETYPE=1 \ | |
34 | + -Wno-dev ../source \ | |
31 | 35 | 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1 |
32 | 36 | |
33 | 37 | Making |