slackware-current/slackware64/d/maketag.ez
Patrick J Volkerding 8713bd99bf Mon Jan 29 19:17:30 UTC 2024
ap/diffstat-1.66-x86_64-1.txz:  Upgraded.
ap/moc-2.6_alpha3-x86_64-3.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
ap/vim-9.1.0061-x86_64-1.txz:  Upgraded.
d/nv-codec-headers-12.1.14.0-x86_64-1.txz:  Added.
  Needed to build support for nvidia hardware decoders/encoders on newer GPUs.
  gst-plugins-bad can use it too.
  Thanks to Heinz Wiesinger.
kde/digikam-8.2.0-x86_64-4.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
kde/ffmpegthumbs-23.08.4-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
kde/k3b-23.08.4-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
kde/kfilemetadata-5.114.0-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
kde/kpipewire-5.27.10-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
l/Imath-3.1.10-x86_64-1.txz:  Upgraded.
l/alsa-plugins-1.2.7.1-x86_64-3.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
l/ffmpeg-6.1.1-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
  Added some new build options in the SlackBuild.
  Use shaderc instead of glslang.
  Build against libgcrypt to enable support for RTMP[E].
  Enable support for lcms2.
  Build against libass, libplacebo, and nv-codec-headers.
  Thanks to Heinz Wiesinger.
l/gegl-0.4.46-x86_64-4.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
l/gst-plugins-bad-free-1.22.9-x86_64-2.txz:  Rebuilt.
  Recompiled against libass-0.17.1.
l/gst-plugins-libav-1.22.9-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
l/libass-0.17.1-x86_64-1.txz:  Added.
  Adds ASS/SSA subtitle renderer (commonly used in the anime community).
  adapted SlackBuild from SBo, original by Larry Hajali/Matteo Bernardini.
  MPlayer and gst-plugins-bad can use it too.
  Thanks to Heinz Wiesinger.
l/libplacebo-6.338.2-x86_64-1.txz:  Added.
  Adds various hardware accelerated filters such as HDR -> SDR tone mapping.
  adapted SlackBuild from SBo, original by Hunter Sezen/Christoph Willing.
  Thanks to Heinz Wiesinger.
l/mlt-7.22.0-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
l/netpbm-11.05.02-x86_64-1.txz:  Upgraded.
l/opencv-4.9.0-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
l/pipewire-1.0.1-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
l/qt5-5.15.12_20240103_b8fd1448-x86_64-3.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
x/pixman-0.43.2-x86_64-1.txz:  Upgraded.
xap/MPlayer-20240127-x86_64-1.txz:  Upgraded.
  Compiled against ffmpeg-6.1.1 and libass-0.17.1.
xap/audacious-plugins-4.3.1-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
xap/ffmpegthumbnailer-2.2.2-x86_64-5.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
xap/freerdp-2.11.5-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
xap/ssr-0.4.4-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
xap/vim-gvim-9.1.0061-x86_64-1.txz:  Upgraded.
xap/xine-lib-1.2.13-x86_64-6.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
xap/xscreensaver-6.08-x86_64-2.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
extra/tigervnc/tigervnc-1.13.1-x86_64-4.txz:  Rebuilt.
  Recompiled against ffmpeg-6.1.1.
2024-01-29 21:03:28 +01:00

113 lines
5.9 KiB
Bash

#!/bin/sh
#item ####description ###on off ###
TMP=/var/log/setup/tmp
if [ ! -d $TMP ]; then
mkdir -p $TMP
fi
cat /dev/null > $TMP/SeTnewtag
dialog --title "SELECTING PACKAGES FROM SERIES D (PROGRAM DEVELOPMENT)" \
--checklist "Please confirm the packages you wish to install \
from series D. Use the UP/DOWN keys to scroll through the list, and \
the SPACE key to deselect any items you don't want to install. \
Press ENTER when you are \
done." 22 72 12 \
"Cython" "C bindings for Python" "on" \
"autoconf" "GNU source autoconfig system" "on" \
"autoconf-archive" "macros for GNU Autoconf" "on" \
"automake" "GNU makefile generator" "on" \
"binutils" "GNU C compiler utilities" "on" \
"bison" "GNU bison parser generator" "on" \
"cargo-vendor-filterer" "Vendor rust libraries based on filters" "on" \
"cbindgen" "Generate C/C++ headers for Rust libraries" "on" \
"ccache" "Fast Compiler Cache" "on" \
"check" "unit test framework" "on" \
"clinfo" "Show OpenCL implementation information" "on" \
"clisp" "CLISP Common Lisp" "on" \
"cmake" "Cross platform make utility" "on" \
"cscope" "Source code browser" "on" \
"cvs" "Concurrent Versions System" "on" \
"dev86" "8086 assembler/loader" "on" \
"distcc" "gcc frontend to use networked machines" "on" \
"doxygen" "Source code documentation generator" "on" \
"flex" "Fast lexical analyzer generator" "on" \
"gcc" "GNU C compiler" "on" \
"gcc-g++" "GNU C++ compiler for gcc" "on" \
"gcc-gdc" "GNU D compiler for gcc" "on" \
"gcc-gfortran" "GNU Fortran 95/2003/2008 compiler for gcc" "on" \
"gcc-gm2" "GNU Modula-2 compiler for gcc" "on" \
"gcc-gnat" "GNU Ada83/95/2005/2012 compiler for gcc" "on" \
"gcc-go" "GNU Go compiler for gcc" "on" \
"gcc-objc" "GNU Objective-C/C++ compiler for gcc" "on" \
"gdb" "The GNU debugger" "on" \
"gettext-tools" "GNU internationalization devel package" "on" \
"git" "A directory content manager" "on" \
"gnucobol" "open source COBOL compiler" "on" \
"gperf" "Generates hash functions" "on" \
"guile" "GNU extension language library" "on" \
"gyp" "Generate Your Projects" "on" \
"help2man" "Automatic man page generator" "on" \
"icecream" "distributed C/C++ compiler daemon/scheduler" "on" \
"indent" "Change the indenting style of a C program" "on" \
"intltool" "Internationalization utilities" "on" \
"kernel-headers" "Linux kernel include files" "on" \
"libtool" "GNU libtool library support script" "on" \
"llvm" "LLVM compiler toolkit" "on" \
"lua" "light-weight embeddable scripting language" "on" \
"m4" "GNU m4 macro processor" "on" \
"make" "GNU make" "on" \
"mercurial" "Distributed source management system" "on" \
"meson" "A high performance build system" "on" \
"nasm" "NASM assembler" "on" \
"ninja" "build system with a focus on speed" "on" \
"nv-codec-headers" "Headers for NVidia's codec APIs" "on" \
"opencl-headers" "OpenCL (Open Computing Language) header files" "on" \
"oprofile" "System profiling tool" "on" \
"p2c" "A Pascal to C translator" "on" \
"pahole" "debugging format utilities" "on" \
"parallel" "Tool for executing jobs in parallel" "on" \
"patchelf" "tool to modify ELF binaries/libraries" "on" \
"perl" "Larry Wall's systems language" "on" \
"pkg-config" "A tool for managing library information" "on" \
"pmake" "Parallel make from BSD" "on" \
"poke" "GNU binary data editor" "on" \
"python-pip" "tool for installing Python packages" "on" \
"python-setuptools" "Enhancements to Python distutils" "on" \
"python2" "An interpreted object-oriented language, v2" "on" \
"python3" "An interpreted object-oriented language, v3" "on" \
"rcs" "GNU revision control system" "on" \
"re2c" "regular expressions to C/C++ conversion tool" "on" \
"rinutils" "set of C headers" "on" \
"ruby" "Interpreted object-oriented script language" "on" \
"rust" "a safe, concurrent, practical language" "on" \
"rust-bindgen" "Generate Rust bindings to C and C++ libraries" "on" \
"sassc" "Sass CSS preprocessor" "on" \
"scons" "A software construction tool" "on" \
"slacktrack" "Tracks a source installation to make a package" "on" \
"strace" "Traces program execution" "on" \
"subversion" "Subversion version control system" "on" \
"swig" "Simplified Wrapper and Interface Generator" "on" \
"tree-sitter" "parser generator and library" "on" \
"vala" "GNOME programming language" "on" \
"yasm" "The Yasm Modular Assembler" "on" \
2> $TMP/SeTpkgs
if [ $? = 1 -o $? = 255 ]; then
rm -f $TMP/SeTpkgs
> $TMP/SeTnewtag
for pkg in \
Cython autoconf autoconf-archive automake binutils bison cargo-vendor-filterer cbindgen ccache check clinfo clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gdc gcc-gfortran gcc-gm2 gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libtool llvm lua m4 make mercurial meson nasm ninja nv-codec-headers opencl-headers oprofile p2c pahole parallel patchelf perl pkg-config pmake poke python-pip python-setuptools python2 python3 rcs re2c rinutils ruby rust rust-bindgen sassc scons slacktrack strace subversion swig tree-sitter vala yasm \
; do
echo "$pkg: SKP" >> $TMP/SeTnewtag
done
exit
fi
cat /dev/null > $TMP/SeTnewtag
for PACKAGE in \
Cython autoconf autoconf-archive automake binutils bison cargo-vendor-filterer cbindgen ccache check clinfo clisp cmake cscope cvs dev86 distcc doxygen flex gcc gcc-g++ gcc-gdc gcc-gfortran gcc-gm2 gcc-gnat gcc-go gcc-objc gdb gettext-tools git gnucobol gperf guile gyp help2man icecream indent intltool kernel-headers libtool llvm lua m4 make mercurial meson nasm ninja nv-codec-headers opencl-headers oprofile p2c pahole parallel patchelf perl pkg-config pmake poke python-pip python-setuptools python2 python3 rcs re2c rinutils ruby rust rust-bindgen sassc scons slacktrack strace subversion swig tree-sitter vala yasm \
; do
if grep "\(^\| \)$PACKAGE\( \|$\)" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then
echo "$PACKAGE: ADD" >> $TMP/SeTnewtag
else
echo "$PACKAGE: SKP" >> $TMP/SeTnewtag
fi
done
rm -f $TMP/SeTpkgs