forked from ports/contrib
gmtp: initial commit, v1.13.11
This commit is contained in:
parent
748d6a6974
commit
3a69ffc914
25
gmtp/.footprint
Normal file
25
gmtp/.footprint
Normal file
@ -0,0 +1,25 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/gmtp
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/gmtp.desktop
|
||||
drwxr-xr-x root/root usr/share/glib-2.0/
|
||||
drwxr-xr-x root/root usr/share/glib-2.0/schemas/
|
||||
-rw-r--r-- root/root usr/share/glib-2.0/schemas/org.gnome.gmtp.gschema.xml
|
||||
drwxr-xr-x root/root usr/share/gmtp/
|
||||
-rw-r--r-- root/root usr/share/gmtp/audio-x-mp3-playlist.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/audio-x-mpeg.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/empty.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/folder.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/gmtpicon.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/icon-16.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/image-x-generic.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/logo.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/media-cdrom-audio.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/stock-about-16.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/text-plain.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/video-x-generic.png
|
||||
-rw-r--r-- root/root usr/share/gmtp/view-refresh.png
|
||||
drwxr-xr-x root/root usr/share/pixmaps/
|
||||
-rw-r--r-- root/root usr/share/pixmaps/gmtpicon.png
|
5
gmtp/.signature
Normal file
5
gmtp/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF30UubmLOjY8afaBJP+4bA2chLtn1okyZhw3b7BZvrF8012V+w5i+PF6bAQeVrU5sRtYLQZUroJYcUVlI6V6kyA0=
|
||||
SHA256 (Pkgfile) = 4b095fc4035f3174337cc75513b90bff417f5e43aed68ffa0a3dc531ca4d9ac7
|
||||
SHA256 (.footprint) = 18b79f071cfbac23d55b4d3ee5a51656c122165e9c70c24953b9e5e7e476f91b
|
||||
SHA256 (gmtp-1.3.11.tar.gz) = 5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613
|
21
gmtp/Pkgfile
Normal file
21
gmtp/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: Simple MP3 player client for MTP based devices
|
||||
# URL: https://gmtp.sourceforge.io/
|
||||
# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
|
||||
# Depends on: desktop-file-utils flac gtk3 libid3tag libmtp libvorbis xorg-libxcomposite xorg-libxcursor xorg-libxinerama
|
||||
|
||||
name=gmtp
|
||||
version=1.3.11
|
||||
release=1
|
||||
source=(http://sourceforge.net/projects/gmtp/files/gMTP-$version/gmtp-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
CFLAGS+=' -fcommon' ./configure \
|
||||
--prefix=/usr \
|
||||
--with-gtk3 \
|
||||
--disable-nls
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user