# cat /usr/local/bin/zypse
#!/bin/sh
zypper --no-refresh se -s $* | grep -Ev 'debug|devel|srcp|openSUSE-20' | grep -E 'x86|noarch'| sort
# zypse libFLAC
| libFLAC++10 | package | 1.4.0-1.1 | x86_64 | OSS
| libFLAC++10-32bit | package | 1.4.0-1.1 | x86_64 | OSS
| libFLAC12-32bit | package | 1.4.0-1.1 | x86_64 | OSS
i | libFLAC12 | package | 1.4.0-1.1 | x86_64 | OSS
i | libFLAC8 | package | 1.3.4-1.3 | x86_64 | (System Packages)
# zypper rm libFLAC8
Reading installed packages...
Resolving package dependencies...
The following 4 packages are going to be REMOVED:
libFLAC8 trinity-akode trinity-libarts-akode trinity-tdemultimedia-tdeio-plugins
4 packages to remove.
After the operation, 2.5 MiB will be freed.
Continue? [y/n/v/...? shows all options] (y): n
New installations of TDE on TW are doomed to fail due to
dependency on old libFLAC version.
lets hope TDE is not affected badly by API changes, so just recompile will be enough ...
our software (cinelerra-gg) builds static version of libflac and we run into major speed loss relative to flac 1.3.2 initially. Turned out we just build debug version without optimizations .... after fixing this mistake new flac works a bit faster and compress a bit better.