Skip to content

Commit

Permalink
Merge pull request #46 from sailfish-sdk/new-libs
Browse files Browse the repository at this point in the history
New libs to be allowed soon
  • Loading branch information
d0b3rm4n committed Nov 24, 2014
2 parents ed0e39f + 8a91874 commit a7be871
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
11 changes: 11 additions & 0 deletions allowed_libraries.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,18 @@ libQt5Xml.so.5
libQt5DBus.so.5
libQt5WebKit.so.5
libQt5Sensors.so.5
libQt0Feedback.so.0

# Various additional libraries that are useful
libmlite5.so.0
libpng15.so.15
libdbus-1.so.3
libcurl.so.4
libfontconfig.so.1
libssl.so.10
libcrypto.so.10
liblzma.so.5
libxml2.so.2

# GLib
libgio-2.0.so.0
Expand All @@ -62,3 +67,9 @@ libwayland-egl.so.1

# ContextKit
libcontextkit-statefs-qt5.so

# Multimedia
libogg.so.0
libvorbis.so.0
libvorbisenc.so.2
libvorbisfile.so.3
2 changes: 2 additions & 0 deletions allowed_qmlimports.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ QtQuick.Window 2.1
QtMultimedia 5.0
QtWebKit 3.0
QtSensors 5.0
QtFeedback 5.0
QtGraphicalEffects 1.0

# ContextKit
org.freedesktop.contextkit 1.0
Expand Down
58 changes: 58 additions & 0 deletions allowed_requires.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ qt5-qtqml-import-webkitplugin
qt5-qtdeclarative-import-particles2
qt5-qtdeclarative-qtquickparticles
qt5-qtsvg
qt5-qtgraphicaleffects

# Qt Modules
qt5-qtfeedback
qt5-qtmultimedia
qt5-qtfeedback

# Image format plugins
qt5-plugin-imageformat-gif
Expand All @@ -66,6 +68,62 @@ qt5-qtsvg-plugin-imageformat-svg

# Other libraries
mlite-qt5
libcrypto.so.10
libcrypto.so.10(libcrypto.so.10)
libssl.so.10
libssl.so.10(libssl.so.10)
liblzma.so.5

# Python support
pyotherside-qml-plugin-python3-qt5

# libxml2
libxml2
libxml2.so.2
libxml2.so.2(LIBXML2_2.4.30)
libxml2.so.2(LIBXML2_2.5.0)
libxml2.so.2(LIBXML2_2.5.2)
libxml2.so.2(LIBXML2_2.5.4)
libxml2.so.2(LIBXML2_2.5.5)
libxml2.so.2(LIBXML2_2.5.6)
libxml2.so.2(LIBXML2_2.5.7)
libxml2.so.2(LIBXML2_2.5.8)
libxml2.so.2(LIBXML2_2.5.9)
libxml2.so.2(LIBXML2_2.6.0)
libxml2.so.2(LIBXML2_2.6.1)
libxml2.so.2(LIBXML2_2.6.2)
libxml2.so.2(LIBXML2_2.6.3)
libxml2.so.2(LIBXML2_2.6.5)
libxml2.so.2(LIBXML2_2.6.6)
libxml2.so.2(LIBXML2_2.6.7)
libxml2.so.2(LIBXML2_2.6.8)
libxml2.so.2(LIBXML2_2.6.10)
libxml2.so.2(LIBXML2_2.6.11)
libxml2.so.2(LIBXML2_2.6.12)
libxml2.so.2(LIBXML2_2.6.14)
libxml2.so.2(LIBXML2_2.6.15)
libxml2.so.2(LIBXML2_2.6.16)
libxml2.so.2(LIBXML2_2.6.17)
libxml2.so.2(LIBXML2_2.6.18)
libxml2.so.2(LIBXML2_2.6.19)
libxml2.so.2(LIBXML2_2.6.20)
libxml2.so.2(LIBXML2_2.6.21)
libxml2.so.2(LIBXML2_2.6.23)
libxml2.so.2(LIBXML2_2.6.24)
libxml2.so.2(LIBXML2_2.6.25)
libxml2.so.2(LIBXML2_2.6.27)
libxml2.so.2(LIBXML2_2.6.28)
libxml2.so.2(LIBXML2_2.6.29)
libxml2.so.2(LIBXML2_2.6.32)
libxml2.so.2(LIBXML2_2.7.0)
libxml2.so.2(LIBXML2_2.7.3)
libxml2.so.2(LIBXML2_2.7.4)
libxml2.so.2(LIBXML2_2.8.0)
libxml2.so.2(LIBXML2_2.9.0)
libxml2.so.2(LIBXML2_2.9.1)

# Multimedia
libogg.so.0
libvorbis.so.0
libvorbisenc.so.2
libvorbisfile.so.3

0 comments on commit a7be871

Please sign in to comment.