sty 26, 2010

1.12


Perl module for fetching info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp).
Kategoria: MP4-Info
Napisał: kardasa

This is library for accessing information stored in MPEG-4 files. This library is dependency nedeed by Perl Audio Converter availble in my overlay.

The ebuild is updated version of ebuild taken from this bug report. I updated the ebuild to match latest version.

projectpage: MP4-Info
summarypl: Moduły perla do pobierania informacji z plików MPEG-4 (.mp4, .m4a, .m4p, .3gp).
contentpl: 

To jest biblioteka pozwalające na uzyskanie dostępu do informacji przechowywanych w plikach MPEG-4. Ta biblioteka jest zależnością wymaganą przez Perl Audio Converter dostępny w moim overlay'u'.

Ten ebuild jest zaktualizowaną wersja ebuilda pobranego z tego raportu błędu. Zaktualizowałem go aby odpowiadał ostatniej dostępnej wersji biblioteki.

overlaycommands: echo "=dev-perl/MP4-Info-1.12" >> /etc/portage/package.keywords emerge -av =dev-perl/MP4-Info-1.12
ebuildsource: 
  1. # Copyright 1999-2006 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: Exp $
  4.  
  5. inherit perl-module
  6.  
  7. DESCRIPTION="Fetch info from MPEG-4 files (.mp4, .m4a, .m4p, .3gp)."
  8. SRC_URI="mirror://cpan/authors/id/J/JH/JHAR/${P}.tar.gz"
  9. HOMEPAGE="http://search.cpan.org/~jhar/${P}"
  10.  
  11. RESTRICT="mirror"
  12. SLOT="0"
  13. LICENSE="Artistic"
  14. KEYWORDS="~x86 ~amd64"
  15. IUSE=""
  16.  
  17. SRC_TEST="do"
  18.  
  19.  
  20.  
  21. DEPEND="dev-lang/perl"
  22. RDEPEND="${DEPEND}"
svnlink: http://www.kardasa.pl/websvn/filedetails.php?repname=KardasA+Overlay&path=%2Fdev-perl%2FMP4-Info%2FMP4-Info-1.12.ebuild&rev=6&peg=6