summaryrefslogtreecommitdiff
path: root/cmus
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2019-04-20 00:56:39 +0200
committerThomas Penteker <tek@serverop.de>2019-04-20 00:56:39 +0200
commit8a518cdb078d50bfd7796db90d9984e902d851ac (patch)
tree87b2e7b494dfe0cc6e4412c29333feb5a6475d41 /cmus
parenta40d21693cef9c4524ca80f5e3f8db9c7c706f63 (diff)
downloadopt-8a518cdb078d50bfd7796db90d9984e902d851ac.tar.gz
opt-8a518cdb078d50bfd7796db90d9984e902d851ac.tar.xz
cmus: 2.7.1 -> 2.8.0
Diffstat (limited to 'cmus')
-rw-r--r--cmus/.footprint5
-rw-r--r--cmus/.signature9
-rw-r--r--cmus/Pkgfile8
-rw-r--r--cmus/ffmpeg.diff13
4 files changed, 12 insertions, 23 deletions
diff --git a/cmus/.footprint b/cmus/.footprint
index 388979494..5de631914 100644
--- a/cmus/.footprint
+++ b/cmus/.footprint
@@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmus/
drwxr-xr-x root/root usr/lib/cmus/ip/
+-rwxr-xr-x root/root usr/lib/cmus/ip/cue.so
-rwxr-xr-x root/root usr/lib/cmus/ip/wav.so
drwxr-xr-x root/root usr/lib/cmus/op/
-rwxr-xr-x root/root usr/lib/cmus/op/oss.so
@@ -12,9 +13,13 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/cmus/
-rw-r--r-- root/root usr/share/cmus/cyan.theme
-rw-r--r-- root/root usr/share/cmus/default.theme
+-rw-r--r-- root/root usr/share/cmus/dracula.theme
-rw-r--r-- root/root usr/share/cmus/gray-88.theme
-rw-r--r-- root/root usr/share/cmus/green-mono-88.theme
-rw-r--r-- root/root usr/share/cmus/green.theme
+-rw-r--r-- root/root usr/share/cmus/gruvbox-alt.theme
+-rw-r--r-- root/root usr/share/cmus/gruvbox.theme
+-rw-r--r-- root/root usr/share/cmus/jellybeans.theme
-rw-r--r-- root/root usr/share/cmus/night.theme
-rw-r--r-- root/root usr/share/cmus/rc
-rw-r--r-- root/root usr/share/cmus/solarized-dark.theme
diff --git a/cmus/.signature b/cmus/.signature
index 98a27bade..7daa76d1c 100644
--- a/cmus/.signature
+++ b/cmus/.signature
@@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/Re69/WQLvM8wYbRqBd8/KbNzxoqCx/iwMnawKzB4uT/8zcEHU5eJZguQa+Q24VE/UIJUzWrZsdrQwiikP2nkQE=
-SHA256 (Pkgfile) = 3348d0dd30da08283af4f46f5271f19a2ce45abb6b739156e56b8be6989b8186
-SHA256 (.footprint) = c010cada4f4a5c9708e5b850e39daf6bf4662e2e9a17009e6da3956256dd4144
-SHA256 (v2.7.1.tar.gz) = 8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165
-SHA256 (ffmpeg.diff) = 22e807acb5e944e2cc2189d2b2e41d69796703f31cf676230a6f63c22c282873
+RWSE3ohX2g5d/Q5Gon98PM0c7Zd6Sln0oCNrpectayg33qUcViIkn0m0ZUEEuY9zlDNFTam6QLw3nyulinkylLzJ0eKricGP1w4=
+SHA256 (Pkgfile) = 968f4d2eccec756c71b9edfd8b4f64ca121f733cc1cb93aa80b76162eb8d3258
+SHA256 (.footprint) = 1e296411ecfdeab0a1523008b4f3934a2c9b8e9fb954aa2d443c9d6dc2ed4011
+SHA256 (v2.8.0.tar.gz) = 756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2
diff --git a/cmus/Pkgfile b/cmus/Pkgfile
index 997d51a30..fc54e228f 100644
--- a/cmus/Pkgfile
+++ b/cmus/Pkgfile
@@ -6,17 +6,15 @@
# Nice to have: alsa-lib, flac, libao, libid3tag, libmad, libmodplug, libmpcdec, libvorbis
name=cmus
-version=2.7.1
+version=2.8.0
release=1
-source=(https://github.com/cmus/cmus/archive/v${version}.tar.gz \
- ffmpeg.diff)
+source=(https://github.com/cmus/cmus/archive/v${version}.tar.gz)
build() {
cd $name-$version
- patch -i ../ffmpeg.diff -p1
-
./configure prefix=/usr CONFIG_ARTS=n
+
make
make DESTDIR=$PKG install install-man
rm -rf $PKG/usr/share/doc
diff --git a/cmus/ffmpeg.diff b/cmus/ffmpeg.diff
deleted file mode 100644
index bcd5f4e9a..000000000
--- a/cmus/ffmpeg.diff
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/ffmpeg.c b/ffmpeg.c
-index e884274..27adacc 100644
---- a/ffmpeg.c
-+++ b/ffmpeg.c
-@@ -55,7 +55,7 @@
- #endif
- #endif
-
--#if (LIBAVUTIL_VERSION_INT < ((51<<16)+(5<<8)+0))
-+#ifndef AV_DICT_IGNORE_SUFFIX
- #define AV_DICT_IGNORE_SUFFIX AV_METADATA_IGNORE_SUFFIX
- #define av_dict_get av_metadata_get
- #define AVDictionaryEntry AVMetadataTag

Generated by cgit