mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Remove kf6-libkcompactdisc
This commit is contained in:
@@ -267,7 +267,6 @@
|
||||
SUBDIR += kf6-libkdcraw
|
||||
SUBDIR += kf6-kaccounts-integration
|
||||
SUBDIR += kf6-kio-extras
|
||||
#SUBDIR += kf6-libkcompactdisc
|
||||
SUBDIR += kf6-libkcddb
|
||||
SUBDIR += kf6-kdegraphics-mobipocket
|
||||
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
COMMENT = library for interfacing with CDs
|
||||
|
||||
DISTNAME = libkcompactdisc-${VERSION}
|
||||
PKGNAME = kf6-libkcompactdisc-${VERSION}
|
||||
|
||||
CATEGORIES = devel multimedia
|
||||
|
||||
SHARED_LIBS += KCompactDisc6 0.0 # 0.0
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} GL KF6I18n KF6Solid Qt6Core Qt6DBus
|
||||
WANTLIB += Qt6Gui Qt6Widgets m phonon4qt6
|
||||
|
||||
MODKDE_TRANSLATIONS = yes
|
||||
MODKF5_L10N_CONFLICT = yes
|
||||
|
||||
LIB_DEPENDS = devel/kf6/ki18n \
|
||||
devel/kf6/solid \
|
||||
multimedia/phonon,qt6
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,2 +0,0 @@
|
||||
SHA256 (kde-applications/libkcompactdisc-25.12.3.tar.xz) = D0xrn0Gjzw0UUSBMWKv1wwPsZnHx0VmJzQ2Nkrue5Wc=
|
||||
SIZE (kde-applications/libkcompactdisc-25.12.3.tar.xz) = 100696
|
||||
@@ -1,11 +0,0 @@
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -49,6 +49,6 @@ if(BUILD_TESTING)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
-ki18n_install(po)
|
||||
+#ki18n_install(po)
|
||||
kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)
|
||||
feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
|
||||
@@ -1,14 +0,0 @@
|
||||
Index: src/CMakeLists.txt
|
||||
--- src/CMakeLists.txt.orig
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -54,6 +54,10 @@ else()
|
||||
set(USE_WMLIB true)
|
||||
endif()
|
||||
|
||||
+if (PHONON_INCLUDE_DIR)
|
||||
+ include_directories(${PHONON_INCLUDE_DIR})
|
||||
+endif ()
|
||||
+
|
||||
target_sources(KCompactDisc PRIVATE
|
||||
kcompactdisc.cpp kcompactdisc.h
|
||||
kcompactdisc_p.cpp kcompactdisc_p.h
|
||||
@@ -1,12 +0,0 @@
|
||||
Index: src/wmlib/include/wm_config.h
|
||||
--- src/wmlib/include/wm_config.h.orig
|
||||
+++ src/wmlib/include/wm_config.h
|
||||
@@ -117,7 +117,7 @@
|
||||
#endif /* freebsd */
|
||||
|
||||
#if defined(__OpenBSD__)
|
||||
-#define DEFAULT_CD_DEVICE find_cdrom()
|
||||
+#define DEFAULT_CD_DEVICE "/dev/rcd0c"
|
||||
#endif
|
||||
|
||||
/******************************************************************
|
||||
@@ -1,40 +0,0 @@
|
||||
fix OpenBSD includes and add stubs
|
||||
|
||||
Index: src/wmlib/plat_openbsd.c
|
||||
--- src/wmlib/plat_openbsd.c.orig
|
||||
+++ src/wmlib/plat_openbsd.c
|
||||
@@ -35,6 +35,7 @@
|
||||
#include <sys/mount.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#include "include/wm_config.h"
|
||||
#include "include/wm_cdrom.h"
|
||||
@@ -52,7 +53,7 @@
|
||||
#include <sys/scsiio.h>
|
||||
#include <scsi/scsi_all.h>
|
||||
#include <scsi/cd.h>
|
||||
-#include <scsi/scsi_cd.h>
|
||||
+#include <scsi/scsi_disk.h>
|
||||
|
||||
#include "include/wm_struct.h"
|
||||
#include "include/wm_cdtext.h"
|
||||
@@ -475,5 +476,17 @@ gen_get_volume(struct wm_drive *d, int *left, int *rig
|
||||
|
||||
return (0);
|
||||
} /* gen_get_volume() */
|
||||
+
|
||||
+int gen_scale_volume(int *left, int *right)
|
||||
+{
|
||||
+ // WIP
|
||||
+ return 0;
|
||||
+}
|
||||
+
|
||||
+int gen_unscale_volume(int *left, int *right)
|
||||
+{
|
||||
+ // WIP
|
||||
+ return 0;
|
||||
+}
|
||||
|
||||
#endif
|
||||
@@ -1 +0,0 @@
|
||||
KDE6 library for playing & ripping CDs
|
||||
@@ -1,16 +0,0 @@
|
||||
@conflict libkcompactdisc-kf5-*
|
||||
@pkgpath x11/kde-applications/libkcompactdisc
|
||||
include/KCompactDisc6/
|
||||
include/KCompactDisc6/KCompactDisc
|
||||
include/KCompactDisc6/kcompactdisc.h
|
||||
include/KCompactDisc6/kcompactdisc_export.h
|
||||
include/KCompactDisc6/kcompactdisc_version.h
|
||||
lib/cmake/KCompactDisc6/
|
||||
lib/cmake/KCompactDisc6/KCompactDisc6Config.cmake
|
||||
lib/cmake/KCompactDisc6/KCompactDisc6ConfigVersion.cmake
|
||||
lib/cmake/KCompactDisc6/KCompactDisc6Targets${MODCMAKE_BUILD_SUFFIX}
|
||||
lib/cmake/KCompactDisc6/KCompactDisc6Targets.cmake
|
||||
@lib lib/libKCompactDisc6.so.${LIBKCompactDisc6_VERSION}
|
||||
share/kf6/
|
||||
share/kf6/mkspecs/
|
||||
share/kf6/mkspecs/qt_KCompactDisc.pri
|
||||
Reference in New Issue
Block a user