Home | History | Annotate | Download | only in ImageMagick

Lines Matching full:perl

18 BuildRequires:  libtiff-devel, giflib-devel, zlib-devel, perl-devel >= 5.8.1
30 The functionality of ImageMagick is typically utilized from the command-line or you can use the features from programs written in your favorite language. Choose from these interfaces: G2F (Ada), MagickCore (C), MagickWand (C), ChMagick (Ch), ImageMagickObject (COM+), Magick++ (C++), JMagick (Java), L-Magick (Lisp), Lua (LuaJIT), NMagick (Neko/haXe), Magick.NET (.NET), PascalMagick (Pascal), PerlMagick (Perl), MagickWand for PHP (PHP), IMagick (PHP), PythonMagick (Python), RMagick (Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically and automagically.
87 %package perl
88 Summary: ImageMagick perl bindings
91 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
94 %description perl
95 Perl bindings to ImageMagick.
97 Install ImageMagick-perl if you want to use any perl scripts that use
144 --with-perl \
154 --with-perl-options="INSTALLDIRS=vendor %{?perl_prefix} CC='%__cc -L$PWD/MagickCore/.libs' LDDLFLAGS='-shared -L$PWD/MagickCore/.libs'" \
169 # fix weird perl Magick.so permissions
172 # perlmagick: fix perl path of demo files
175 # perlmagick: cleanup various perl tempfiles from the build which get installed
181 echo "%defattr(-,root,root,-)" > perl-pkg-files
182 find %{buildroot}/%{_libdir}/perl* -type f -print \
183 | sed "s@^%{buildroot}@@g" > perl-pkg-files
187 | grep -v '/auto$' >> perl-pkg-files
188 if [ -z perl-pkg-files ] ; then
286 %files perl -f perl-pkg-files