Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ogmrip: ChangeLog ogmrip-0.11.1.ebuild
Date: Sun, 21 Oct 2007 20:49:20
Message-Id: E1IjhZ3-0001U5-RK@stork.gentoo.org
1 beandog 07/10/21 20:38:25
2
3 Modified: ChangeLog
4 Added: ogmrip-0.11.1.ebuild
5 Log:
6 Version bump, bug 196657
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.27 media-video/ogmrip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ogmrip/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ogmrip/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ogmrip/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ogmrip/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 13 Oct 2007 02:38:12 -0000 1.26
23 +++ ChangeLog 21 Oct 2007 20:38:25 -0000 1.27
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/ogmrip
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ChangeLog,v 1.26 2007/10/13 02:38:12 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ChangeLog,v 1.27 2007/10/21 20:38:25 beandog Exp $
29 +
30 +*ogmrip-0.11.1 (21 Oct 2007)
31 +
32 + 21 Oct 2007; Steve Dibb <beandog@g.o> +ogmrip-0.11.1.ebuild:
33 + Version bump, bug 196657
34
35 *ogmrip-0.11.0 (13 Oct 2007)
36
37
38
39
40 1.1 media-video/ogmrip/ogmrip-0.11.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ogmrip/ogmrip-0.11.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ogmrip/ogmrip-0.11.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ogmrip-0.11.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-video/ogmrip/ogmrip-0.11.1.ebuild,v 1.1 2007/10/21 20:38:25 beandog Exp $
50
51 inherit gnome2 eutils
52
53 DESCRIPTION="Graphical frontend and libraries for ripping DVDs and encoding to AVI/OGM/MKV/MP4"
54 HOMEPAGE="http://ogmrip.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/ogmrip/${P}.tar.gz"
56 LICENSE="LGPL-2.1"
57 SLOT="0"
58 IUSE="aac debug doc dts gtk hal libnotify matroska spell srt theora x264"
59 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
60
61 RDEPEND=">=dev-libs/glib-2.6
62 >=app-i18n/enca-1.0
63 >=media-libs/libdvdread-0.9.7
64 virtual/eject
65 >=media-video/mplayer-1.0_pre4
66 >=media-sound/ogmtools-1.4
67 >=media-sound/vorbis-tools-1.0
68 >=media-sound/lame-3.96
69 aac? ( >=media-libs/faac-1.24 )
70 gtk? ( >=x11-libs/gtk+-2.6
71 >=gnome-base/gconf-2.6
72 >=gnome-base/libglade-2.5
73 libnotify? ( >=x11-libs/gtk+-2.10
74 >=x11-libs/libnotify-0.4.3 ) )
75 hal? ( >=sys-apps/hal-0.4.2 )
76 spell? ( >=app-text/enchant-1.1 )
77 matroska? ( >=media-video/mkvtoolnix-1.8.1 )
78 theora? ( >=media-libs/libtheora-1.0_alpha6 )
79 srt? ( || ( >=app-text/gocr-0.39 >=app-text/ocrad-0.15 ) )"
80
81 DEPEND="${RDEPEND}
82 >=dev-util/intltool-0.35
83 >=dev-util/pkgconfig-0.12.0
84 doc? ( >=dev-util/gtk-doc-1.4-r1
85 >=dev-libs/libxslt-1.1.20-r1 )"
86
87 DOCS="AUTHORS ChangeLog README NEWS TODO"
88
89 pkg_setup() {
90 G2CONF="${G2CONF}
91 $(use_enable doc gtk-doc)
92 $(use_enable aac aac-support)
93 $(use_enable debug maintainer-mode)
94 $(use_enable gtk gtk-support)
95 $(use_enable hal hal-support)
96 $(use_enable libnotify libnotify-support)
97 $(use_enable matroska matroska-support)
98 $(use_enable spell enchant-support)
99 $(use_enable srt srt-support)
100 $(use_enable theora theora-support)"
101
102 if ! built_with_use -a media-video/mplayer dvd encode xvid; then
103 eerror "Please check that your USE flags contain 'dvd', 'encode', 'xvid'"
104 eerror "and emerge mplayer again."
105 die "MPlayer is missing required USE flags (see above for details)."
106 fi
107 if use dts && ! built_with_use -a media-video/mplayer dts; then
108 eerror "Please check that your USE flags contain 'dts'"
109 eerror "and emerge mplayer again."
110 die "MPlayer is missing required USE flags (see above for details)."
111 fi
112 if use x264 && ! built_with_use -a media-video/mplayer x264; then
113 eerror "Please check that your USE flags contain 'x264'"
114 eerror "and emerge mplayer again."
115 die "MPlayer is missing required USE flags (see above for details)."
116 fi
117 }
118
119
120
121 --
122 gentoo-commits@g.o mailing list