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

Comparing CV/Makefile.PL (file contents):
Revision 1.46 by root, Fri Mar 12 19:06:23 2010 UTC vs.
Revision 1.50 by root, Fri Apr 5 02:30:46 2013 UTC

3print <<EOF; 3print <<EOF;
4 4
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-ex-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** apt-get install libgtk2.0-dev 12** apt-get install libgtk2.0-dev
13** 13**
39 PREOP => 'pod2text bin/cv | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 39 PREOP => 'pod2text bin/cv | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
40 COMPRESS => 'gzip -9v', 40 COMPRESS => 'gzip -9v',
41 SUFFIX => '.gz', 41 SUFFIX => '.gz',
42 }, 42 },
43 PREREQ_PM => { 43 PREREQ_PM => {
44 common::sense => 2.03, 44 common::sense => 3.6,
45 Guard => 1.02, 45 Guard => 1.02,
46 AnyEvent => 6,
47 AnyEvent::Fork => 0,
46 Glib => 1.08, 48 Glib => 1.08,
47 Gtk2 => 1.08, 49 Gtk2 => 1.246,
48 Gtk2::Ex::PodViewer => 0.17, 50 Gtk2::Ex::PodViewer => 0.17,
49 Gtk2::GladeXML => 0.93, 51 Gtk2::GladeXML => 0.93,
50# GStreamer => 0.11, 52# GStreamer => 0.11,
51 IO::AIO => 3.2, # for aio_readdirx 53 IO::AIO => 4,
52# JSON::XS => 2.2, 54# JSON::XS => 2.2,
53 }, 55 },
54 DIR => [], 56 DIR => [],
55 NAME => 'Gtk2::CV', 57 NAME => 'Gtk2::CV',
56 VERSION_FROM => 'lib/Gtk2/CV.pm', 58 VERSION_FROM => 'lib/Gtk2/CV.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines