perl-GStreamer r97 - trunk



Author: tsch
Date: Tue Dec 16 19:19:00 2008
New Revision: 97
URL: http://svn.gnome.org/viewvc/perl-GStreamer?rev=97&view=rev

Log:
Improve formatting a bit.


Modified:
   trunk/ChangeLog
   trunk/Makefile.PL

Modified: trunk/Makefile.PL
==============================================================================
--- trunk/Makefile.PL	(original)
+++ trunk/Makefile.PL	Tue Dec 16 19:19:00 2008
@@ -12,7 +12,7 @@
   'perl-ExtUtils-Depends'   => '0.205',
   'perl-ExtUtils-PkgConfig' => '1.07',
   'perl-Glib'               => '1.180',
-  'GStreamer'               => '0.10.0',
+  'libgstreamer'            => '0.10.0',
 );
 
 our %pre_reqs = (
@@ -38,7 +38,8 @@
 # If the package can't be found, warn and exit with status 0 to indicate to
 # CPAN testers that their system is not supported.
 my %pkgcfg;
-unless (eval { %pkgcfg = ExtUtils::PkgConfig->find ("gstreamer-0.10 >= $build_reqs{'GStreamer'}");
+unless (eval { %pkgcfg = ExtUtils::PkgConfig->find (
+                 "gstreamer-0.10 >= $build_reqs{'libgstreamer'}");
 	       1; })
 {
 	warn $@;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]