summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2022-02-22 10:01:47 -0700
committerAaron Ball <nullspoon@oper.io>2022-02-22 10:01:47 -0700
commit9f6054dfe887668c0893bbd58223a3afe9d9460b (patch)
tree2cefd848e9ecd0bc8bd88dcaea4e8e2d0314174e
parenta173c4bf83f137230bb6987b000d1b2c7737bc1b (diff)
downloadcrux-ports-arm64-master.tar.gz
crux-ports-arm64-master.tar.xz
Remove libid3tagHEADmaster
This is now provided upstream in opt.
-rw-r--r--libid3tag/.footprint11
-rw-r--r--libid3tag/.md5sum2
-rw-r--r--libid3tag/.signature6
-rw-r--r--libid3tag/Pkgfile21
4 files changed, 0 insertions, 40 deletions
diff --git a/libid3tag/.footprint b/libid3tag/.footprint
deleted file mode 100644
index e6508af..0000000
--- a/libid3tag/.footprint
+++ /dev/null
@@ -1,11 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/include/
--rw-r--r-- root/root usr/include/id3tag.h
-drwxr-xr-x root/root usr/lib/
--rw-r--r-- root/root usr/lib/libid3tag.a
--rwxr-xr-x root/root usr/lib/libid3tag.la
-lrwxrwxrwx root/root usr/lib/libid3tag.so -> libid3tag.so.0.3.0
-lrwxrwxrwx root/root usr/lib/libid3tag.so.0 -> libid3tag.so.0.3.0
--rwxr-xr-x root/root usr/lib/libid3tag.so.0.3.0
-drwxr-xr-x root/root usr/lib/pkgconfig/
--rw-r--r-- root/root usr/lib/pkgconfig/id3tag.pc
diff --git a/libid3tag/.md5sum b/libid3tag/.md5sum
deleted file mode 100644
index be4e3f4..0000000
--- a/libid3tag/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-18f4b82a72fd355d0d8d5308a55fb5f1 id3tag.pc
-e5808ad997ba32c498803822078748c3 libid3tag-0.15.1b.tar.gz
diff --git a/libid3tag/.signature b/libid3tag/.signature
deleted file mode 100644
index fc094d3..0000000
--- a/libid3tag/.signature
+++ /dev/null
@@ -1,6 +0,0 @@
-untrusted comment: verify with /etc/ports/nullspoon-arm64.pub
-RWRGQ5Uo08Y6aEdeEAMqkuinKnbXTTMjoesD/P9lGyTd2llLhkyWLYjLC6g6FYRNcvykcvRHK76c+eKXdDG3LnY3/h5msrQEqgg=
-SHA256 (Pkgfile) = b4316f5eff91d1efdb52ddefd72d3dabc21233aa1cded1be2a85c0df1c484958
-SHA256 (.footprint) = 9655ab362190dc086f05c29d5b1695fca93a66f0e22782a68ffd8c199f47ff14
-SHA256 (libid3tag-0.15.1b.tar.gz) = 63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151
-SHA256 (id3tag.pc) = 1c04ccd074290031a6fab00b3cc7aef9afc06fbce6959b2a2098dc3f77df707e
diff --git a/libid3tag/Pkgfile b/libid3tag/Pkgfile
deleted file mode 100644
index d191a10..0000000
--- a/libid3tag/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: ID3 tag manipulation library (modified from opt)
-# URL: https://www.mars.org/home/rob/proj/mpeg/
-# Maintainer: Tim Biermann, tbier at posteo dot de / Aaron Ball, nullspoon at oper dot io
-# Depends on: zlib
-
-name=libid3tag
-version=0.15.1b
-release=1
-source=(https://download.sourceforge.net/mad/${name}-${version}.tar.gz
- id3tag.pc)
-
-build() {
- mkdir -p $PKG/usr/lib/pkgconfig/
- sed "s/#version#/$version/" id3tag.pc > $PKG/usr/lib/pkgconfig/id3tag.pc
-
- cd $name-$version
-
- ./configure --prefix=/usr --build=aarch64-unknown-linux-gnueabi
- make
- make DESTDIR=$PKG install
-}

Generated by cgit