Skip to content

Instantly share code, notes, and snippets.

@plntyk
plntyk / pulseaudio-variants.patch
Created April 7, 2015 23:07
3 flavours - 1 minimal, 1 with speex and without openssl (similar to old package), 1 extended with openssl,bluez,dbus,avahi
diff --git a/sound/pulseaudio/Makefile b/sound/pulseaudio/Makefile
index 23a8c80..86c89a9 100644
--- a/sound/pulseaudio/Makefile
+++ b/sound/pulseaudio/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2011-2014 OpenWrt.org
+# Copyright (C) 2011-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
@plntyk
plntyk / pjproject-fix.patch
Created April 10, 2015 07:35
pjproject: use g++ as a linker
pjproject: use g++ as a linker
this seems to fix a strange error where the last stage
cannot find libgcc.a or libgcc.so
only compile tested
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
---
libs/pjproject/patches/001-change_linker.patch | 11 +++++++++++
From 2df0c6f3587d6b151250ccc1351c65a7ac010e77 Mon Sep 17 00:00:00 2001
From: Dirk Neukirchen <dirkneukirchen@web.de>
Date: Fri, 22 May 2015 18:17:47 +0200
Subject: [PATCH] postgresql: update to 9.4.1
- supports arm64/aarch64
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
---
libs/postgresql/Makefile | 14 ++++----------
From 3ec880ab841472ae1675015176dbff7294e238f6 Mon Sep 17 00:00:00 2001
From: Dirk Neukirchen <dirkneukirchen@web.de>
Date: Sat, 15 Aug 2015 15:44:43 +0200
Subject: [PATCH 47/49] [package] add package python-pcapy
some person on IRC submitted + requested help with that
fixed & helped until it worked (kireevco)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
---
@plntyk
plntyk / libgphoto2-oldpackages.patch
Created April 14, 2015 11:51
libgphoto2: update to 2.5.7
libgphoto2: update to 2.5.7
compile tested only
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
---
libs/libgphoto2/Makefile | 8 +-
libs/libgphoto2/patches/001-automake-compat.patch | 51 +++++--------
.../002-no-tests-docs-examples-translations.patch | 86 ----------------------
3 files changed, 23 insertions(+), 122 deletions(-)
@plntyk
plntyk / gphoto2-oldpackages.patch
Created April 14, 2015 11:47
gphoto2_2.5.6_openwrt_oldpackages.patch
gphoto2: update to 2.5.6
compile tested only
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
---
multimedia/gphoto2/Makefile | 4 +-
.../gphoto2/patches/001-automake-compat.patch | 81 +++++++++++++++++++++-
.../patches/002-disable-docs-translations.patch | 45 ------------
3 files changed, 81 insertions(+), 49 deletions(-)
@plntyk
plntyk / gist:3c8e3ddbfb60a3a74e9d
Created February 20, 2016 11:33
[packages] php5: fix xml2-config location
commit ecbc0e19687224514a8aa67ae935e931105206cf
Author: Dirk Neukirchen <dirkneukirchen@web.de>
Date: Mon Jun 15 10:54:40 2015 +0200
[packages] php5: fix xml2-config location
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 2c506aa..bf7946b 100644
@plntyk
plntyk / gist:73bcbc136d95960ea6a5
Created February 20, 2016 11:34
libxml2: fix config location
commit a028eb3b8bd27d1f11491e215298712a59a9f970
Author: Dirk Neukirchen <dirkneukirchen@web.de>
Date: Thu Jun 4 19:26:19 2015 +0200
libxml2: fix config location
use the normal staging_dir/target... location
like other config scripts
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
@plntyk
plntyk / gist:887ac7145ef75830a860
Created March 1, 2016 13:37
glib2.host-configure_libiconv_no_host-compile.txt
Applying ./patches/001-automake-compat.patch using plaintext:
patching file gtk-doc.make
Hunk #1 succeeded at 282 (offset 11 lines).
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /home/tenchi/prog/git/upstream/openwrt/staging_dir/host/bin/aclocal -I m4 -I . --force -I m4macros ${ACLOCAL_FLAGS}
autoreconf: configure.ac: tracing
autoreconf: running: /home/tenchi/prog/git/upstream/openwrt/staging_dir/host/bin/libtoolize --force
OpenWrt-libtoolize: putting auxiliary files in `.'.
@plntyk
plntyk / gist:4667f026132547955b80
Created March 25, 2016 14:15
set FAT_DEFAULT_CODEPAGE FAT_DEFAULT_IOCHARSET via OpenWrt menuconfig/vars
From 381f2c361831b0fb0b3fa8fd79d3f3565f0c9008 Mon Sep 17 00:00:00 2001
From: Dirk Neukirchen <dirkneukirchen@web.de>
Date: Wed, 23 Mar 2016 14:01:06 +0100
Subject: [PATCH] WIP: vfat changes
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
---
config/Config-kernel.in | 18 ++++++++++++++++++
target/linux/generic/config-3.18 | 2 --
target/linux/generic/config-4.1 | 2 --