mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
remove package 'file', moved to unofficial addon repo
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ee772f57c0
commit
7cbd621c2c
@ -1,37 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
# This file is part of OpenELEC - http://www.openelec.tv
|
|
||||||
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
|
||||||
#
|
|
||||||
# OpenELEC is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# OpenELEC is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
PKG_NAME="file"
|
|
||||||
PKG_VERSION="5.19"
|
|
||||||
PKG_REV="1"
|
|
||||||
PKG_ARCH="any"
|
|
||||||
PKG_LICENSE="BSD"
|
|
||||||
PKG_SITE="http://www.darwinsys.com/file/"
|
|
||||||
PKG_URL="ftp://ftp.astron.com/pub/file/$PKG_NAME-$PKG_VERSION.tar.gz"
|
|
||||||
PKG_DEPENDS_HOST="ccache:host"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain zlib file:host"
|
|
||||||
PKG_PRIORITY="optional"
|
|
||||||
PKG_SECTION="devel"
|
|
||||||
PKG_SHORTDESC="file: File type identification utility"
|
|
||||||
PKG_LONGDESC="These are the sources to Darwin's file(1) utility and master magic(4) file, now maintained by Christos Zoulas. The file(1) utility is used to determine the types of various files."
|
|
||||||
PKG_IS_ADDON="no"
|
|
||||||
|
|
||||||
PKG_AUTORECONF="yes"
|
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_HOST="--enable-fsect-man5 --enable-static --disable-shared"
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--enable-fsect-man5 --enable-static --disable-shared"
|
|
@ -1,17 +0,0 @@
|
|||||||
diff --git a/src/apprentice.c b/src/apprentice.c
|
|
||||||
index 961e83d..b7d500c 100644
|
|
||||||
--- a/src/apprentice.c
|
|
||||||
+++ b/src/apprentice.c
|
|
||||||
@@ -348,11 +348,9 @@ apprentice_1(struct magic_set *ms, const char *fn, int action)
|
|
||||||
protected void
|
|
||||||
file_ms_free(struct magic_set *ms)
|
|
||||||
{
|
|
||||||
- size_t i;
|
|
||||||
if (ms == NULL)
|
|
||||||
return;
|
|
||||||
- for (i = 0; i < MAGIC_SETS; i++)
|
|
||||||
- mlist_free(ms->mlist[i]);
|
|
||||||
+ mlist_free(ms->mlist[0]);
|
|
||||||
free(ms->o.pbuf);
|
|
||||||
free(ms->o.buf);
|
|
||||||
free(ms->c.li);
|
|
@ -1,26 +0,0 @@
|
|||||||
From e990dc53f658cb67ec7b33c32e0bc24e65801792 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Christos Zoulas <christos@zoulas.com>
|
|
||||||
Date: Sat, 14 May 2011 15:04:15 +0000
|
|
||||||
Subject: [PATCH] small archive
|
|
||||||
|
|
||||||
---
|
|
||||||
magic/Magdir/archive | 5 ++++-
|
|
||||||
1 files changed, 4 insertions(+), 1 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/magic/Magdir/archive b/magic/Magdir/archive
|
|
||||||
index e84c8e3..5ad1ce3 100644
|
|
||||||
--- a/magic/Magdir/archive
|
|
||||||
+++ b/magic/Magdir/archive
|
|
||||||
@@ -654,6 +654,9 @@
|
|
||||||
>>>>78 string -template Template
|
|
||||||
!:mime application/vnd.oasis.opendocument.image-template
|
|
||||||
|
|
||||||
+>26 byte x Zip archive data
|
|
||||||
+
|
|
||||||
+
|
|
||||||
# StarView Metafile
|
|
||||||
# From Pierre Ducroquet <pinaraf@pinaraf.info>
|
|
||||||
0 string VCLMTF StarView MetaFile
|
|
||||||
--
|
|
||||||
1.7.4.1
|
|
||||||
|
|
@ -24,7 +24,7 @@ PKG_LICENSE="OSS"
|
|||||||
PKG_SITE="http://www.python.org/"
|
PKG_SITE="http://www.python.org/"
|
||||||
PKG_URL="http://www.python.org/ftp/python/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="http://www.python.org/ftp/python/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_DEPENDS_HOST="zlib:host"
|
PKG_DEPENDS_HOST="zlib:host"
|
||||||
PKG_DEPENDS_TARGET="toolchain Python:host sqlite expat zlib bzip2 libressl libffi file"
|
PKG_DEPENDS_TARGET="toolchain Python:host sqlite expat zlib bzip2 libressl libffi"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="lang"
|
PKG_SECTION="lang"
|
||||||
PKG_SHORTDESC="python: The Python programming language"
|
PKG_SHORTDESC="python: The Python programming language"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user