[perl-GStreamer-Interfaces] Move Interfaces.pm into a proper subdir



commit 44a78db18bf72c79afaa9282a6e8985b4fb618a5
Author: Torsten Schönfeld <kaffeetisch gmx de>
Date:   Sat Mar 20 14:01:39 2010 +0100

    Move Interfaces.pm into a proper subdir

 MANIFEST                                     |    2 +-
 Makefile.PL                                  |    6 +++---
 Interfaces.pm => lib/GStreamer/Interfaces.pm |    0
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/MANIFEST b/MANIFEST
index 7a058ac..2df2fb7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,7 +1,7 @@
 ChangeLog.pre-git
 examples/gst-video-player.pl
 gstinterfacesperl.h
-Interfaces.pm
+lib/GStreamer/Interfaces.pm
 LICENSE
 Makefile.PL
 MANIFEST			This list of files
diff --git a/Makefile.PL b/Makefile.PL
index c6c758d..058c817 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -66,7 +66,7 @@ my $gst = ExtUtils::Depends->new('GStreamer::Interfaces', 'GStreamer');
 $gst->set_inc($pkgcfg{cflags});
 $gst->set_libs($pkgcfg{libs} . ' -lgstinterfaces-0.10');
 $gst->add_xs(<xs/*.xs>);
-$gst->add_pm('Interfaces.pm' => '$(INST_LIBDIR)/Interfaces.pm');
+$gst->add_pm('lib/GStreamer/Interfaces.pm' => '$(INST_LIBDIR)/Interfaces.pm');
 $gst->add_typemaps(map {File::Spec->catfile(cwd(), $_)}
                        ('build/gstinterfacesperl.typemap'));
 
@@ -80,8 +80,8 @@ my $configure_requires =
 
 WriteMakefile(
   NAME          => 'GStreamer::Interfaces',
-  VERSION_FROM  => 'Interfaces.pm',
-  ABSTRACT_FROM => 'Interfaces.pm',
+  VERSION_FROM  => 'lib/GStreamer/Interfaces.pm',
+  ABSTRACT_FROM => 'lib/GStreamer/Interfaces.pm',
   PREREQ_PM     => \%pre_reqs,
   XSPROTOARG    => '-noprototypes',
 
diff --git a/Interfaces.pm b/lib/GStreamer/Interfaces.pm
similarity index 100%
rename from Interfaces.pm
rename to lib/GStreamer/Interfaces.pm



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