diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-06-28 10:58:22 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-06-28 10:58:22 +1000 |
commit | 629247b54519735aef3de66738be080570acfe3b (patch) | |
tree | 1c6892417710284349163024d30c70757edd0cda /moc | |
parent | d2a96f06fbbbc555c4dc42df3b5d2d1e7e3251e1 (diff) | |
download | contrib-629247b54519735aef3de66738be080570acfe3b.tar.gz contrib-629247b54519735aef3de66738be080570acfe3b.tar.xz |
moc: 2.4.4 -> 2.5.1
Diffstat (limited to 'moc')
-rw-r--r-- | moc/.footprint | 15 | ||||
-rw-r--r-- | moc/.md5sum | 2 | ||||
-rw-r--r-- | moc/Pkgfile | 6 |
3 files changed, 8 insertions, 15 deletions
diff --git a/moc/.footprint b/moc/.footprint index c4265004f..f69f4e48f 100644 --- a/moc/.footprint +++ b/moc/.footprint @@ -1,26 +1,21 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/mocp -drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/moc/ drwxr-xr-x root/root usr/lib/moc/decoder_plugins/ --rw-r--r-- root/root usr/lib/moc/decoder_plugins/libflac_decoder.a -rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libflac_decoder.la -rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libflac_decoder.so --rw-r--r-- root/root usr/lib/moc/decoder_plugins/libmp3_decoder.a -rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libmp3_decoder.la -rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libmp3_decoder.so --rw-r--r-- root/root usr/lib/moc/decoder_plugins/libsndfile_formats_decoder.a --rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libsndfile_formats_decoder.la --rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libsndfile_formats_decoder.so --rw-r--r-- root/root usr/lib/moc/decoder_plugins/libvorbis_decoder.a +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libsndfile_decoder.la +-rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libsndfile_decoder.so -rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libvorbis_decoder.la -rwxr-xr-x root/root usr/lib/moc/decoder_plugins/libvorbis_decoder.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/mocp.1.gz drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/mocp.1.gz drwxr-xr-x root/root usr/share/moc/ -rw-r--r-- root/root usr/share/moc/config.example -rw-r--r-- root/root usr/share/moc/keymap.example diff --git a/moc/.md5sum b/moc/.md5sum index dd7ce4711..4cab9319b 100644 --- a/moc/.md5sum +++ b/moc/.md5sum @@ -1 +1 @@ -647c770a5542a4ae5437386807a89796 moc-2.4.4.tar.bz2 +ea9c8edb8b7a64a0b93d540293d3ff74 moc-2.5.1.tar.bz2 diff --git a/moc/Pkgfile b/moc/Pkgfile index 1d2e22d2b..afead8764 100644 --- a/moc/Pkgfile +++ b/moc/Pkgfile @@ -2,11 +2,10 @@ # URL: http://moc.daper.net/ # Maintainer: Danny Rawlins, crux at romster dot me # Packager: Stoyan Zhekov, zhware at hotpop dot com -# Depends on: curl libsndfile libid3tag libmad - +# Depends on: curl libid3tag libmad libsndfile popt name=moc -version=2.4.4 +version=2.5.1 release=1 source=(ftp://ftp.daper.net/pub/soft/$name/stable/$name-$version.tar.bz2) @@ -15,7 +14,6 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man \ --disable-nls \ --disable-debug |