Bump to 0.3
This commit is contained in:
parent
300c8a8882
commit
c668191aab
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.3 2003/02/24 22:59:20 espie Exp $
|
# $OpenBSD: Makefile,v 1.4 2003/07/30 17:42:21 espie Exp $
|
||||||
|
|
||||||
COMMENT= "kde front end for ogle"
|
COMMENT= "kde front end for ogle"
|
||||||
CATEGORIES= x11 x11/kde
|
CATEGORIES= x11 x11/kde
|
||||||
VERSION= 3.0
|
VERSION= 3.0
|
||||||
DISTNAME= okle-0.2.3
|
DISTNAME= okle-0.3
|
||||||
HOMEPAGE= http://okle.sourceforge.net/
|
HOMEPAGE= http://okle.sourceforge.net/
|
||||||
MASTER_SITES= http://okle.sourceforge.net/src/
|
MASTER_SITES= http://okle.sourceforge.net/src/
|
||||||
EXTRACT_SUFX= .tar.gz
|
EXTRACT_SUFX= .tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (kde/okle-0.2.3.tar.gz) = 40b5fafb27ab093049260696d02d0207
|
MD5 (kde/okle-0.3.tar.gz) = a81fce48f7c32ad3904077bf11f3976b
|
||||||
RMD160 (kde/okle-0.2.3.tar.gz) = 49165360f76b6a403a95d6fc04902d85869dd785
|
RMD160 (kde/okle-0.3.tar.gz) = 90d2a0f26b7e0600e1db9942a5624ed840dff9c8
|
||||||
SHA1 (kde/okle-0.2.3.tar.gz) = 6450f344a8a543ef4d6ff5a6faad53a2fadbf762
|
SHA1 (kde/okle-0.3.tar.gz) = b06b0d66cd828750c9695c0dae009f90fb56e3b1
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2003/01/06 17:05:43 espie Exp $
|
$OpenBSD: patch-src_Makefile_in,v 1.2 2003/07/30 17:42:21 espie Exp $
|
||||||
--- src/Makefile.in.orig Mon Jan 6 17:48:20 2003
|
--- src/Makefile.in.orig 2003-02-25 15:53:21.000000000 +0100
|
||||||
+++ src/Makefile.in Mon Jan 6 17:48:35 2003
|
+++ src/Makefile.in 2003-07-30 19:16:45.000000000 +0200
|
||||||
@@ -674,7 +674,7 @@ uninstall-info: uninstall-info-recursive
|
@@ -684,7 +684,7 @@ all-local:
|
||||||
|
-sed s,OKLEGUIDIR,$(bindir), < okle.in > okle
|
||||||
|
|
||||||
install-exec-local:
|
install-exec-local:
|
||||||
-echo "DVDP_UI=$(bindir)/okle_gui ogle" > okle
|
|
||||||
- -install -m 0755 okle $(bindir)/okle
|
- -install -m 0755 okle $(bindir)/okle
|
||||||
+ -install -m 0755 okle $(DESTDIR)$(bindir)/okle
|
+ -install -m 0755 okle $(DESTDIR)$(bindir)/okle
|
||||||
|
|
||||||
|
10
x11/kde/okle/patches/patch-src_main_cpp
Normal file
10
x11/kde/okle/patches/patch-src_main_cpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
$OpenBSD: patch-src_main_cpp,v 1.1 2003/07/30 17:42:21 espie Exp $
|
||||||
|
--- src/main.cpp.orig 2003-07-30 19:23:25.000000000 +0200
|
||||||
|
+++ src/main.cpp 2003-07-30 19:23:58.000000000 +0200
|
||||||
|
@@ -1,3 +1,6 @@
|
||||||
|
+#if !defined(QT_CLEAN_NAMESPACE)
|
||||||
|
+#define QT_CLEAN_NAMESPACE
|
||||||
|
+#endif
|
||||||
|
extern "C" {
|
||||||
|
#include <ogle/dvdcontrol.h>
|
||||||
|
}
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.2 2003/01/06 19:29:20 espie Exp $
|
@comment $OpenBSD: PLIST,v 1.3 2003/07/30 17:42:21 espie Exp $
|
||||||
bin/okle
|
bin/okle
|
||||||
bin/okle_gui
|
bin/okle_gui
|
||||||
share/applnk/Multimedia/okle.desktop
|
share/applnk/Multimedia/okle.desktop
|
||||||
@ -27,13 +27,21 @@ share/apps/okle/pics/subtitleselect.png
|
|||||||
share/apps/okle/pics/up.png
|
share/apps/okle/pics/up.png
|
||||||
share/icons/hicolor/16x16/apps/okle.png
|
share/icons/hicolor/16x16/apps/okle.png
|
||||||
share/icons/hicolor/32x32/apps/okle.png
|
share/icons/hicolor/32x32/apps/okle.png
|
||||||
share/locale/de/LC_MESSAGES/okle-0.2.3.mo
|
share/locale/de/LC_MESSAGES/okle-0.3.mo
|
||||||
share/locale/sv/LC_MESSAGES/okle-0.2.3.mo
|
share/locale/hu/LC_MESSAGES/okle-0.3.mo
|
||||||
|
share/locale/it/LC_MESSAGES/okle-0.3.mo
|
||||||
|
share/locale/sv/LC_MESSAGES/okle-0.3.mo
|
||||||
@comment @dirrm share/locale/sv/LC_MESSAGES
|
@comment @dirrm share/locale/sv/LC_MESSAGES
|
||||||
@comment @dirrm share/locale/sv
|
@comment @dirrm share/locale/sv
|
||||||
|
@comment @dirrm share/locale/it/LC_MESSAGES
|
||||||
|
@comment @dirrm share/locale/it
|
||||||
|
@comment @dirrm share/locale/hu/LC_MESSAGES
|
||||||
|
@comment @dirrm share/locale/hu
|
||||||
@comment @dirrm share/locale/de/LC_MESSAGES
|
@comment @dirrm share/locale/de/LC_MESSAGES
|
||||||
@comment @dirrm share/locale/de
|
@comment @dirrm share/locale/de
|
||||||
@comment @dirrm share/locale
|
@comment @dirrm share/locale
|
||||||
|
@dirrm share/icons/hicolor/16x16/apps
|
||||||
|
@dirrm share/icons/hicolor/16x16
|
||||||
@dirrm share/apps/okle/pics
|
@dirrm share/apps/okle/pics
|
||||||
@dirrm share/apps/okle
|
@dirrm share/apps/okle
|
||||||
@comment @dirrm share/apps
|
@comment @dirrm share/apps
|
||||||
|
Loading…
Reference in New Issue
Block a user