forked from ports/contrib
libid3: taken over formerly id3lib
This commit is contained in:
parent
cd0fddb1a7
commit
316d888c31
27
libid3/.footprint
Normal file
27
libid3/.footprint
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/id3convert
|
||||||
|
-rwxr-xr-x root/root usr/bin/id3cp
|
||||||
|
-rwxr-xr-x root/root usr/bin/id3info
|
||||||
|
-rwxr-xr-x root/root usr/bin/id3tag
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
-rw-r--r-- root/root usr/include/id3.h
|
||||||
|
drwxr-xr-x root/root usr/include/id3/
|
||||||
|
-rw-r--r-- root/root usr/include/id3/field.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/globals.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/id3lib_frame.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/id3lib_streams.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/id3lib_strings.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/misc_support.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/reader.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/readers.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/sized_types.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/tag.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/utils.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/writer.h
|
||||||
|
-rw-r--r-- root/root usr/include/id3/writers.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
lrwxrwxrwx root/root usr/lib/libid3-3.8.so.3 -> libid3-3.8.so.3.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libid3-3.8.so.3.0.0
|
||||||
|
-rwxr-xr-x root/root usr/lib/libid3.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libid3.so -> libid3-3.8.so.3.0.0
|
1
libid3/.md5sum
Normal file
1
libid3/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
19f27ddd2dda4b2d26a559a4f0f402a7 id3lib-3.8.3.tar.gz
|
21
libid3/Pkgfile
Normal file
21
libid3/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Description: Library for manipulating ID3v1 and ID3v2 tags.
|
||||||
|
# URL: http://id3lib.sourceforge.net/
|
||||||
|
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||||
|
# Packager: Jean-Philippe Combe, jphcombe at yahoo dot fr
|
||||||
|
# Depends on:
|
||||||
|
|
||||||
|
name=libid3
|
||||||
|
version=3.8.3
|
||||||
|
release=1
|
||||||
|
source=(http://dl.sourceforge.net/id3lib/id3lib-$version.tar.gz)
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd id3lib-$version
|
||||||
|
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
|
--disable-static
|
||||||
|
|
||||||
|
make && make install DESTDIR=$PKG
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user