Skip to content

Commit d519b15

Browse files
committed
remove protobuf
1 parent 5e20ee6 commit d519b15

24 files changed

+205
-7873
lines changed

addon.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<addon id="script.service.hyperion" name="Hyperion Ambilight" version="1.0.2" provider-name="hyperion-project">
33
<requires>
44
<import addon="xbmc.python" version="2.1.0"/>
5+
<import addon="script.module.protobuf" version="2.5.0"/>
6+
<import addon="script.module.pil" version="1.1.7"/>
57
</requires>
68
<extension point="xbmc.service" library="addon.py" start="login"></extension>
79
<extension point="xbmc.addon.metadata">

changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.0.3
2+
- remove protobuf library
13
1.0.2
24
- Translate to DE and extend description
35
- New icon and fanart

resources/lib/google/__init__.py

Whitespace-only changes.

resources/lib/google/protobuf/__init__.py

Whitespace-only changes.

resources/lib/google/protobuf/compiler/plugin_pb2.py

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)