/srv/irclogs.ubuntu.com/2013/12/24/#ubuntu-app-devel.txt

=== Guest45150 is now known as Ursinha-afk
BHSPiMonkeyIs it possible to write an Ubuntu SDK app that uses an installed C library (dynamically linked)?06:05
=== shuduo is now known as shuduo|afk
JamesTaitGood morning all; happy Christmas Eve! :-D09:05
dakerJamesTait: that's a confirmation you are a BOT now!11:33
JamesTaitOh my word, I thought I was the only person on the internet today!11:34
daker;)11:34
xnox=)11:48
dakerJamesTait: they are just relaxing :)11:50
JamesTaitNo time to relax - don't they know it's Christmas tomorrow? ;)11:50
dakerJamesTait: i don't11:51
JamesTaitThere are things to be done!11:51
efehello doods11:55
efeI am new to ubuntu11:55
efeCan any one help me about OS devvelopment??11:56
om26er\\o//12:28
=== xnox_ is now known as xnox
=== Ursinha-afk is now known as Ursinha
BHSPiMonkeyIs it possible to write an Ubuntu SDK app that uses an installed C library (dynamically linked)?23:31
dakerBHSPiMonkey: AFAIK no23:38
BHSPiMonkeyHmm23:38
dakeryou only have the right to read/write your own directory23:38
BHSPiMonkeyCould it be done with a custom QML C++ plugin that gets distributed with the app?23:39
dakerBHSPiMonkey: you mean your own lib ?23:39
BHSPiMonkeydaker: no, a lib that would be a dependency (e.g. libvorbis)23:40
dakerBHSPiMonkey: i see so i think you need to ship the lib(.so) with the click package23:41
dakeralways remember your only allowed to read/write the app dir23:42
BHSPiMonkeyThat would be unfortunate. I'd just want to be able to ship a frontend to an installed library on the system. Like a media converter that relies on libffmpeg23:43
BHSPiMonkeyIf you're only allowed access to the app dir, how could anyone write something equivalent to Shotwell or Banshee?23:43
dakerusing APIs23:45
dakerhttp://developer.ubuntu.com/publish/apps/security-policy-for-click-packages/23:46
BHSPiMonkeyInteresting.23:50
BHSPiMonkeyI'm having trouble figuring out how I would even read files that the user wanted me to work with23:51
dakerBHSPiMonkey: using ContentHUB23:51
dakerBHSPiMonkey: http://developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Content.index/23:52
dakerBHSPiMonkey: it only support reading the Pictures folder for now & it will be extended for Videos, etc...23:53
BHSPiMonkeydaker: basically, I was interested in writing a frontend for an emulator which exists as a library (libmupen64plus2) in the ubuntu repos23:55
dakerbefore you start, you need to check if the libmupen64plus2 package is installed by default on the phone images23:56
BHSPiMonkeyMy thought was that I could write a nice pretty Ubuntu-SDK-themed frontend, and in theory it would be able to work on any system where that lib was available23:56
dakerand i think it is23:56
BHSPiMonkeydaker: why on earth would it be installed by default on any distribution image?23:57
dakeri don't think it is installed by default on the phone images*23:57
BHSPiMonkeyright23:57
BHSPiMonkeybut I'm not really trying to get it working on phones; hopefully the platform-agnostic nature in which I'd write the frontend would allow for a user to get it working on a phone, but that's a secondary goal23:58
dakerBHSPiMonkey: i see23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!