Update to 0.4
This commit is contained in:
parent
3fa167f096
commit
ca28edcb1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94104
5 changed files with 27 additions and 5 deletions
|
@ -5,10 +5,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= kaffeine
|
||||
PORTVERSION= 0.3.2
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= multimedia kde
|
||||
MASTER_SITES= http://members.chello.at/kaffeine/download/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= kaffeine
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
COMMENT= A xine-base multimedia player
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (kaffeine-0.3.2.tar.gz) = 92ceceb67a4a672a265c159889e290d0
|
||||
MD5 (kaffeine-0.4.tar.gz) = 2611348f5d359ef43136bbd09f7d5c1e
|
||||
|
|
10
multimedia/kaffeine/files/patch-plugin.c
Normal file
10
multimedia/kaffeine/files/patch-plugin.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- addons/mozilla-plugin/plugin.c.orig Sun Nov 16 16:59:07 2003
|
||||
+++ addons/mozilla-plugin/plugin.c Sun Nov 16 16:59:46 2003
|
||||
@@ -63,6 +63,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
+#include <signal.h>
|
||||
|
||||
|
||||
|
|
@ -9,4 +9,4 @@ kaffeine is a xine-based multimedia player for KDE.
|
|||
* The ability to prevent the screensaver from activating OSD Titles
|
||||
|
||||
Author: Juergen Kofler <kaffeine@gmx.net>
|
||||
WWW: http://members.chello.at/kaffeine
|
||||
WWW: http://kaffeine.sourceforge.net/
|
||||
|
|
|
@ -1,14 +1,19 @@
|
|||
bin/kaffeine
|
||||
lib/kaffeineplugin/kaffeineplugin.la
|
||||
lib/kaffeineplugin/kaffeineplugin.so
|
||||
share/applnk/Multimedia/kaffeine.desktop
|
||||
share/apps/kaffeine/kmp-playlist.png
|
||||
share/apps/kaffeine/logo.avi
|
||||
share/apps/profiles/kaffeine.profile.xml
|
||||
share/doc/HTML/en/kaffeine/playerwin.png
|
||||
share/doc/HTML/en/kaffeine/playlistwin.png
|
||||
share/doc/HTML/en/kaffeine/systemtray.png
|
||||
share/doc/HTML/en/kaffeine/index.docbook
|
||||
share/doc/HTML/en/kaffeine/index.cache.bz2
|
||||
share/doc/HTML/en/kaffeine/common
|
||||
share/doc/HTML/de/kaffeine/playerwin.png
|
||||
share/doc/HTML/de/kaffeine/playlistwin.png
|
||||
share/doc/HTML/de/kaffeine/systemtray.png
|
||||
share/doc/HTML/de/kaffeine/index.docbook
|
||||
share/doc/HTML/de/kaffeine/index.cache.bz2
|
||||
share/doc/HTML/de/kaffeine/common
|
||||
|
@ -19,7 +24,14 @@ share/icons/hicolor/32x32/apps/kaffeine.png
|
|||
share/icons/hicolor/48x48/apps/kaffeine.png
|
||||
share/icons/hicolor/64x64/apps/kaffeine.png
|
||||
share/locale/de/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/cs/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/el/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/es/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/fr/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/it/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/ms/LC_MESSAGES/kaffeine.mo
|
||||
share/locale/pl/LC_MESSAGES/kaffeine.mo
|
||||
@dirrm lib/kaffeineplugin/
|
||||
@dirrm share/apps/kaffeine
|
||||
@dirrm share/doc/HTML/en/kaffeine
|
||||
@dirrm share/doc/HTML/de/kaffeine
|
||||
|
|
Loading…
Reference in a new issue