Bug 53913 - Add vala support
Summary: Add vala support
Status: RESOLVED MOVED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-farstream (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Olivier Crête
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 06:59 UTC by Heiher
Modified: 2019-12-03 19:16 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Generate GObject Introspection data (10.01 KB, patch)
2012-08-22 06:59 UTC, Heiher
Details | Splinter Review
GObject Introspection metadate for vapigen. (45 bytes, text/plain)
2012-08-22 07:12 UTC, Heiher
Details
Vala api generated by vapigen. (2.25 KB, text/x-vala)
2012-08-22 07:12 UTC, Heiher
Details
dpends desc (14 bytes, text/plain)
2012-08-23 01:20 UTC, Heiher
Details

Description Heiher 2012-08-22 06:59:07 UTC
Add api support for Vala.
Comment 1 Heiher 2012-08-22 06:59:41 UTC
Created attachment 65932 [details] [review]
Generate GObject Introspection data
Comment 2 Heiher 2012-08-22 07:12:38 UTC
Created attachment 65934 [details]
GObject Introspection metadate for vapigen.

vapigen --vapidir=. --girdir=. --metadatadir=. --library=telepathy-farstream-0.4 --pkg=gio-2.0 --pkg=gstreamer-0.10 TelepathyFarstream-0.4.gir
Comment 3 Heiher 2012-08-22 07:12:57 UTC
Created attachment 65935 [details]
Vala api generated by vapigen.
Comment 4 Heiher 2012-08-23 01:20:56 UTC
Created attachment 65989 [details]
dpends desc
Comment 5 Olivier Crête 2012-09-15 15:08:42 UTC
Comment on attachment 65932 [details] [review]
Generate GObject Introspection data

Review of attachment 65932 [details] [review]:
-----------------------------------------------------------------

Otherwise looks good

::: configure.ac
@@ +138,5 @@
> +TF_MINOR=tp_farstream_minor_version
> +TF_MAJORMINOR=$TF_MAJOR.$TF_MINOR
> +TF_MAJOR_MINOR=$TF_MAJOR\_$TF_MINOR
> +AC_SUBST(TF_MAJORMINOR)
> +AC_SUBST(TF_MAJOR_MINOR)

Should use a manually set TF_API_VERSION instead.. as the API doesn'T change every release
Comment 6 GitLab Migration User 2019-12-03 19:16:33 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/telepathy/telepathy-farstream/issues/2.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.