Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/SDLcam: ChangeLog SDLcam-0.8.0.ebuild
Date: Sat, 06 Oct 2007 13:15:05
Message-Id: E1Ie9Lh-0006JA-PF@stork.gentoo.org
1 vapier 07/10/06 13:05:41
2
3 Modified: ChangeLog
4 Added: SDLcam-0.8.0.ebuild
5 Log:
6 Version bump #188475 by Leong Seh Hui.
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.9 media-video/SDLcam/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/SDLcam/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/SDLcam/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/SDLcam/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/SDLcam/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 22 Oct 2006 05:36:10 -0000 1.8
23 +++ ChangeLog 6 Oct 2007 13:05:41 -0000 1.9
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/SDLcam
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/ChangeLog,v 1.8 2006/10/22 05:36:10 vapier Exp $
28 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/ChangeLog,v 1.9 2007/10/06 13:05:41 vapier Exp $
30 +
31 +*SDLcam-0.8.0 (06 Oct 2007)
32 +
33 + 06 Oct 2007; Mike Frysinger <vapier@g.o>
34 + +files/SDLcam-0.8.0-build.patch, +SDLcam-0.8.0.ebuild:
35 + Version bump #188475 by Leong Seh Hui.
36
37 22 Oct 2006; Mike Frysinger <vapier@g.o>
38 files/SDLcam-0.7.3-build.patch, +files/SDLcam-0.7.3-jpeg.patch,
39
40
41
42 1.1 media-video/SDLcam/SDLcam-0.8.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/SDLcam/SDLcam-0.8.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/SDLcam/SDLcam-0.8.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: SDLcam-0.8.0.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/SDLcam/SDLcam-0.8.0.ebuild,v 1.1 2007/10/06 13:05:41 vapier Exp $
52
53 inherit eutils multilib
54
55 DESCRIPTION="webcam application that uses the SDL library"
56 HOMEPAGE="http://sdlcam.raphnet.net/"
57 SRC_URI="http://sdlcam.raphnet.net/downloads/sdlcam-${PV}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~x86"
62 IUSE=""
63
64 DEPEND="dev-libs/libxml2
65 media-libs/jpeg
66 media-libs/libpng
67 media-libs/libfame
68 media-libs/libsdl
69 media-libs/sdl-image
70 media-libs/sdl-ttf"
71
72 S=${WORKDIR}/sdlcam-${PV}
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77 rm config.log config.status Makefile config.h || die
78 epatch "${FILESDIR}"/${PN}-0.7.3-tsc.patch #109161
79 epatch "${FILESDIR}"/${PN}-0.7.3-prototypes.patch
80 epatch "${FILESDIR}"/${P}-build.patch
81 epatch "${FILESDIR}"/${PN}-0.7.3-jpeg.patch
82
83 # Don't you love hardcoded vars?
84 sed -i \
85 -e 's:/usr/local/share/SDLcam/:/usr/share/SDLcam/:' \
86 -e 's:/usr/local/lib/SDLcam:/usr/$(get_libdir)/SDLcam:' \
87 -e 's:sources/:/usr/$(get_libdir)/SDLcam/sources/:' \
88 configuration.h interface.cpp SDL_v4l_filters.c main.cpp
89 }
90
91 src_install() {
92 dobin SDLcam || die
93 insinto /usr/share/SDLcam
94 doins LucidaSansRegular.ttf LucidaTypewriterRegular.ttf SDLcam.xml SDLcam.cfg || die
95 exeinto /usr/$(get_libdir)/SDLcam/filters
96 doexe filter/*.so || die
97 exeinto /usr/$(get_libdir)/SDLcam/capture
98 doexe capture/*.so || die
99 exeinto /usr/$(get_libdir)/SDLcam/sources
100 doexe sources/*.so || die
101 }
102
103
104
105 --
106 gentoo-commits@g.o mailing list