Skip to content

Commit

Permalink
remove binary plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Jul 14, 2024
1 parent 2283502 commit b5626fc
Show file tree
Hide file tree
Showing 440 changed files with 1 addition and 92,929 deletions.
6 changes: 1 addition & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ACLOCAL_AMFLAGS = -I m4
#ACLOCAL_AMFLAGS = -I m4

SUBDIRS = \
aihdcontroler \
Expand Down Expand Up @@ -32,7 +32,6 @@ SUBDIRS = \
httpproxy \
imdb \
kiddytimer \
lcd4linux \
letterbox \
logomanager \
mediadownloader \
Expand All @@ -41,14 +40,12 @@ SUBDIRS = \
merlinepgcenter \
merlinmusicplayer \
mosaic \
moviecut \
movieretitle \
movietagger \
mphelp \
multirc \
ncidclient \
netcaster \
networkbrowser \
netzkino \
ofdb \
orfat \
Expand Down Expand Up @@ -76,7 +73,6 @@ SUBDIRS = \
valixdcontrol \
virtualzap \
vlcplayer \
vps \
vfdcontrol \
webcamviewer \
werbezapper \
Expand Down
13 changes: 0 additions & 13 deletions Rules-cpp.mak

This file was deleted.

56 changes: 0 additions & 56 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,36 +1,19 @@
AC_INIT([enigma2-plugins],[4],[forum@openpli.org])
AM_INIT_AUTOMAKE([dist-bzip2 foreign no-define tar-pax])
AC_CONFIG_HEADERS([enigma2-plugins-config.h])

# Silent rules are available since 1.11, but older versions
# are still in use. So don't use them unconditionally.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE

AC_PROG_CC
AC_PROG_CXX
m4_ifdef([LT_INIT], [LT_INIT], [AC_PROG_LIBTOOL])
AC_CONFIG_MACRO_DIR([m4])

AC_PATH_PROG(MSGFMT, msgfmt, AC_MSG_ERROR(Could not find msgfmt))

AM_PATH_PYTHON
AX_PYTHON_DEVEL
AX_PTHREAD

TUXBOX_APPS_DVB


AC_ARG_WITH(debug,
AS_HELP_STRING([--without-debug],[disable debugging code]),
[with_debug="$withval"],[with_debug="yes"])
if test "$with_debug" = "yes"; then
DEBUG_CFLAGS="-ggdb3"
AC_DEFINE([DEBUG],[1],[Define to 1 to enable debugging code])
fi
AC_SUBST(DEBUG_CFLAGS)

AC_ARG_WITH(po,
AS_HELP_STRING([--with-po],[enable updating of po files]),
Expand Down Expand Up @@ -210,26 +193,6 @@ kiddytimer/meta/Makefile
kiddytimer/po/Makefile
kiddytimer/src/Makefile
lcd4linux/Makefile
lcd4linux/src/Makefile
lcd4linux/src/data/Makefile
lcd4linux/src/data/audio/Makefile
lcd4linux/src/data/Clock1/Makefile
lcd4linux/src/data/Clock2/Makefile
lcd4linux/src/data/Clock3/Makefile
lcd4linux/src/data/Clock4/Makefile
lcd4linux/src/data/Clock5/Makefile
lcd4linux/src/data/Clock6/Makefile
lcd4linux/src/data/Clock7/Makefile
lcd4linux/src/data/Clock8/Makefile
lcd4linux/src/data/Clock9/Makefile
lcd4linux/src/data/Clock10/Makefile
lcd4linux/src/meteo/Makefile
lcd4linux/src/wetter/Makefile
lcd4linux/src/renderer/Makefile
lcd4linux/po/Makefile
lcd4linux/meta/Makefile
letterbox/Makefile
letterbox/src/Makefile
letterbox/meta/Makefile
Expand Down Expand Up @@ -276,12 +239,6 @@ mosaic/meta/Makefile
mosaic/po/Makefile
mosaic/src/Makefile
moviecut/Makefile
moviecut/meta/Makefile
moviecut/src_cc/Makefile
moviecut/src_py/Makefile
moviecut/po/Makefile
movieretitle/Makefile
movieretitle/meta/Makefile
movieretitle/po/Makefile
Expand All @@ -308,13 +265,6 @@ netcaster/src/bin/Makefile
netcaster/src/bin/interface/Makefile
netcaster/src/etc/Makefile
networkbrowser/Makefile
networkbrowser/meta/Makefile
networkbrowser/po/Makefile
networkbrowser/src/Makefile
networkbrowser/src/icons/Makefile
networkbrowser/src/lib/Makefile
netzkino/Makefile
netzkino/meta/Makefile
netzkino/src/Makefile
Expand Down Expand Up @@ -469,12 +419,6 @@ vlcplayer/meta/Makefile
vlcplayer/po/Makefile
vlcplayer/src/Makefile
vps/Makefile
vps/meta/Makefile
vps/po/Makefile
vps/src_cc/Makefile
vps/src_py/Makefile
vfdcontrol/Makefile
vfdcontrol/meta/Makefile
vfdcontrol/po/Makefile
Expand Down
6 changes: 0 additions & 6 deletions lcd4linux/CONTROL/control

This file was deleted.

1 change: 0 additions & 1 deletion lcd4linux/Makefile.am

This file was deleted.

3 changes: 0 additions & 3 deletions lcd4linux/meta/Makefile.am

This file was deleted.

15 changes: 0 additions & 15 deletions lcd4linux/meta/plugin_lcd4linux.xml

This file was deleted.

Loading

0 comments on commit b5626fc

Please sign in to comment.