diff mbox

celt051: Fix file naming

Message ID 1410872158-16648-1-git-send-email-jezz@sysmic.org
State Superseded
Headers show

Commit Message

Jérôme Pouiller Sept. 16, 2014, 12:55 p.m. UTC
In order to comply with naming policy, fix celt.mk filename.

Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
---
 package/celt051/celt.mk    | 30 ------------------------------
 package/celt051/celt051.mk | 30 ++++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 30 deletions(-)
 delete mode 100644 package/celt051/celt.mk
 create mode 100644 package/celt051/celt051.mk

Comments

Thomas Petazzoni Sept. 16, 2014, 2:14 p.m. UTC | #1
Dear Jérôme Pouiller,

On Tue, 16 Sep 2014 14:55:58 +0200, Jérôme Pouiller wrote:
> In order to comply with naming policy, fix celt.mk filename.
> 
> Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
> ---
>  package/celt051/celt.mk    | 30 ------------------------------
>  package/celt051/celt051.mk | 30 ++++++++++++++++++++++++++++++
>  2 files changed, 30 insertions(+), 30 deletions(-)
>  delete mode 100644 package/celt051/celt.mk
>  create mode 100644 package/celt051/celt051.mk

Thanks, but you should use git format-patch -M to detect renames, that
will generate much shorter (and readable) patches.

Thanks a lot!

Thomas
diff mbox

Patch

diff --git a/package/celt051/celt.mk b/package/celt051/celt.mk
deleted file mode 100644
index 528dfce..0000000
--- a/package/celt051/celt.mk
+++ /dev/null
@@ -1,30 +0,0 @@ 
-################################################################################
-#
-# celt
-#
-################################################################################
-
-# Although version newer than 0.5.1.3 exists, we're
-# stuck with 0.5.1.3 for use by Spice (coming later)
-CELT051_VERSION         = 0.5.1.3
-CELT051_SOURCE          = celt-$(CELT051_VERSION).tar.gz
-CELT051_SITE            = http://downloads.xiph.org/releases/celt
-CELT051_LICENSE         = BSD-2c
-CELT051_LICENSE_FILES   = COPYING
-CELT051_INSTALL_STAGING = YES
-CELT051_DEPENDENCIES    = libogg
-
-# Need to specify --with-ogg, otherwise /usr/lib may be searched for
-# if target is the same kind as host (ie. same arch, same bitness,
-# same endianness, so that /usr/lib contains libraries linkable by
-# our cross-compiler)
-CELT051_CONF_OPT =                  \
-  --enable-fixed-point              \
-  --disable-fixed-point-debug       \
-  --disable-experimental-postfilter \
-  --disable-static-modes            \
-  --disable-assertions              \
-  --disable-oggtest                 \
-  --with-ogg=$(STAGING_DIR)/usr     \
-
-$(eval $(autotools-package))
diff --git a/package/celt051/celt051.mk b/package/celt051/celt051.mk
new file mode 100644
index 0000000..528dfce
--- /dev/null
+++ b/package/celt051/celt051.mk
@@ -0,0 +1,30 @@ 
+################################################################################
+#
+# celt
+#
+################################################################################
+
+# Although version newer than 0.5.1.3 exists, we're
+# stuck with 0.5.1.3 for use by Spice (coming later)
+CELT051_VERSION         = 0.5.1.3
+CELT051_SOURCE          = celt-$(CELT051_VERSION).tar.gz
+CELT051_SITE            = http://downloads.xiph.org/releases/celt
+CELT051_LICENSE         = BSD-2c
+CELT051_LICENSE_FILES   = COPYING
+CELT051_INSTALL_STAGING = YES
+CELT051_DEPENDENCIES    = libogg
+
+# Need to specify --with-ogg, otherwise /usr/lib may be searched for
+# if target is the same kind as host (ie. same arch, same bitness,
+# same endianness, so that /usr/lib contains libraries linkable by
+# our cross-compiler)
+CELT051_CONF_OPT =                  \
+  --enable-fixed-point              \
+  --disable-fixed-point-debug       \
+  --disable-experimental-postfilter \
+  --disable-static-modes            \
+  --disable-assertions              \
+  --disable-oggtest                 \
+  --with-ogg=$(STAGING_DIR)/usr     \
+
+$(eval $(autotools-package))