Skip to content

Instantly share code, notes, and snippets.

--- pysearpc/client.py.orig 2018-08-21 03:42:02.000000000 +0200
+++ pysearpc/client.py 2018-10-03 18:10:31.097876808 +0200
@@ -1,5 +1,5 @@
import json
-from common import SearpcError
+from .common import SearpcError
def _fret_int(ret_str):
try:
@@ -7,10 +7,10 @@
diff --git a/common/shlibs b/common/shlibs
index a4b62e47c0..147c760586 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3019,7 +3019,6 @@ libsysprof-ui-2.so sysprof-3.24.1_1
libmozjs-52.so mozjs52-52.3.0_1
libmozjs-52.so.0 mozjs52-52.3.0_1
libvala-0.40.so.0 libvala-0.40.2_1
-libvaladoc-0.40.so.0 libvala-0.40.2_1
libphodav-2.0.so.0 phodav-2.2_1
--- nss/lib/freebl/Makefile.orig 2018-05-04 18:40:51.000000000 +0200
+++ nss/lib/freebl/Makefile 2018-05-14 18:14:14.316003320 +0200
@@ -535,11 +535,12 @@
# All intel architectures get the 64 bit version
# With custom uint128 if necessary (faster than generic 32 bit version).
ECL_SRCS += curve25519_64.c
- VERIFIED_SRCS += Hacl_Curve25519.c FStar.c
+ VERIFIED_SRCS += Hacl_Curve25519.c
else
# All non intel architectures get the generic 32 bit implementation (slow!)
diff --git a/srcpkgs/nss/template b/srcpkgs/nss/template
index 7b995ba0b9..59321da2f0 100644
--- a/srcpkgs/nss/template
+++ b/srcpkgs/nss/template
@@ -27,17 +27,17 @@ do_build() {
export FREEBL_NO_DEPEND=1
case "$XBPS_MACHINE" in
- aarch64*|x86_64*) _use64="USE_64=1";;
+ aarch64*|x86_64*) _native_use64="USE_64=1";;
diff --git a/srcpkgs/x265/patches/x265-pic.patch b/srcpkgs/x265/patches/x265-pic.patch
new file mode 100644
index 0000000000..ce9f755dbb
--- /dev/null
+++ b/srcpkgs/x265/patches/x265-pic.patch
@@ -0,0 +1,11 @@
+--- source/CMakeLists.txt.orig
++++ source/CMakeLists.txt
+@@ -158,7 +162,7 @@ if(GCC)
+ add_definitions(-D__STDC_LIMIT_MACROS=1)
diff --git a/srcpkgs/lemonbuddy/INSTALL.msg b/srcpkgs/lemonbuddy/INSTALL.msg
deleted file mode 100644
index 909ecf5d01..0000000000
--- a/srcpkgs/lemonbuddy/INSTALL.msg
+++ /dev/null
@@ -1,9 +0,0 @@
-
- Get started with the example configuration:
-
- $ install -Dm644 /usr/share/examples/lemonbuddy/config $HOME/.config/lemonbuddy
diff --git a/srcpkgs/qt-webkit/template b/srcpkgs/qt-webkit/template
index 0033584..cc5980a 100644
--- a/srcpkgs/qt-webkit/template
+++ b/srcpkgs/qt-webkit/template
@@ -1,7 +1,7 @@
# Template file for 'qt-webkit'
pkgname=qt-webkit
version=2.3.4
-revision=2
+revision=3
diff --git a/common/options.description b/common/options.description
index 5bc7edf..5ec6e59 100644
--- a/common/options.description
+++ b/common/options.description
@@ -75,6 +75,7 @@ desc_option_upower="Enable support for UPower"
desc_option_usb="Enable support for USB"
desc_option_v4l2="Enable support for V4L2 (Video 4 Linux 2)"
desc_option_vaapi="Enable support for VA-API"
+desc_option_vapoursynth="Enable support for VapourSynth"
desc_option_vdpau="Enable support for VDPAU"
diff --git a/srcpkgs/asciinema/template b/srcpkgs/asciinema/template
index cfea88e..defc9ed 100644
--- a/srcpkgs/asciinema/template
+++ b/srcpkgs/asciinema/template
@@ -1,13 +1,17 @@
# Template file for 'asciinema'
pkgname=asciinema
-version=1.2.0
-revision=2
-build_style=go
diff --git a/srcpkgs/python-stormssh/template b/srcpkgs/python-stormssh/template
index 77a280a..42cca67 100644
--- a/srcpkgs/python-stormssh/template
+++ b/srcpkgs/python-stormssh/template
@@ -2,33 +2,36 @@
pkgname=python-stormssh
version=0.6.9
revision=1
+noarch=yes
wrksrc=storm-${version}