Package Details - gstreamer1.0-qt5
Metadata
- Version
- 1.26.5-1ubuntu2.2
- Architecture
amd64- Section
universe/graphics- Priority
optional- Source
gst-plugins-good1.0- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Maintainers of GStreamer packages <gst-plugins-good1.0@packages.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://gstreamer.freedesktop.org
- Description
GStreamer plugin for Qt5
Relations
Depends
libc6 (>= 2.14)
libgcc-s1 (>= 3.3.1)
libglib2.0-0t64 (>= 2.80.0)
libgstreamer-gl1.0-0 (>= 1.26.0)
libgstreamer-plugins-base1.0-0 (>= 1.26.0)
libgstreamer1.0-0 (>= 1.26.0)
libqt5core5t64 (>= 5.15.1)
libqt5gui5t64 (>= 5.4.0)
|
libqt5gui5-gles (>= 5.4.0)
libqt5qml5 (>= 5.0.2)
libqt5quick5 (>= 5.15.1)
|
libqt5quick5-gles (>= 5.15.1)
libqt5waylandclient5 (>= 5.10.1)
libqt5x11extras5 (>= 5.6.0)
libstdc++6 (>= 4.5)
Breaks
gstreamer1.0-plugins-bad (<< 1.13.1)
Replaces
gstreamer1.0-plugins-bad (<< 1.13.1)
Provides
gstreamer1.0-videosink
gstreamer1.0-videosource
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/2
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
Step 2: Install the package
sudo apt install gstreamer1.0-qt5
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 70 KB
Installed Size: 240 B
Component: universe
Multi-Arch: same
Hashes
SHA256: 3aecc5294cf321bd53fb508a873fe174ec4255423067d89108f51d1b433bf9a9 SHA1: aa9ca4b5bf54227ef8a67ae6bbca1af9131f908d MD5: 0dbc5918a24d931acd68ee343dea2a4eWhat is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.