ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Makefile.PL
(Generate patch)

Comparing CV/Makefile.PL (file contents):
Revision 1.37 by root, Thu Nov 22 08:52:57 2007 UTC vs.
Revision 1.40 by root, Sun Nov 2 07:11:24 2008 UTC

5** 5**
6** If you get any errors, make sure you have libmagic (from "file"), 6** If you get any errors, make sure you have libmagic (from "file"),
7** libjpeg, Gtk2 and Glib. On debian, this should get you there: 7** libjpeg, Gtk2 and Glib. On debian, this should get you there:
8** 8**
9** apt-get install libextutils-depends-perl 9** apt-get install libextutils-depends-perl
10** apt-get install libgtk2-podviewer-perl libgtk2-gladexml-perl 10** apt-get install libgtk2-ex-podviewer-perl libgtk2-gladexml-perl
11** apt-get install libmagic-dev libjpeg62-dev libglib-perl libgtk2-perl 11** apt-get install libmagic-dev libjpeg62-dev libglib-perl libgtk2-perl
12** 12**
13 13
14EOF 14EOF
15 15
42 PREREQ_PM => { 42 PREREQ_PM => {
43 Glib => 1.08, 43 Glib => 1.08,
44 Gtk2 => 1.08, 44 Gtk2 => 1.08,
45 Gtk2::Ex::PodViewer => 0.17, 45 Gtk2::Ex::PodViewer => 0.17,
46 Gtk2::GladeXML => 0.93, 46 Gtk2::GladeXML => 0.93,
47# GStreamer => 0.09, 47# GStreamer => 0.11,
48 IO::AIO => 2.20, 48 IO::AIO => 2.20,
49# JSON::XS => 2.2,
49 }, 50 },
50 DIR => [], 51 DIR => [],
51 NAME => 'Gtk2::CV', 52 NAME => 'Gtk2::CV',
52 VERSION_FROM => 'lib/Gtk2/CV.pm', 53 VERSION_FROM => 'lib/Gtk2/CV.pm',
53 EXE_FILES => [qw(bin/cv)], 54 EXE_FILES => [qw(bin/cv)],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines