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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
# ChangeLog for media-video/drip
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/drip/ChangeLog,v 1.19 2005/03/30 21:05:16 luckyduck Exp $
30 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org>
+files/drip-0.9.0-gcc34.patch, drip-0.9.0.ebuild:
added a patch for version 0.9.0 to enable successful gcc3.4.x compilation.
fixes #67675
13 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> drip-0.8.1-r5.ebuild:
added libtoolize call, fixes #80904
*drip-0.9.0 (13 Oct 2004)
13 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+files/drip-0.9.0-cflags.patch, files/drip.desktop, +drip-0.9.0.ebuild,
-drip-0.9.0_alpha3.ebuild, -drip-0.9.0_rc1.ebuild:
Removed pre-release versions. Version bump to 0.9.0. Added debian patch to
fix support for libpeg2-0.4.0b. Honor user CFLAGS. Closes bugs #41880 and
#59513.
30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> drip-0.8.1-r5.ebuild,
drip-0.9.0_alpha3.ebuild, drip-0.9.0_rc1.ebuild:
AF_MINOR_VER into src_unpack; fix IUSE
08 Jul 2003; Nick Hadaway <raker@gentoo.org> drip-0.9.0_rc1.ebuild:
As of 0.9.0-RC1 gcc2 won't compile drip. require gcc3.
*drip-0.9.0_rc1 (06 Jul 2003)
06 Jul 2003; Nick Hadaway <raker@gentoo.org> drip-0.9.0_rc1.ebuild,
libmpeg2.patch:
Version bump and now including a patch for the newer incompatible
libmpeg2 library.
*drip-0.9.0_alpha3 (27 Apr 2003)
07 May 2003; Jon Portnoy <avenj@gentoo.org> drip-0.9.0_alpha3.ebuild :
Add ImageMagick to deps, fixes bug #20573.
27 Apr 2003; Martin Schlemmer <azarah@gentoo.org> drip-0.9.0_alpha3.ebuild,
dripgetdvd.sh :
Update version. Also fix dripgetdvd.sh to be a bit smarter, and a few
bugs while we are at it. This closes bug #19690, although the ebuild
supplied there had a few DEPEND and form issues. Also, it dropped the
dripgetdvd.sh stuff.
*drip-0.8.2_pre1 (13 Aug 2002)
25 Feb 2003; Martin Holzer <mholzer@gentoo.org> drip-0.8.2_pre1.ebuild :
Fixed dependencies. Closes #16353.
13 Aug 2002; Martin Schlemmer <azarah@gentoo.org> drip-0.8.2_pre1.ebuild :
New pre version.
*drip-0.8.1-r5 (10 Jun 2002)
10 Jun 2002; Brandon Low <lostlogic@gentoo.org> drip-0.8.1-r5.ebuild :
Fix compile on gcc-3.1 (1-line patch).
*drip-0.8.1-r4 (27 May 2002)
27 May 2002; M.Schlemmer <azarah@gentoo.org> drip-0.8.1-r4.ebuild :
Resolve bug #3052. Seems the older divx4linux headers included
stdio.h, and I missed it due to multiple versions on my system.
Also fix the startup problem if /dev/dvd are not an absolute
symlink.
*drip-0.8.1-r3 (26 May 2002)
26 May 2002; M.Schlemmer <azarah@gentoo.org> drip-0.8.1-r3.ebuild :
Make it depend on latest avifile, and remove the patches for
the suffix that was added to avifile-config.
*drip-0.8.1-r2 (19 May 2002)
19 May 2002; M.Schlemmer <azarah@gentoo.org> drip-0.8.1-r2.ebuild :
Should compile with avifile-0.7.4 now.
*drip-0.8.1-r1 (6 Apr 2002)
6 Apr 2002; M.Schlemmer <azarah@gentoo.org> drip-0.8.1-r1.ebuild :
Fix reference to invalid lib path.
*drip-0.8.1 (29 Mar 2002)
29 Mar 2002; Seemant Kulleen <seemant@gentoo.org> drip-0.8.1.ebuild :
Version bump.
*drip-0.8.0 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|