summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPlusMinus02016-05-18 11:34:18 +0200
committerPlusMinus02016-05-18 12:02:37 +0200
commitea2f3e8bc9dfdfe1c790a29b5af4bd6fb247f287 (patch)
tree4eac848a9cf3db5170d969513c3241dd8274a81e
parent4adc3c5a90a4da2fd1d6a148cd6386026ed041ce (diff)
downloadaur-ea2f3e8bc9dfdfe1c790a29b5af4bd6fb247f287.tar.gz
Renaming the changelog done correctly
Renamed file containing release notes and updated it for the next version Updated package to download the latest displaylink driver. As it should support newer kernels, the patch should no longer be needed.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD27
-rw-r--r--release-note.txt (renamed from DisplayLink_Ubuntu_1.0.335_release-note.txt)31
3 files changed, 27 insertions, 43 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85e29de9f2aa..7d9c6caa0702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,26 @@
# Generated by mksrcinfo v8
-# Wed May 18 08:36:00 UTC 2016
+# Wed May 18 09:40:19 UTC 2016
pkgbase = displaylink
pkgdesc = DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux
- pkgver = 1.0.335
- pkgrel = 8
+ pkgver = 1.1.62
+ pkgrel = 1
url = http://www.displaylink.com/downloads/ubuntu.php
install = displaylink.install
- changelog = DisplayLink_Ubuntu_1.0.335_release-note.txt
+ changelog = release-note.txt
arch = i686
arch = x86_64
license = custom
license = GPL2
license = LGPL2.1
depends = dkms
- source = http://downloads.displaylink.com/publicsoftware/DisplayLink_Ubuntu_1.0.335.zip
+ source = http://downloads.displaylink.com/publicsoftware/DisplayLink_Ubuntu_1.1.62.zip
source = 99-displaylink.rules
source = displaylink.service
source = displaylink-sleep.sh
- source = https://raw.githubusercontent.com/sinfomicien/displaylink-evdi-opensuse/f08647a2659b4e18e86aa8a32b0b17646fe0f0d8/evdi-1.0.68-linux-4.5.0.patch
md5sums = 006cfb269af80e6fc73bcfe04b693131
md5sums = 37e076a16be49985f1d6800f960d16b4
md5sums = c141a15e973481c7d961f8e135627ca4
md5sums = 4185b016cd64c6069302239515afadff
- md5sums = 55e5cf81f2d87a5d2cf3f0bbe2c84d75
pkgname = displaylink
diff --git a/PKGBUILD b/PKGBUILD
index 9ae5fd8696ee..7e40810ddefd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,22 @@
-# Maintainer: Orphaned
-# Patch for linux 4.5.x by chearius and CheariX, patched by PlusMinus
-# The original patch was created by sinfomicien (https://github.com/sinfomicien) and uploaded on GitHub: https://github.com/sinfomicien/displaylink-evdi-opensuse/blob/master/evdi-1.0.68-linux-4.5.0.patch
-
-
+# Maintainer: PlusMinus
pkgname=displaylink
-pkgver=1.0.335
-pkgrel=8
+pkgver=1.1.62
+pkgrel=1
pkgdesc="DisplayLink DL-5xxx, DL-41xx and DL-3x00 Driver for Linux"
arch=('i686' 'x86_64')
url="http://www.displaylink.com/downloads/ubuntu.php"
license=('custom' 'GPL2' 'LGPL2.1')
depends=('dkms')
install=${pkgname}.install
-changelog="DisplayLink_Ubuntu_1.0.335_release-note.txt"
-source=(http://downloads.displaylink.com/publicsoftware/DisplayLink_Ubuntu_$pkgver.zip 99-displaylink.rules displaylink.service displaylink-sleep.sh https://raw.githubusercontent.com/sinfomicien/displaylink-evdi-opensuse/f08647a2659b4e18e86aa8a32b0b17646fe0f0d8/evdi-1.0.68-linux-4.5.0.patch)
+changelog="release-note.txt"
+source=(http://downloads.displaylink.com/publicsoftware/DisplayLink_Ubuntu_$pkgver.zip
+ 99-displaylink.rules displaylink.service
+ displaylink-sleep.sh)
md5sums=('006cfb269af80e6fc73bcfe04b693131'
'37e076a16be49985f1d6800f960d16b4'
'c141a15e973481c7d961f8e135627ca4'
- '4185b016cd64c6069302239515afadff'
- '55e5cf81f2d87a5d2cf3f0bbe2c84d75')
+ '4185b016cd64c6069302239515afadff')
package() {
echo "Adding udev rule for DisplayLink DL-3xxx/5xxx devices"
@@ -29,9 +26,6 @@ package() {
install -D -m644 displaylink.service "$pkgdir/usr/lib/systemd/system/displaylink.service"
install -D -m755 displaylink-sleep.sh "$pkgdir/usr/lib/systemd/system-sleep/displaylink.sh"
- echo "Installing DisplayLink Module Patch"
- install -D -m644 evdi-1.0.68-linux-4.5.0.patch "$pkgdir/usr/lib/displaylink/patch/evdi-1.0.68-linux-4.5.0.patch"
-
echo "Extracting DisplayLink Driver Package"
chmod +x displaylink-driver-$pkgver.run
./displaylink-driver-$pkgver.run --target $pkgname-$pkgver --noexec
@@ -46,11 +40,6 @@ package() {
mkdir -p $SRCDIR
tar xf evdi-$pkgver-src.tar.gz -C $SRCDIR
- CURRENT_DIR=`pwd`
- cd $SRCDIR
- patch -p1 < "$pkgdir/usr/lib/displaylink/patch/evdi-1.0.68-linux-4.5.0.patch"
- cd $CURRENT_DIR
-
if [ "$CARCH" == "i686" ]; then
ARCH="x86"
elif [ "$CARCH" == "x86_64" ]; then
diff --git a/DisplayLink_Ubuntu_1.0.335_release-note.txt b/release-note.txt
index 981e1c5b333a..faa6a91274c7 100644
--- a/DisplayLink_Ubuntu_1.0.335_release-note.txt
+++ b/release-note.txt
@@ -3,12 +3,12 @@
DisplayLink Ubuntu Software Release Note
-Version: 1.0.335
-Date: 11th December 2015
+Version: 1.1.62
+Date: 12th May 2016
-DisplayLink DL-5xxx, DL-3x00 Firmware Version: 8.12.4.73304
-DisplayLink DL-41xx Firmware Version: 8.12.4.73304
-Extensible Virtual Display Interface version included: 1.0.68
+DisplayLink DL-5xxx, DL-3x00 Firmware Version: 8.13.20.75809
+DisplayLink DL-41xx Firmware Version: 8.13.20.75810
+Extensible Virtual Display Interface version included: 1.1.61
=============================================================================
=============================================================================
@@ -17,7 +17,7 @@ Extensible Virtual Display Interface version included: 1.0.68
A. Introduction
===============
-This is the third beta of DisplayLink Driver Software v1.0 for Ubuntu. It provides initial, beta quality support for DisplayLink USB 3.0 devices on specific variants of desktop Ubuntu Linux.
+This is DisplayLink Driver Software v1.1 for Ubuntu. It provides initial, production quality support for DisplayLink USB 3.0 devices on specific variants of desktop Ubuntu Linux.
The driver enables video support for products using DisplayLink USB 3.0 technology. Standard native Ubuntu drivers provide support for DisplayLink audio and Ethernet interfaces.
@@ -46,26 +46,23 @@ I. Future Development
C. Issues fixed
==========================================================================
-Issues fixed since DisplayLink Driver Software v1.0 Beta 2 for Ubuntu (1.0.138)
+Issues fixed since DisplayLink Driver Software v1.0 Beta 3 for Ubuntu (1.0.335)
-------------------------------------------------------------------------------
-The installer does not create systemd service on Ubuntu 15.10 . (21018)
+Sometimes screen corruption can be visible on DisplayLink monitor after screen layout change. (20462)
-Issues fixed since DisplayLink Driver Software v1.0 Beta 1 for Ubuntu (1.0.68)
-------------------------------------------------------------------------------
+DisplayLink monitor can be blank after PC reboot. (21166)
-DisplayLink service component may crash on device replug (20215)
+The installer does not create systemd service on Ubuntu 16.04. (22031)
-For some dock products, the DisplayLink screens may not be available after machine resume from suspend. (20218)
+DisplayLink monitor content may freeze after a resolution change. (22060)
-Unable to install on Ubuntu with 4.x kernels. (20367)
-
-DisplayLink service component may crash when no EVDI module is loaded. (20398)
+DisplayLink service component may crash after resolution change. (22061)
D. Supported O/S variants
=========================
-This release has been prepared to be compatible with Ubuntu 15.10. Other variants and editions may be compatible if they meet minimum O/S requirements, but are not supported by DisplayLink.
+This release has been prepared to be compatible with Ubuntu 16.04. Other variants and editions may be compatible if they meet minimum O/S requirements, but are not supported by DisplayLink.
The Software contains binaries which work on Intel x86 platform (32 bit and 64 bit).
Minimum supported Linux Kernel version is 3.16.
@@ -114,7 +111,7 @@ I. Future Development
DisplayLink are open to suggestions and feedback on improving the proposed architecture and will gladly review patches or proposals from the developer community. Please find a current list of areas we identify as requiring attention below.
-- In this preview release, the user mode driver service is running with root permissions. In future versions, we would like to reduce the privilege level required for this process – e.g. by using a separate low-privileged user and a separate group, to ensure the permissions needed for driving DisplayLink screens are as low as possible.
+- In this release, the user mode driver service is running with root permissions. In future versions, we would like to reduce the privilege level required for this process – e.g. by using a separate low-privileged user and a separate group, to ensure the permissions needed for driving DisplayLink screens are as low as possible.
- The communication between the EVDI kernel module and the wrapper libevdi library is not access-controlled or authenticated. This could be improved in future releases, making it harder to compromise the data EVDI is sending and receiving.