diff options
author | Sven 'sleipnir' Rebhan <odinshorse@googlemail.com> | 2009-07-10 09:13:50 +0000 |
---|---|---|
committer | Sven 'sleipnir' Rebhan <odinshorse@googlemail.com> | 2009-07-10 09:13:50 +0000 |
commit | b35c1bebdabef21e7fce373d64a0e96ff104e3e7 (patch) | |
tree | 9aa6b94ba990c6f4c5fe123c784637bf7f0fc06e /sys-mobilephone/freesmartphone-framework | |
parent | Small tool to download Openstreetmap tiles within a certain region and zoom r... (diff) | |
download | embedded-cross-b35c1bebdabef21e7fce373d64a0e96ff104e3e7.tar.gz embedded-cross-b35c1bebdabef21e7fce373d64a0e96ff104e3e7.tar.bz2 embedded-cross-b35c1bebdabef21e7fce373d64a0e96ff104e3e7.zip |
Make the dependencies of the framework more finegrain and keyword MS5.5.
Diffstat (limited to 'sys-mobilephone/freesmartphone-framework')
-rw-r--r-- | sys-mobilephone/freesmartphone-framework/Manifest | 2 | ||||
-rw-r--r-- | sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.5.ebuild | 14 |
2 files changed, 9 insertions, 7 deletions
diff --git a/sys-mobilephone/freesmartphone-framework/Manifest b/sys-mobilephone/freesmartphone-framework/Manifest index 473113a..c746210 100644 --- a/sys-mobilephone/freesmartphone-framework/Manifest +++ b/sys-mobilephone/freesmartphone-framework/Manifest @@ -4,7 +4,7 @@ AUX freesmartphone-framework-0.5.5-setup-paths.patch 3480 RMD160 d71648089899a35 AUX freesmartphone-framework-20090704-setup-paths.patch 3480 RMD160 d71648089899a357bd3001127e7007506f5979d0 SHA1 ec52508f92154023e839cace26a0e2cd271f46b6 SHA256 72c7e7eb4e4b06f660ea9132015d4dd4a2c782dae738b78c8af891ab24415848 AUX freesmartphone-framework-9999-setup-paths.patch 3477 RMD160 47547e3175ea437023091073423016bc5db355eb SHA1 9754e5f2ee2de24c13b7e74fd0d7204feec260b7 SHA256 1389bea2c4b872a8557ad079d8eda70fcf2698043bdc8ca3f06e706b5d2582de EBUILD freesmartphone-framework-0.5.1.ebuild 1339 RMD160 9f87e800434d665a52dad75a21185fa61e283d6d SHA1 75361271cc62300a9a89670a8b60ae5c4b8cd8d4 SHA256 15c3dcb4927a7b4041ac425485e484139e377e7b601e07cdbbac229792ce5702 -EBUILD freesmartphone-framework-0.5.5.ebuild 1462 RMD160 dbe145993f175b6b696045237d0be2299ee30a60 SHA1 009b0e56cc4c8103ca93405bbad460560c4f61ca SHA256 453900e2d9158eac82a435c502b8de7e853e152047d17f9401862136c0d3f497 +EBUILD freesmartphone-framework-0.5.5.ebuild 1517 RMD160 4691f5b0c99f6201b18e430468b445b208966709 SHA1 2339fc83cbe5695d3c237bd32b010e968647886f SHA256 b0a912b9132d4d41b77e4624a27730c4252f16ec8e84c6356ba270dbdd3b8bb6 EBUILD freesmartphone-framework-0.5.ebuild 1343 RMD160 402030ad32e8184b1a1b9ca2746b4d595b292014 SHA1 0787bff7ee46b9e38aa7ca1066c8c325077b965c SHA256 4f28fbc685ca00f283da7e5b341a98adb797fb00c15fa9d14862ea7e4578fc8b EBUILD freesmartphone-framework-20090704.ebuild 1353 RMD160 ed8bebf61a18872b663a65fcf4689ec035d65de6 SHA1 0404228517849ee6ed03b92d4b51ff62afba09d1 SHA256 3c1741662d1801b0ea5d863a6c1ae5991166ee7f9161f524cb05d6ef15780ff7 EBUILD freesmartphone-framework-9999.ebuild 1510 RMD160 1d14439cc9540a0bdc32b6a3b8a9cb6583eeeefb SHA1 262b9eef4870494b08302291eff843214f0ffda8 SHA256 4331ac527ce5c205c93d00f82adccca6ff85480426d1c84e07c2350d2ad141c5 diff --git a/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.5.ebuild b/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.5.ebuild index 669855c..a02494e 100644 --- a/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.5.ebuild +++ b/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.5.ebuild @@ -22,17 +22,17 @@ DOCS="README" RDEPEND="dev-python/dbus-python dev-python/gst-python - media-plugins/gst-plugins-ogg - media-plugins/gst-plugins-vorbis - media-plugins/gst-plugins-ivorbis - media-plugins/gst-plugins-base + media-libs/gst-plugins-base + ogg? ( media-plugins/gst-plugins-ogg ) + vorbis? ( media-plugins/gst-plugins-vorbis ) + ivorbis? ( media-plugins/gst-plugins-ivorbis ) dev-python/pygobject dev-python/pyyaml dev-python/pyserial dev-python/pyrtc - dev-python/pyalsaaudio + alsa? ( dev-python/pyalsaaudio + virtual/alsa-scenarios ) dev-lang/python[threads] - virtual/alsa-scenarios gsm? ( ( || ( sys-mobilephone/gsm0710muxd sys-mobilephone/fso-abyss ) ) net-dialup/ppp @@ -44,6 +44,8 @@ DEPEND="dev-python/cython dev-python/setuptools" src_prepare() { + cd "${S}" + # Change the paths for setup.py and add the example config file epatch "${FILESDIR}/${P}-setup-paths.patch" } |