[SCM] crystalhd/master: Move gstreamer plugin to multiarch location
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Mon Mar 13 20:37:14 UTC 2017
The following commit has been merged in the master branch:
commit f59e23579de837a4ae8b48095bbcef5ed1dfe891
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Mon Mar 13 21:31:37 2017 +0100
Move gstreamer plugin to multiarch location
Closes: #856805
diff --git a/debian/gstreamer1.0-crystalhd.install b/debian/gstreamer1.0-crystalhd.install
index 542b13c..844d9dc 100644
--- a/debian/gstreamer1.0-crystalhd.install
+++ b/debian/gstreamer1.0-crystalhd.install
@@ -1 +1 @@
-usr/lib/gstreamer-1.0/*.so
+usr/lib/*/gstreamer-1.0/*.so
diff --git a/debian/rules b/debian/rules
index ffa8ab0..19ef6d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ override_dh_auto_build:
make -C linux_lib/libcrystalhd
cd filters/gst/gst-plugin && \
./configure --prefix=/usr CFLAGS="$(EXTRA_INCLUDES)" \
- LDFLAGS="$(EXTRA_LD_PATH)"
+ LDFLAGS="$(EXTRA_LD_PATH)" \
+ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
make -C filters/gst/gst-plugin
override_dh_auto_install:
--
crystalhd packaging
More information about the pkg-multimedia-commits
mailing list