Merge lp:~ari-tczew/cheese/ubuntu into lp:~ubuntu-desktop/cheese/ubuntu

Proposed by Artur Rona
Status: Merged
Merged at revision: 86
Proposed branch: lp:~ari-tczew/cheese/ubuntu
Merge into: lp:~ubuntu-desktop/cheese/ubuntu
Diff against target: 592 lines (+100/-339)
8 files modified
debian/changelog (+67/-0)
debian/control (+14/-14)
debian/control.in (+13/-13)
debian/patches/99_ltmain_as-needed.patch (+0/-32)
debian/patches/fix-help-license.patch (+0/-247)
debian/patches/fix-um-crop-license.patch (+0/-24)
debian/patches/series (+0/-3)
debian/patches/use-plugins-good (+6/-6)
To merge this branch: bzr merge lp:~ari-tczew/cheese/ubuntu
Reviewer Review Type Date Requested Status
Robert Ancell Pending
Review via email: mp+199062@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-12-15 20:29:26 +0000
+++ debian/changelog 2013-12-16 00:16:37 +0000
@@ -1,3 +1,70 @@
1cheese (3.10.1-1sid1ubuntu1) trusty; urgency=low
2
3 * Merge from Debian unstable. (LP: #1261080) Remaining changes:
4 - debian/cheese-common.install, debian/source_cheese.py:
5 + Add Apport hook.
6 - debian/control:
7 + Bump conflicts/replaces since we didn't take the
8 libcheese-gtk-dev/ libcheese-doc split until raring.
9 + Build-Depends on good gstreamer plugins instead of bad.
10 + Suggest gnome-video-effects-extra, as well.
11 - debian/patches/use-plugins-good.patch:
12 + The camerabin plugin is part of the good gstreamer plugins
13 in Ubuntu.
14 * debian/patches/fix-help-license.patch,
15 debian/patches/fix-um-crop-license.patch:
16 - Removed, fixed upstream.
17
18 -- Artur Rona <ari-tczew@tlen.pl> Sun, 15 Dec 2013 04:02:52 +0100
19
20cheese (3.10.1-1sid1) unstable; urgency=low
21
22 * Depend on gstreamer1.0-clutter for cluttervideosink (Closes: #729253)
23
24 -- Andreas Henriksson <andreas@fatal.se> Tue, 12 Nov 2013 20:43:25 +0100
25
26cheese (3.10.1-1) unstable; urgency=low
27
28 [ Jeremy Bicha ]
29 * debian/patches/fix-help-license.patch:
30 - Backport clarification that the help files are licensed CC-BY-SA 3.0
31 * debian/patches/fix-um-crop-license.patch:
32 - Backport relicensing of this file as GPL-2+ instead of GPL-3+
33 * debian/copyright:
34 - Updated and converted to the 1.0 copyright format
35 * debian/control.in:
36 - Suggest gnome-video-effects-frei0r
37
38 [ Andreas Henriksson ]
39 * New upstream release.
40 * Bump build-dependencies according to configure.ac:
41 - libglib2.0-dev to >= 2.32.0
42 - libclutter-1.0-dev to >= 1.13.2
43 * Drop debian/patches: now included in upstream release.
44
45 -- Andreas Henriksson <andreas@fatal.se> Thu, 17 Oct 2013 16:29:42 +0200
46
47cheese (3.8.3-1) unstable; urgency=low
48
49 [ Jeremy Bicha ]
50 * New upstream release.
51 * debian/control.in:
52 - Drop build-depends on libgee-dev
53 - Drop alternate build-depends on valac-0.18 since it's no longer
54 in Debian
55
56 [ Michael Biebl ]
57 * Upload to unstable.
58 * Drop 99_ltmain_as-needed.patch since we are running autoreconf with the
59 --as-needed argument.
60 * Bump Standards-Version to 3.9.4. No further changes.
61 * Revert the changes in 3.6.1-1 which bumped the build-dependencies to force
62 the use of the versions in experimental.
63 * Revert the changes in 3.6.2-1. We want a strict dependency on
64 cheese-common for the gsettings schema.
65
66 -- Michael Biebl <biebl@debian.org> Tue, 27 Aug 2013 11:07:57 +0200
67
1cheese (3.8.3-0ubuntu1) saucy; urgency=low68cheese (3.8.3-0ubuntu1) saucy; urgency=low
269
3 * New upstream release70 * New upstream release
471
=== modified file 'debian/control'
--- debian/control 2013-12-15 20:29:26 +0000
+++ debian/control 2013-12-16 00:16:37 +0000
@@ -7,11 +7,10 @@
7Priority: optional7Priority: optional
8Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>8Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
9XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>9XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Sjoerd Simons <sjoerd@debian.org>10Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org>
11Standards-Version: 3.9.311Standards-Version: 3.9.4
12Homepage: http://projects.gnome.org/cheese/12Homepage: http://projects.gnome.org/cheese/
13Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cheese/13Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/cheese/ubuntu
14Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/cheese/
15Build-Depends: cdbs (>= 0.4.93~),14Build-Depends: cdbs (>= 0.4.93~),
16 debhelper (>= 9),15 debhelper (>= 9),
17 dh-autoreconf,16 dh-autoreconf,
@@ -22,18 +21,18 @@
22 intltool (>= 0.50.0),21 intltool (>= 0.50.0),
23 rarian-compat,22 rarian-compat,
24 valac (>= 0.18),23 valac (>= 0.18),
25 libglib2.0-dev (>= 2.34.0),24 libglib2.0-dev (>= 2.32.0),
26 libgdk-pixbuf2.0-dev,25 libgdk-pixbuf2.0-dev,
27 libgtk-3-dev (>= 3.6),26 libgtk-3-dev (>= 3.4.4),
28 libgnome-desktop-3-dev (>= 3.6),27 libgnome-desktop-3-dev (>= 2.91.6),
29 libgstreamer1.0-dev (>= 0.11.0),28 libgstreamer1.0-dev (>= 0.11.0),
30 libgstreamer-plugins-base1.0-dev (>= 0.11.0),29 libgstreamer-plugins-base1.0-dev (>= 0.11.0),
31 libgstreamer-plugins-good1.0-dev (>= 0.11.0),30 libgstreamer-plugins-good1.0-dev (>= 0.11.0),
32 libcairo2-dev (>= 1.10.0),31 libcairo2-dev (>= 1.10.0),
33 libpango1.0-dev (>= 1.28.0),32 libpango1.0-dev (>= 1.28.0),
34 librsvg2-dev (>= 2.32.0),33 librsvg2-dev (>= 2.32.0),
35 libclutter-1.0-dev (>= 1.13.0),34 libclutter-1.0-dev (>= 1.13.2),
36 libclutter-gtk-1.0-dev (>= 1.4.0),35 libclutter-gtk-1.0-dev (>= 0.91.8),
37 libclutter-gst-2.0-dev (>= 1.9.0),36 libclutter-gst-2.0-dev (>= 1.9.0),
38 x11proto-core-dev,37 x11proto-core-dev,
39 libcanberra-gtk3-dev (>= 0.26),38 libcanberra-gtk3-dev (>= 0.26),
@@ -49,15 +48,15 @@
49Architecture: any48Architecture: any
50Depends: ${shlibs:Depends},49Depends: ${shlibs:Depends},
51 ${misc:Depends},50 ${misc:Depends},
52 cheese-common (>= 3.4),51 cheese-common (= ${source:Version}),
53 gnome-video-effects52 gnome-video-effects
54Recommends: gvfs,53Recommends: gvfs,
55 gnome-icon-theme,54 gnome-icon-theme,
56 hicolor-icon-theme,55 hicolor-icon-theme,
57 nautilus-sendto,56 nautilus-sendto,
58 yelp57 yelp
59Suggests: gnome-video-effects-extra,58Suggests: gnome-video-effects-frei0r,
60 gnome-video-effects-frei0r59 gnome-video-effects-extra
61Description: tool to take pictures and videos from your webcam60Description: tool to take pictures and videos from your webcam
62 A webcam application that supports image and video capture. Makes61 A webcam application that supports image and video capture. Makes
63 it easy to take photos and videos of you, your friends, pets or whatever62 it easy to take photos and videos of you, your friends, pets or whatever
@@ -85,7 +84,7 @@
85Section: libs84Section: libs
86Depends: ${shlibs:Depends},85Depends: ${shlibs:Depends},
87 ${misc:Depends},86 ${misc:Depends},
88 cheese-common (>= 3.4)87 cheese-common (= ${source:Version})
89Pre-Depends: ${misc:Pre-Depends}88Pre-Depends: ${misc:Pre-Depends}
90Multi-Arch: same89Multi-Arch: same
91Description: tool to take pictures and videos from your webcam - widgets90Description: tool to take pictures and videos from your webcam - widgets
@@ -124,7 +123,8 @@
124Section: libs123Section: libs
125Depends: ${shlibs:Depends},124Depends: ${shlibs:Depends},
126 ${misc:Depends},125 ${misc:Depends},
127 cheese-common (>= 3.4),126 cheese-common (= ${source:Version}),
127 gstreamer1.0-clutter,
128 gstreamer1.0-plugins-base (>= 0.11.0),128 gstreamer1.0-plugins-base (>= 0.11.0),
129 gstreamer1.0-plugins-good (>= 0.11.0),129 gstreamer1.0-plugins-good (>= 0.11.0),
130 gstreamer1.0-x130 gstreamer1.0-x
131131
=== modified file 'debian/control.in'
--- debian/control.in 2013-12-15 20:29:26 +0000
+++ debian/control.in 2013-12-16 00:16:37 +0000
@@ -4,10 +4,9 @@
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>5XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
6Uploaders: @GNOME_TEAM@6Uploaders: @GNOME_TEAM@
7Standards-Version: 3.9.37Standards-Version: 3.9.4
8Homepage: http://projects.gnome.org/cheese/8Homepage: http://projects.gnome.org/cheese/
9Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cheese/9Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/cheese/ubuntu
10Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/cheese/
11Build-Depends: cdbs (>= 0.4.93~),10Build-Depends: cdbs (>= 0.4.93~),
12 debhelper (>= 9),11 debhelper (>= 9),
13 dh-autoreconf,12 dh-autoreconf,
@@ -18,18 +17,18 @@
18 intltool (>= 0.50.0),17 intltool (>= 0.50.0),
19 rarian-compat,18 rarian-compat,
20 valac (>= 0.18),19 valac (>= 0.18),
21 libglib2.0-dev (>= 2.34.0),20 libglib2.0-dev (>= 2.32.0),
22 libgdk-pixbuf2.0-dev,21 libgdk-pixbuf2.0-dev,
23 libgtk-3-dev (>= 3.6),22 libgtk-3-dev (>= 3.4.4),
24 libgnome-desktop-3-dev (>= 3.6),23 libgnome-desktop-3-dev (>= 2.91.6),
25 libgstreamer1.0-dev (>= 0.11.0),24 libgstreamer1.0-dev (>= 0.11.0),
26 libgstreamer-plugins-base1.0-dev (>= 0.11.0),25 libgstreamer-plugins-base1.0-dev (>= 0.11.0),
27 libgstreamer-plugins-good1.0-dev (>= 0.11.0),26 libgstreamer-plugins-good1.0-dev (>= 0.11.0),
28 libcairo2-dev (>= 1.10.0),27 libcairo2-dev (>= 1.10.0),
29 libpango1.0-dev (>= 1.28.0),28 libpango1.0-dev (>= 1.28.0),
30 librsvg2-dev (>= 2.32.0),29 librsvg2-dev (>= 2.32.0),
31 libclutter-1.0-dev (>= 1.13.0),30 libclutter-1.0-dev (>= 1.13.2),
32 libclutter-gtk-1.0-dev (>= 1.4.0),31 libclutter-gtk-1.0-dev (>= 0.91.8),
33 libclutter-gst-2.0-dev (>= 1.9.0),32 libclutter-gst-2.0-dev (>= 1.9.0),
34 x11proto-core-dev,33 x11proto-core-dev,
35 libcanberra-gtk3-dev (>= 0.26),34 libcanberra-gtk3-dev (>= 0.26),
@@ -45,15 +44,15 @@
45Architecture: any44Architecture: any
46Depends: ${shlibs:Depends},45Depends: ${shlibs:Depends},
47 ${misc:Depends},46 ${misc:Depends},
48 cheese-common (>= 3.4),47 cheese-common (= ${source:Version}),
49 gnome-video-effects48 gnome-video-effects
50Recommends: gvfs,49Recommends: gvfs,
51 gnome-icon-theme,50 gnome-icon-theme,
52 hicolor-icon-theme,51 hicolor-icon-theme,
53 nautilus-sendto,52 nautilus-sendto,
54 yelp53 yelp
55Suggests: gnome-video-effects-extra,54Suggests: gnome-video-effects-frei0r,
56 gnome-video-effects-frei0r55 gnome-video-effects-extra
57Description: tool to take pictures and videos from your webcam56Description: tool to take pictures and videos from your webcam
58 A webcam application that supports image and video capture. Makes57 A webcam application that supports image and video capture. Makes
59 it easy to take photos and videos of you, your friends, pets or whatever58 it easy to take photos and videos of you, your friends, pets or whatever
@@ -81,7 +80,7 @@
81Section: libs80Section: libs
82Depends: ${shlibs:Depends},81Depends: ${shlibs:Depends},
83 ${misc:Depends},82 ${misc:Depends},
84 cheese-common (>= 3.4)83 cheese-common (= ${source:Version})
85Pre-Depends: ${misc:Pre-Depends}84Pre-Depends: ${misc:Pre-Depends}
86Multi-Arch: same85Multi-Arch: same
87Description: tool to take pictures and videos from your webcam - widgets86Description: tool to take pictures and videos from your webcam - widgets
@@ -120,7 +119,8 @@
120Section: libs119Section: libs
121Depends: ${shlibs:Depends},120Depends: ${shlibs:Depends},
122 ${misc:Depends},121 ${misc:Depends},
123 cheese-common (>= 3.4),122 cheese-common (= ${source:Version}),
123 gstreamer1.0-clutter,
124 gstreamer1.0-plugins-base (>= 0.11.0),124 gstreamer1.0-plugins-base (>= 0.11.0),
125 gstreamer1.0-plugins-good (>= 0.11.0),125 gstreamer1.0-plugins-good (>= 0.11.0),
126 gstreamer1.0-x126 gstreamer1.0-x
127127
=== removed file 'debian/patches/99_ltmain_as-needed.patch'
--- debian/patches/99_ltmain_as-needed.patch 2011-12-27 20:09:40 +0000
+++ debian/patches/99_ltmain_as-needed.patch 1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
1Index: cheese-3.2.1/ltmain.sh
2===================================================================
3--- cheese-3.2.1.orig/ltmain.sh 2011-10-17 22:20:56.000000000 +0200
4+++ cheese-3.2.1/ltmain.sh 2011-11-13 14:07:28.230942270 +0100
5@@ -5787,6 +5787,11 @@
6 arg=$func_stripname_result
7 ;;
8
9+ -Wl,--as-needed)
10+ deplibs="$deplibs $arg"
11+ continue
12+ ;;
13+
14 -Wl,*)
15 func_stripname '-Wl,' '' "$arg"
16 args=$func_stripname_result
17@@ -6147,6 +6152,15 @@
18 lib=
19 found=no
20 case $deplib in
21+ -Wl,--as-needed)
22+ if test "$linkmode,$pass" = "prog,link"; then
23+ compile_deplibs="$deplib $compile_deplibs"
24+ finalize_deplibs="$deplib $finalize_deplibs"
25+ else
26+ deplibs="$deplib $deplibs"
27+ fi
28+ continue
29+ ;;
30 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
31 if test "$linkmode,$pass" = "prog,link"; then
32 compile_deplibs="$deplib $compile_deplibs"
330
=== removed file 'debian/patches/fix-help-license.patch'
--- debian/patches/fix-help-license.patch 2013-12-15 20:29:26 +0000
+++ debian/patches/fix-help-license.patch 1970-01-01 00:00:00 +0000
@@ -1,247 +0,0 @@
1From a4dbb82074231322d099c9943d7f2929dc711173 Mon Sep 17 00:00:00 2001
2From: David King <amigadave@amigadave.com>
3Date: Fri, 28 Jun 2013 13:20:02 +0100
4Subject: [PATCH] License help under CC-BY-SA 3.0 Unported
5
6The help was not explicitly under a license, as described in bug 703238.
7Specify the license as CC-BY-SA 3.0 to match with other GNOME help:
8
9https://wiki.gnome.org/DocumentationProject/Licensing
10
11License clarification approved by help contributors (found with
12"git shortlog help/C/*.page") as listed below:
13
14Signed-off-by: Jeremy Bicha <jbicha@ubuntu.com>
15Signed-off-by: Ekaterina Gerasimova <kittykat3756@gmail.com>
16Signed-off-by: Michael Hill <mdhill@gnome.org>
17Signed-off-by: Tiffany Ann Antopolski <tiffany.antopolski@gmail.com>
18Signed-off-by: Julita Inca <jinca@gnome.org>
19---
20 help/C/burst-mode.page | 2 ++
21 help/C/effects-apply.page | 2 ++
22 help/C/index.page | 2 ++
23 help/C/introduction.page | 2 ++
24 help/C/legal.xml | 8 ++++++++
25 help/C/photo-delete.page | 2 ++
26 help/C/photo-save.page | 2 ++
27 help/C/photo-take.page | 2 ++
28 help/C/photo-view.page | 2 ++
29 help/C/pref-countdown.page | 2 ++
30 help/C/pref-flash.page | 2 ++
31 help/C/pref-fullscreen.page | 2 ++
32 help/C/pref-image-properties.page | 2 ++
33 help/C/pref-resolution.page | 2 ++
34 help/C/video-record.page | 2 ++
35 help/Makefile.am | 1 +
36 21 files changed, 47 insertions(+)
37 create mode 100644 help/C/legal.xml
38
39diff --git a/help/C/burst-mode.page b/help/C/burst-mode.page
40index c0d64ed..c53593b 100644
41--- a/help/C/burst-mode.page
42+++ b/help/C/burst-mode.page
43@@ -20,6 +20,8 @@
44 <email its:translate="no">kittykat3756@gmail.com</email>
45 </credit>
46
47+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
48+
49 <desc><gui>Burst mode</gui> takes several photos rapidly. Change your pose
50 in between each shot!</desc>
51 </info>
52
53diff --git a/help/C/effects-apply.page b/help/C/effects-apply.page
54index 9c36128..73a0014 100644
55--- a/help/C/effects-apply.page
56+++ b/help/C/effects-apply.page
57@@ -15,6 +15,8 @@
58 <email>kittykat3756@gmail.com</email>
59 </credit>
60
61+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
62+
63 <desc>Add fun effects to your photos and videos, like turning yourself green
64 or distorting the picture like a funhouse mirror.</desc>
65 </info>
66diff --git a/help/C/index.page b/help/C/index.page
67index bfa126c..d2a0a79 100644
68--- a/help/C/index.page
69+++ b/help/C/index.page
70@@ -16,6 +16,8 @@
71 <email>kittykat3756@gmail.com</email>
72 </credit>
73
74+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
75+
76 <desc>Cheese lets you take photos and videos using your webcam. You can
77 even add special effects!</desc>
78
79diff --git a/help/C/introduction.page b/help/C/introduction.page
80index da21997..7b5e355 100644
81--- a/help/C/introduction.page
82+++ b/help/C/introduction.page
83@@ -20,6 +20,8 @@
84 <email its:translate="no">kittykat3756@gmail.com</email>
85 </credit>
86
87+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
88+
89 <desc>Introduction to the <app>Cheese</app> webcam application.</desc>
90 </info>
91
92diff --git a/help/C/legal.xml b/help/C/legal.xml
93new file mode 100644
94index 0000000..aa36246
95--- /dev/null
96+++ b/help/C/legal.xml
97@@ -0,0 +1,8 @@
98+<license xmlns="http://projectmallard.org/1.0/"
99+ href="http://creativecommons.org/licenses/by-sa/3.0/">
100+
101+ <p>This work is licensed under a
102+ <link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
103+ Attribution-ShareAlike 3.0 Unported License</link>.</p>
104+
105+</license>
106diff --git a/help/C/photo-delete.page b/help/C/photo-delete.page
107index 987d5bd..416f167 100644
108--- a/help/C/photo-delete.page
109+++ b/help/C/photo-delete.page
110@@ -16,6 +16,8 @@
111 <email>kittykat3756@gmail.com</email>
112 </credit>
113
114+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
115+
116 <desc>Remove photos and videos that you no longer want to keep.</desc>
117 </info>
118
119diff --git a/help/C/photo-save.page b/help/C/photo-save.page
120index c396043..11e83e1 100644
121--- a/help/C/photo-save.page
122+++ b/help/C/photo-save.page
123@@ -16,6 +16,8 @@
124 <email>kittykat3756@gmail.com</email>
125 </credit>
126
127+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
128+
129 <desc>Save a photo or video in a different folder.</desc>
130 </info>
131
132diff --git a/help/C/photo-take.page b/help/C/photo-take.page
133index 64be7ec..c3fbcce 100644
134--- a/help/C/photo-take.page
135+++ b/help/C/photo-take.page
136@@ -24,6 +24,8 @@
137 <email its:translate="no">kittykat3756@gmail.com</email>
138 </credit>
139
140+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
141+
142 <desc>Use your webcam to take photos instead of videos.</desc>
143 </info>
144
145diff --git a/help/C/photo-view.page b/help/C/photo-view.page
146index b0198ca..a133aff 100644
147--- a/help/C/photo-view.page
148+++ b/help/C/photo-view.page
149@@ -16,6 +16,8 @@
150 <email>kittykat3756@gmail.com</email>
151 </credit>
152
153+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
154+
155 <desc>Photos and videos will automatically appear in the photo stream.</desc>
156 </info>
157
158diff --git a/help/C/pref-countdown.page b/help/C/pref-countdown.page
159index 976c390..8c0e38a 100644
160--- a/help/C/pref-countdown.page
161+++ b/help/C/pref-countdown.page
162@@ -19,6 +19,8 @@
163 <email its:translate="no">kittykat3756@gmail.com</email>
164 </credit>
165
166+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
167+
168 <desc>Remove the countdown so that photos are taken instantly.</desc>
169 </info>
170
171diff --git a/help/C/pref-flash.page b/help/C/pref-flash.page
172index 5ec3f8e..5faa86e 100644
173--- a/help/C/pref-flash.page
174+++ b/help/C/pref-flash.page
175@@ -19,6 +19,8 @@
176 <email its:translate="no">kittykat3756@gmail.com</email>
177 </credit>
178
179+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
180+
181 <desc>Stop the screen from flashing white when taking a photo.</desc>
182 </info>
183
184diff --git a/help/C/pref-fullscreen.page b/help/C/pref-fullscreen.page
185index ca3ad63..c6901be 100644
186--- a/help/C/pref-fullscreen.page
187+++ b/help/C/pref-fullscreen.page
188@@ -10,6 +10,8 @@
189 <email>kittykat3756@gmail.com</email>
190 </credit>
191
192+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
193+
194 <desc>Enable and disable fullscreen mode</desc>
195 </info>
196
197diff --git a/help/C/pref-image-properties.page b/help/C/pref-image-properties.page
198index 8f32188..02daa79 100644
199--- a/help/C/pref-image-properties.page
200+++ b/help/C/pref-image-properties.page
201@@ -20,6 +20,8 @@
202 <email its:translate="no">kittykat3756@gmail.com</email>
203 </credit>
204
205+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
206+
207 <desc>Adjust the saturation, contrast, brightness and hue to make photos and videos look better.</desc>
208 </info>
209
210diff --git a/help/C/pref-resolution.page b/help/C/pref-resolution.page
211index 26bdf87..956c53c 100644
212--- a/help/C/pref-resolution.page
213+++ b/help/C/pref-resolution.page
214@@ -18,6 +18,8 @@
215 <email its:translate="no">kittykat3756@gmail.com</email>
216 </credit>
217
218+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
219+
220 <desc>The resolution of a video or photo determines how much detail you can
221 see in it, changing it will affect the file size.</desc>
222
223diff --git a/help/C/video-record.page b/help/C/video-record.page
224index 315304a..f4b01bd 100644
225--- a/help/C/video-record.page
226+++ b/help/C/video-record.page
227@@ -19,6 +19,8 @@
228 <email its:translate="no">kittykat3756@gmail.com</email>
229 </credit>
230
231+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
232+
233 <desc>Use your webcam to record short movies for sharing with friends.</desc>
234 </info>
235
236diff --git a/help/Makefile.am b/help/Makefile.am
237index 60d2703..76529d6 100644
238--- a/help/Makefile.am
239+++ b/help/Makefile.am
240@@ -19,6 +19,7 @@ HELP_FILES = \
241 effects-apply.page \
242 index.page \
243 introduction.page \
244+ legal.xml \
245 photo-delete.page \
246 photo-save.page \
247 photo-take.page \
2480
=== removed file 'debian/patches/fix-um-crop-license.patch'
--- debian/patches/fix-um-crop-license.patch 2013-12-15 20:29:26 +0000
+++ debian/patches/fix-um-crop-license.patch 1970-01-01 00:00:00 +0000
@@ -1,24 +0,0 @@
1From 7aab154c74ee9a6487e38300d907bd797fd5ba0e Mon Sep 17 00:00:00 2001
2From: Matthias Clasen <mclasen@redhat.com>
3Date: Sun, 30 Jun 2013 01:40:26 +0000
4Subject: um-crop-area.c: Relicense to GPLv2+
5
6This makes the file fit in better with the rest of Cheese,
7license-wise.
8
9https://bugzilla.gnome.org/show_bug.cgi?id=703239
10---
11diff --git a/libcheese/um-crop-area.c b/libcheese/um-crop-area.c
12index 8b9323d..60ca9be 100644
13--- a/libcheese/um-crop-area.c
14+++ b/libcheese/um-crop-area.c
15@@ -4,7 +4,7 @@
16 *
17 * This program is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License as published by
19- * the Free Software Foundation; either version 3 of the License, or
20+ * the Free Software Foundation; either version 2 of the License, or
21 * (at your option) any later version.
22 *
23 * This program is distributed in the hope that it will be useful,
24
250
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-12-15 20:29:26 +0000
+++ debian/patches/series 2013-12-16 00:16:37 +0000
@@ -1,4 +1,1 @@
1#99_ltmain_as-needed.patch
2use-plugins-good1use-plugins-good
3fix-help-license.patch
4fix-um-crop-license.patch
52
=== modified file 'debian/patches/use-plugins-good'
--- debian/patches/use-plugins-good 2013-12-15 20:29:26 +0000
+++ debian/patches/use-plugins-good 2013-12-16 00:16:37 +0000
@@ -1,12 +1,12 @@
1Description: Look for -plugins-good as camerabin has moved there from -bad (Ubuntu local change, for now)1Description: Look for -plugins-good as camerabin has moved there from -bad (Ubuntu local change, for now)
2Author: Iain Lane <iain.lane@canonical.com>2Author: Iain Lane <iain.lane@canonical.com>
3Forwarded: not-needed3Forwarded: not-needed
4Last-Update: 2013-12-15
45
5Index: cheese-3.8.1/configure.ac6diff -pruN -x '*~' cheese-3.10.1.orig/configure.ac cheese-3.10.1/configure.ac
6===================================================================7--- cheese-3.10.1.orig/configure.ac 2013-10-14 16:15:17.000000000 +0200
7--- cheese-3.8.1.orig/configure.ac 2013-04-27 11:08:35.486714948 -04008+++ cheese-3.10.1/configure.ac 2013-12-15 03:53:25.000000000 +0100
8+++ cheese-3.8.1/configure.ac 2013-04-27 11:08:51.234714290 -04009@@ -65,8 +65,8 @@ GDK_PIXBUF_REQUIRED="gdk-pixbuf-2.0"
9@@ -65,8 +65,8 @@
10 LIBGNOMEDESKTOP_REQUIRED="gnome-desktop-3.0 >= 2.91.6"10 LIBGNOMEDESKTOP_REQUIRED="gnome-desktop-3.0 >= 2.91.6"
11 GSTREAMER_VERSION=0.11.011 GSTREAMER_VERSION=0.11.0
12 GSTREAMER_REQUIRED="gstreamer-plugins-base-1.0 >= $GSTREAMER_VERSION gstreamer-1.0 >= $GSTREAMER_VERSION gstreamer-pbutils-1.0 >= $GSTREAMER_VERSION"12 GSTREAMER_REQUIRED="gstreamer-plugins-base-1.0 >= $GSTREAMER_VERSION gstreamer-1.0 >= $GSTREAMER_VERSION gstreamer-pbutils-1.0 >= $GSTREAMER_VERSION"
@@ -17,7 +17,7 @@
17 CAIRO_REQUIRED="cairo >= 1.10.0"17 CAIRO_REQUIRED="cairo >= 1.10.0"
18 PANGOCAIRO_REQUIRED="pangocairo >= 1.28.0"18 PANGOCAIRO_REQUIRED="pangocairo >= 1.28.0"
19 LIBRSVG_REQUIRED="librsvg-2.0 >= 2.32.0"19 LIBRSVG_REQUIRED="librsvg-2.0 >= 2.32.0"
20@@ -108,7 +108,7 @@20@@ -108,7 +108,7 @@ PKG_CHECK_MODULES([CHEESE],
21 $GOBJECT_REQUIRED21 $GOBJECT_REQUIRED
22 $GDK_PIXBUF_REQUIRED22 $GDK_PIXBUF_REQUIRED
23 $GSTREAMER_REQUIRED23 $GSTREAMER_REQUIRED

Subscribers

People subscribed via source and target branches

to all changes: