mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
debian: fix packaging for new naming scheme.
This commit is contained in:
parent
5c0ba60f69
commit
690183a8fb
3 changed files with 3 additions and 3 deletions
|
@ -860,7 +860,7 @@ AC_CONFIG_FILES([
|
|||
debian.upstream/gstreamer-vaapi-doc.install.in
|
||||
debian.upstream/gstreamer$GST_API_VERSION-vaapi.install:\
|
||||
debian.upstream/gstreamer-vaapi.install.in
|
||||
debian.upstream/libgstvaapi$GST_API_VERSION-dev.install:\
|
||||
debian.upstream/libgstvaapi$GST_PKG_VERSION-dev.install:\
|
||||
debian.upstream/libgstvaapi-dev.install.in
|
||||
debian.upstream/libgstvaapi$GST_VAAPI_MAJOR_VERSION.install:\
|
||||
debian.upstream/libgstvaapi.install.in
|
||||
|
|
|
@ -26,7 +26,7 @@ DEBIANGENFILES = \
|
|||
control \
|
||||
gstreamer$(GST_API_VERSION)-vaapi-doc.install \
|
||||
gstreamer$(GST_API_VERSION)-vaapi.install \
|
||||
libgstvaapi$(GST_API_VERSION)-dev.install \
|
||||
libgstvaapi$(GST_PKG_VERSION)-dev.install \
|
||||
libgstvaapi$(GST_VAAPI_MAJOR_VERSION).install \
|
||||
libgstvaapi-drm-$(GST_VAAPI_MAJOR_VERSION).install \
|
||||
libgstvaapi-glx-$(GST_VAAPI_MAJOR_VERSION).install \
|
||||
|
|
|
@ -92,7 +92,7 @@ Description: GStreamer libraries from the "vaapi" set
|
|||
@USE_WAYLAND_TRUE@ .
|
||||
@USE_WAYLAND_TRUE@ This package contains Wayland libraries for the "vaapi" set.
|
||||
|
||||
Package: libgstvaapi@GST_API_VERSION@-dev
|
||||
Package: libgstvaapi@GST_PKG_VERSION@-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
|
|
Loading…
Reference in a new issue