All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 14/51] libenca: bump version
Date: Sun, 26 Oct 2014 19:45:20 +0100	[thread overview]
Message-ID: <1414349157-22749-14-git-send-email-maxime.hadjinlian@gmail.com> (raw)
In-Reply-To: <1414349157-22749-1-git-send-email-maxime.hadjinlian@gmail.com>

Remove all the patches as they were accepted upstream.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 .../libenca-001-fix-installation-error.patch       | 44 ----------------------
 ...benca-002-remove-prefix-hack-in-configure.patch | 33 ----------------
 package/libenca/libenca-003-iconv.patch            | 15 --------
 package/libenca/libenca.mk                         |  2 +-
 4 files changed, 1 insertion(+), 93 deletions(-)
 delete mode 100644 package/libenca/libenca-001-fix-installation-error.patch
 delete mode 100644 package/libenca/libenca-002-remove-prefix-hack-in-configure.patch
 delete mode 100644 package/libenca/libenca-003-iconv.patch

diff --git a/package/libenca/libenca-001-fix-installation-error.patch b/package/libenca/libenca-001-fix-installation-error.patch
deleted file mode 100644
index fc27841..0000000
--- a/package/libenca/libenca-001-fix-installation-error.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 1ca09a1a8f3dd07e2805855a1f1a67a54e8d8adb Mon Sep 17 00:00:00 2001
-From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
-Date: Wed, 15 Jan 2014 00:20:08 +0100
-Subject: [PATCH 2/3] Fix installation error
-
-ln will complain that the link already exists and will error.
-Adding the -f flag, force ln to recreate the link without failing the
-build.
-
-Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
----
- Makefile.am     | 2 +-
- src/Makefile.am | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index b5b50be..ddf1d5f 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -54,7 +54,7 @@ install-data-hook:
- 	cd $(DESTDIR)$(man1dir); \
- 	inst1=`echo enca | sed '$(transform)'`.1; \
- 	inst2=`echo enconv | sed '$(transform)'`.1; \
--	$(LN_S) $$inst1 $$inst2
-+	$(LN_S) -f $$inst1 $$inst2
- 
- uninstall-hook:
- 	inst=`echo enconv | sed '$(transform)'`.1; \
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 2f01a12..3885137 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -47,7 +47,7 @@ install-exec-hook:
- 	cd $(DESTDIR)$(bindir); \
- 	inst1=`echo enca | sed '$(transform)'`; \
- 	inst2=`echo enconv | sed '$(transform)'`; \
--	$(LN_S) $$inst1$(EXEEXT) $$inst2$(EXEEXT)
-+	$(LN_S) -f $$inst1$(EXEEXT) $$inst2$(EXEEXT)
- 
- uninstall-hook:
- 	inst=`echo enconv | sed '$(transform)'`; \
--- 
-1.8.5.2
-
diff --git a/package/libenca/libenca-002-remove-prefix-hack-in-configure.patch b/package/libenca/libenca-002-remove-prefix-hack-in-configure.patch
deleted file mode 100644
index 45701f9..0000000
--- a/package/libenca/libenca-002-remove-prefix-hack-in-configure.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 354a8217eb735c9678f42436d647571fcebc3ead Mon Sep 17 00:00:00 2001
-From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
-Date: Wed, 15 Jan 2014 00:46:10 +0100
-Subject: [PATCH 3/3] Remove prefix hack in configure
-
-Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
----
- configure.ac | 9 ---------
- 1 file changed, 9 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 9db3b21..9b99df4 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -100,15 +100,6 @@ gtk_CHECK_GTK_DOC
- dnl Check for good random number sources
- AC_CHECK_FILES(/dev/random /dev/urandom /dev/srandom /dev/arandom)
- 
--dnl Dirty path hack.  Helps some people with badly set up search paths.
--if test "$prefix" = "NONE"; then
--  LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib"
--  CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
--else
--  LDFLAGS="$LDFLAGS -L$prefix/lib"
--  CPPFLAGS="$CPPFLAGS -I$prefix/include"
--fi
--
- dnl Checks for libraries.
- ye_CHECK_LIBM
- 
--- 
-1.8.5.2
-
diff --git a/package/libenca/libenca-003-iconv.patch b/package/libenca/libenca-003-iconv.patch
deleted file mode 100644
index 2ea43c0..0000000
--- a/package/libenca/libenca-003-iconv.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-libiconv.m4: Fix AM_ICONV macro usage
-
-Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
-
---- a/m4/libiconv.m4 2013-09-30 09:48:22.000000000 +0200
-+++ b/m4/libiconv.m4 2014-01-18 12:56:32.634514555 +0100
-@@ -17,7 +17,7 @@
- dnl
-
- dnl Use standard iconv test
--AM_ICONV
-+m4_pattern_allow([AM_ICONV])
- CONVERTER_LIBS="$CONVERTER_LIBS $LIBICONV"
-
- dnl Compile iconvcap.c and run it to determine what encodings iconv actually
diff --git a/package/libenca/libenca.mk b/package/libenca/libenca.mk
index 66fcfaa..b46de9a 100644
--- a/package/libenca/libenca.mk
+++ b/package/libenca/libenca.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBENCA_VERSION = 1.15
+LIBENCA_VERSION = 1.16
 LIBENCA_SITE = $(call github,nijel,enca,$(LIBENCA_VERSION))
 LIBENCA_INSTALL_STAGING = YES
 LIBENCA_AUTORECONF = YES
-- 
2.1.1

  parent reply	other threads:[~2014-10-26 18:45 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-26 18:45 [Buildroot] [PATCH 01/51] bmon: Bump version Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 02/51] civetweb: bump version Maxime Hadjinlian
2014-10-27  0:09   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 03/51] cppzmq: " Maxime Hadjinlian
2014-10-27  0:10   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 04/51] czmq: " Maxime Hadjinlian
2014-10-27  0:11   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 05/51] fb-test-app: " Maxime Hadjinlian
2014-10-27  0:12   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 06/51] filemq: " Maxime Hadjinlian
2014-10-27  0:13   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 07/51] flann: " Maxime Hadjinlian
2014-10-27  0:13   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 08/51] geoip: " Maxime Hadjinlian
2014-10-27  0:16   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 09/51] jquery-keyboard: " Maxime Hadjinlian
2014-10-27  0:18   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 10/51] json-javascript: " Maxime Hadjinlian
2014-10-27  0:19   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 11/51] jsmin: " Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 12/51] ktap: " Maxime Hadjinlian
2014-11-01 18:08   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 13/51] libconfuse: " Maxime Hadjinlian
2014-11-01 19:00   ` Thomas Petazzoni
2014-10-26 18:45 ` Maxime Hadjinlian [this message]
2014-10-29 19:23   ` [Buildroot] [PATCH 14/51] libenca: " Bernd Kuhls
2014-10-29 20:38   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 15/51] libstrophe: " Maxime Hadjinlian
2014-11-01 19:07   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 16/51] libuv: " Maxime Hadjinlian
2014-11-01 20:34   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 17/51] linenoise: bump version and license Maxime Hadjinlian
2014-11-01 20:41   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 18/51] lua-msgpack-native: bump version Maxime Hadjinlian
2014-11-01 20:42   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 19/51] lxc: " Maxime Hadjinlian
2014-11-01 20:47   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 20/51] lz4: " Maxime Hadjinlian
2014-11-01 20:48   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 21/51] omap-u-boot-utils: " Maxime Hadjinlian
2014-11-01 20:48   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 22/51] python-configshell-fb: Bump version Maxime Hadjinlian
2014-10-29 22:23   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 23/51] python-ipy: bump version Maxime Hadjinlian
2014-10-29 22:23   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 24/51] python-pyusb: " Maxime Hadjinlian
2014-10-29 22:24   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 25/51] python-rtslib-fb: " Maxime Hadjinlian
2014-10-29 22:24   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 26/51] qjson: " Maxime Hadjinlian
2014-11-01 22:15   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 27/51] sconeserver: " Maxime Hadjinlian
2014-11-01 22:19   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 28/51] smcroute: " Maxime Hadjinlian
2014-11-01 22:21   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 29/51] sqlcipher: " Maxime Hadjinlian
2014-11-01 22:27   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 30/51] sunxi-boards: " Maxime Hadjinlian
2014-11-01 22:29   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 31/51] sunxi-mali: " Maxime Hadjinlian
2014-11-01 22:36   ` Thomas Petazzoni
2015-06-26  8:17     ` François Perrad
2014-10-26 18:45 ` [Buildroot] [PATCH 32/51] sunxi-mali-prop: " Maxime Hadjinlian
2015-01-01 22:03   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 33/51] sunxi-tools: " Maxime Hadjinlian
2015-01-01 22:11   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 34/51] targetcli-fb: " Maxime Hadjinlian
2014-11-02 23:09   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 35/51] tslib: Use the release tarball Maxime Hadjinlian
2015-02-03 10:06   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 36/51] tvheadend: bump version Maxime Hadjinlian
2014-10-26 20:45   ` Bernd Kuhls
2014-10-28 21:12   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 37/51] xbmc-addon-xvdr: Change comments on VERSION Maxime Hadjinlian
2014-12-07 23:21   ` Yann E. MORIN
2015-01-15  9:03   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 38/51] xbmc-pvr-addons: Bump version Maxime Hadjinlian
2014-10-26 20:43   ` Bernd Kuhls
2014-10-26 20:47     ` Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 39/51] yajl: bump version Maxime Hadjinlian
2014-11-07  7:45   ` Peter Korsgaard
2014-11-07  7:52   ` Peter Korsgaard
2014-11-07 10:29     ` Maxime Hadjinlian
2014-12-03 13:12       ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 40/51] ympd: " Maxime Hadjinlian
2015-02-02 14:36   ` Peter Korsgaard
2014-10-26 18:45 ` [Buildroot] [PATCH 41/51] zmqpp: " Maxime Hadjinlian
2015-03-15 22:06   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 42/51] lttng-babeltrace: " Maxime Hadjinlian
2014-10-28 21:29   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 43/51] lttng-libust: " Maxime Hadjinlian
2014-10-28 21:29   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 44/51] lttng-tools: " Maxime Hadjinlian
2014-10-28 21:30   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 45/51] lttng-modules: " Maxime Hadjinlian
2014-10-28 21:30   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 46/51] neardal: " Maxime Hadjinlian
2015-02-01 21:22   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 47/51] ne10: " Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 48/51] jack2: " Maxime Hadjinlian
2015-04-04 13:56   ` Thomas Petazzoni
2014-10-26 18:45 ` [Buildroot] [PATCH 49/51] python-libconfig: " Maxime Hadjinlian
2015-04-04 16:13   ` Thomas Petazzoni
2015-04-04 17:26     ` Maxime Hadjinlian
2014-10-26 18:45 ` [Buildroot] [PATCH 50/51] protobuf-c: " Maxime Hadjinlian
2015-06-05 19:03   ` James Knight
2014-10-26 18:45 ` [Buildroot] [PATCH 51/51] protobuf: " Maxime Hadjinlian
2014-10-26 20:00   ` Matthew Weber
2014-10-26 20:24     ` Maxime Hadjinlian
2014-10-26 20:35       ` Matthew Weber
2014-10-27  0:08 ` [Buildroot] [PATCH 01/51] bmon: Bump version Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1414349157-22749-14-git-send-email-maxime.hadjinlian@gmail.com \
    --to=maxime.hadjinlian@gmail.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.