mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
audio/kid3-kde4:
- Update to 3.1 - Remove upstreamed patch
This commit is contained in:
parent
537ef5813f
commit
d57e6aad6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352752
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kid3
|
||||
PORTVERSION= 3.0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.1
|
||||
CATEGORIES= audio kde
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -64,7 +63,7 @@ CMAKE_ARGS+= -DWITH_APPS="${KID3_CLI}KDE"
|
||||
PLIST_SUB+= QT="@comment " KDE=""
|
||||
.endif
|
||||
|
||||
PLIST_SUB+= SHLIB_VER=${PORTVERSION}
|
||||
PLIST_SUB+= SHLIB_VER=${PORTVERSION}.0
|
||||
|
||||
CLI_DESC= Build and install command line utility
|
||||
CLI_USES= readline
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (kid3-3.0.2.tar.gz) = 31492e01039e78d2e73ba342a2d2c837395597eb48a101366b160c36fcdcfab4
|
||||
SIZE (kid3-3.0.2.tar.gz) = 997961
|
||||
SHA256 (kid3-3.1.tar.gz) = 08661266250670620a51e3d55b97b00fe545625c74f7cf0834b5308572ffcc51
|
||||
SIZE (kid3-3.1.tar.gz) = 1087087
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- ./src/app/cli/kid3cli.cpp.orig 2013-11-29 06:55:07.000000000 +0000
|
||||
+++ ./src/app/cli/kid3cli.cpp 2013-12-02 14:35:10.196660693 +0000
|
||||
@@ -276,7 +276,10 @@
|
||||
<< new CopyCommand(this)
|
||||
<< new PasteCommand(this)
|
||||
<< new RemoveCommand(this)
|
||||
- << new PlayCommand(this);
|
||||
+#if defined HAVE_PHONON || QT_VERSION >= 0x050000
|
||||
+ << new PlayCommand(this)
|
||||
+#endif
|
||||
+ ;
|
||||
connect(m_app, SIGNAL(fileSelectionUpdateRequested()),
|
||||
this, SLOT(updateSelectedFiles()));
|
||||
connect(m_app, SIGNAL(selectedFilesUpdated()),
|
@ -32,12 +32,16 @@ man/man1/kid3.1.gz
|
||||
%%KDE%%share/doc/HTML/en/kid3/index.docbook
|
||||
%%QT%%share/doc/kid3-qt/kid3_de.html
|
||||
%%QT%%share/doc/kid3-qt/kid3_en.html
|
||||
%%QT%%share/icons/hicolor/128x128/apps/kid3-qt.png
|
||||
%%KDE%%share/icons/hicolor/128x128/apps/kid3.png
|
||||
%%QT%%share/icons/hicolor/16x16/apps/kid3-qt.png
|
||||
%%KDE%%share/icons/hicolor/16x16/apps/kid3.png
|
||||
%%QT%%share/icons/hicolor/32x32/apps/kid3-qt.png
|
||||
%%KDE%%share/icons/hicolor/32x32/apps/kid3.png
|
||||
%%QT%%share/icons/hicolor/48x48/apps/kid3-qt.png
|
||||
%%KDE%%share/icons/hicolor/48x48/apps/kid3.png
|
||||
%%QT%%share/icons/hicolor/64x64/apps/kid3-qt.png
|
||||
%%KDE%%share/icons/hicolor/64x64/apps/kid3.png
|
||||
%%QT%%share/icons/hicolor/scalable/apps/kid3-qt.svg
|
||||
%%KDE%%share/icons/hicolor/scalable/apps/kid3.svgz
|
||||
%%DATADIR%%/translations/kid3_cs.qm
|
||||
|
Loading…
Reference in New Issue
Block a user