How to Install and Uninstall gavl Package on openSUSE Leap

Last updated: July 05,2024

1. Install "gavl" package

In this section, we are going to explain the necessary steps to install gavl on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install gavl

2. Uninstall "gavl" package

This is a short guide on how to uninstall gavl on openSUSE Leap:

$ sudo zypper remove gavl

3. Information about the gavl package on openSUSE Leap

Information for package gavl:
-----------------------------
Repository : Main Repository
Name : gavl
Version : 1.4.0rsvn4256-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 12.7 KiB
Installed : No
Status : not installed
Source package : gavl-1.4.0rsvn4256-bp155.2.13.src
Upstream URL : http://gmerlin.sourceforge.net/
Summary : Library which provides basic support for uncompressed multimedia data
Description :
Gavl is short for Gmerlin Audio Video Library. It is a low level library, upon
which multimedia APIs can be built. Gavl handles all the details of audio and
video formats like colorspaces, samplerates, multichannel configurations etc. It
provides standardized definitions for those formats as well as container
structures for carrying audio samples or video images inside an application.
In addition, it handles the sometimes ugly task to convert between all these
formats and provides some elementary operations (copying, scaling, alpha
blending etc).