[SCM] x265/master: No longer install x265-10bit wrapper

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu May 21 20:44:40 UTC 2015


The following commit has been merged in the master branch:
commit 7df77314bc4eadc27c3569105a1078c52a7335e9
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu May 21 22:28:45 2015 +0200

    No longer install x265-10bit wrapper
    
    This is no handled in the library.

diff --git a/debian/rules b/debian/rules
index e86f16c..a063e6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,9 +33,6 @@ override_dh_auto_build-arch:
 override_dh_auto_install-arch:
 	dh_auto_install --builddirectory=x265-10bit
 	dh_auto_install
-	sed -e 's, at DEB_HOST_MULTIARCH@,$(DEB_HOST_MULTIARCH),' \
-		debian/x265-10bit.in > debian/tmp/usr/bin/x265-10bit
-	chmod a+x debian/tmp/usr/bin/x265-10bit
 
 override_dh_auto_build-indep:
 	$(MAKE) -C doc/reST html
diff --git a/debian/x265-10bit.1 b/debian/x265-10bit.1
deleted file mode 100644
index 8c59dd5..0000000
--- a/debian/x265-10bit.1
+++ /dev/null
@@ -1,27 +0,0 @@
-.de Vb \" Begin verbatim text
-.ft CW
-.nf
-.ne \\$1
-..
-.de Ve \" End verbatim text
-.ft R
-.fi
-..
-.TH "x265-10bit" "1" "December 2014" "x265-10bit" "User Commands"
-.SH NAME
-x256-10bit \- wrapper script to launch a program using 10 bit x265 library
-.SH SYNOPSIS
-x265-10bit <program> [arguments]
-.SH DESCRIPTION
-x256-10bit is a wrapper script that sets LD_LIBRARY_PATH so that the 10 bit
-variant of the x265 library is used.
-.SH EXAMPLES
-Start handbrake with the 10 bit x265 library:
-.PP
-.Vb 1
-\&        x265-10bit handbrake
-.Ve
-.SH SEE ALSO
-x265(1)
-.SH AUTHOR
-Sebastian Ramacher <sramacher at debian.org>
diff --git a/debian/x265-10bit.in b/debian/x265-10bit.in
deleted file mode 100644
index f4c6fff..0000000
--- a/debian/x265-10bit.in
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Helper script to launch a program using the 10 bit x265 library.
-
-if [ $# -eq 0 ] ; then
-  echo "Usage: `basename $0` <program> [arguments]"
-  exit 2
-fi
-
-export LD_LIBRARY_PATH=/usr/lib/@DEB_HOST_MULTIARCH@/x265-10bit${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH:-}
-exec "$@"
-echo "Failed to execute '$@'." >&2
-exit 1
diff --git a/debian/x265.manpages b/debian/x265.manpages
index b3e4942..300fc8f 100644
--- a/debian/x265.manpages
+++ b/debian/x265.manpages
@@ -1,2 +1 @@
 debian/x265.1
-debian/x265-10bit.1

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list