summaryrefslogtreecommitdiff
path: root/HACKING
blob: abb460a65700c41fe408d151fb7cb96bbf4cfba1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
= Releases =

- bump version in configure.ac
  0.1.1 -> 0.2

- update NEWS

- commit
  git add configure.ac NEWS
  git commit -m"release: prepare for release"

- dist
  make dist

- tag
  git tag -a RELEASE-0.2 -m"release: 0.2"
  git push origin RELEASE-0.2

- release
  scp gst-mediainfo-0.2.tar.gz ensonic@people.freedesktop.org:public_html/files/

- bump versions in configure.ac
  0.2 -> 0.2.1

- commit
  git add configure.ac
  git commit -m"release: bump versions and back to development"

- update web-page

= Building =

in the case we need to update the vapi for yet unreleased gstreamer api, these
are the steps. Right now its enough to install the vapi file from git

== update system vapi ==
1) checkout vala from gnome git
cd vala/vapi
vala-gen-introspect gstreamer-pbutils-0.10 packages/gstreamer-pbutils-0.10
vapigen --vapidir . --library gstreamer-pbutils-0.10 packages/gstreamer-pbutils-0.10/gstreamer-pbutils-0.10.gi
git diff packages/gstreamer-pbutils-0.10/gstreamer-pbutils-0.10.metadata >vapi.gstreamer-pbutils-0.10.patch

2) install
# suse, meego
sudo cp gstreamer-pbutils-0.10.vapi /usr/share/vala/vapi/
# ubuntu
sudo cp gstreamer-pbutils-0.10.vapi /usr/share/vala-0.xxx/vapi/

== use jhbuild ==
jhbuild build vala
jhbuild shell

You might want to build these at least once:
jhbuild build gnome-themes-standard gnome-icon-theme

${jhbuild_prefix}/share/vala-0.22/vapi/

= Hacking =

use G_MESSAGES_DEBUG="gst-mi" to see the logging