Skip to content

Commit

Permalink
add new partnerbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed May 26, 2024
1 parent 2e84c92 commit 25229e1
Show file tree
Hide file tree
Showing 20 changed files with 6,783 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ SUBDIRS = \
ofdb \
orfat \
orfteletext \
partnerbox \
permanentclock \
pipservicerelation \
podcast \
Expand Down Expand Up @@ -141,9 +140,15 @@ SUBDIRS += networkbrowser epgsearch
endif

if REMOTETIMER2
SUBDIRS += remotetimer2
SUBDIRS += remotetimer2
else
SUBDIRS += remotetimer
SUBDIRS += remotetimer
endif

if PARTNERBOX2
SUBDIRS += partnerbox2
else
SUBDIRS += partnerbox
endif

SUBDIRS += tetris ardmediathek netzkino Series2Folder srfmediathek epgexport mediathekviewweb
Expand Down
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ AM_CONDITIONAL(XC7346, test "$BOXTYPE" == xc7346)
AM_CONDITIONAL(XP1000, test "$BOXTYPE" == xp1000)

AM_CONDITIONAL(REMOTETIMER2, test `echo "$DISTRO" | cut -b 1-7` == "openatv")
AM_CONDITIONAL(PARTNERBOX2, test `echo "$DISTRO" | cut -b 1-7` == "openatv")

PKG_CHECK_MODULES(ENIGMA2, enigma2)
PKG_CHECK_MODULES(LIBCRYPTO, libcrypto)
Expand Down Expand Up @@ -565,6 +566,10 @@ partnerbox/src/Makefile
partnerbox/src/icons/Makefile
partnerbox/src/buttons/Makefile
partnerbox2/Makefile
partnerbox2/po/Makefile
partnerbox2/src/Makefile
permanentclock/Makefile
permanentclock/meta/Makefile
permanentclock/po/Makefile
Expand Down
6 changes: 6 additions & 0 deletions partnerbox2/CONTROL/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Package: enigma2-plugin-extensions-partnerbox
Version: 1.0
Description: Partnerbox (Remote Bouquets, Channels, Timers and TV Player)
Maintainer: OpenATV team <[email protected]>
Homepage: github.com/oe-alliance/enigma2-plugins
Depends: enigma2, python-twisted-web
1 change: 1 addition & 0 deletions partnerbox2/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SUBDIRS = src po
2 changes: 2 additions & 0 deletions partnerbox2/po/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PLUGIN = Partnerbox
include $(top_srcdir)/Rules_noxml-po.mak
Loading

0 comments on commit 25229e1

Please sign in to comment.