forked from projectM-visualizer/frontend-sdl-cpp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
75 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# projectMSDL Default Packaging Configuration for Linux | ||
|
||
# General packaging variables | ||
set(CPACK_PACKAGE_NAME "projectMSDL") | ||
set(CPACK_PACKAGE_VENDOR "The projectM Development Team") | ||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/src/resources/package-description.txt") | ||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "A standalone, Milkdrop-like audio visualization application") | ||
set(CPACK_PACKAGE_HOMEPAGE_URL "https://projectm-visualizer.org/") | ||
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/src/resources/icons/icon_32x32.png") | ||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/src/resources/gpl-3.0.txt") | ||
set(CPACK_STRIP_FILES TRUE) | ||
|
||
# Package generator defaults. Override using "cpack -G [generator]" | ||
set(CPACK_GENERATOR TGZ) | ||
set(CPACK_SOURCE_GENERATOR TGZ) | ||
|
||
# DEB generator | ||
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "\"The projectM Development Team\" <[email protected]>") | ||
set(CPACK_DEBIAN_PACKAGE_DESCRIPTION "A standalone, Milkdrop-like audio visualization application") | ||
set(CPACK_DEBIAN_PACKAGE_SECTION "sound") | ||
set(CPACK_DEBIAN_ARCHIVE_TYPE "gnutar") | ||
set(CPACK_DEBIAN_COMPRESSION_TYPE "xz") | ||
set(CPACK_DEBIAN_PACKAGE_PRIORITY "standard") | ||
set(CPACK_DEBIAN_PACKAGE_HOMEPAGE "https://github.com/projectM-visualizer/frontend-sdl2/") | ||
|
||
# RPM generator | ||
set(CPACK_RPM_PACKAGE_LICENSE "GPL") | ||
set(CPACK_RPM_PACKAGE_GROUP "Applications/Multimedia") | ||
set(CPACK_RPM_PACKAGE_URL "https://github.com/projectM-visualizer/frontend-sdl2/") | ||
|
||
include(CPack) |
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
IDI_ICON1 ICON DISCARDABLE "resources\\icons\\icon.ico" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
A Milkdrop-compatible, cross-platform and open-source audio visualization application. |