From 7ece7f3d3bcd0184dd8dfd6653464da80184963c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 11 Jan 2024 01:05:34 +0000 Subject: gentoo auto-resync : 11:01:2024 - 01:05:34 --- media-sound/Manifest.gz | Bin 57748 -> 57754 bytes media-sound/reaper-bin/Manifest | 2 +- media-sound/reaper-bin/reaper-bin-7.08-r1.ebuild | 160 +++++++++++++++++++++++ media-sound/reaper-bin/reaper-bin-7.08.ebuild | 158 ---------------------- 4 files changed, 161 insertions(+), 159 deletions(-) create mode 100644 media-sound/reaper-bin/reaper-bin-7.08-r1.ebuild delete mode 100644 media-sound/reaper-bin/reaper-bin-7.08.ebuild (limited to 'media-sound') diff --git a/media-sound/Manifest.gz b/media-sound/Manifest.gz index 939bcacf7e98..f05d1bb3c9d0 100644 Binary files a/media-sound/Manifest.gz and b/media-sound/Manifest.gz differ diff --git a/media-sound/reaper-bin/Manifest b/media-sound/reaper-bin/Manifest index 856301196688..13b06dcd8794 100644 --- a/media-sound/reaper-bin/Manifest +++ b/media-sound/reaper-bin/Manifest @@ -4,5 +4,5 @@ DIST reaper708_linux_aarch64.tar.xz 10879256 BLAKE2B b48c5cb2b3407f6b3ebf16ce2c6 DIST reaper708_linux_armv7l.tar.xz 10537332 BLAKE2B 9d8a8c1eb462688b3d6f2e2b5a8efa780a9b8fb09a7c0cb147d20bfcd40defeca49e7e74cdf77520526f5092d79428b2de5604fbb772014c175981c6c000e01f SHA512 ba05af2e477c5e0c5122aba5b4ce067ee7ac3623fd06bba849fc138e714ae13f8c0920e4235c0850d88524aa54f54b0aa405c7311c511b9ea0a12a1f3bb7b371 DIST reaper708_linux_i686.tar.xz 12167380 BLAKE2B 7bb933a1143501726804d705666816e80968e0da93a068c748b933d21e147478cc55879ec3fdc1b0dba8d582ae8cc7bfa71541c7929be356032ee0ffc4450043 SHA512 35dd4c0039d958ce84688737ded78db83f7632549adff06e1343155d40390920a6abc1f2f91f0706d77375bb2e73814c32a3492fe450a6fbe45b220a3abe9289 DIST reaper708_linux_x86_64.tar.xz 12159312 BLAKE2B 06be335bc879e53bd5a69080edaa024977ca93740a3e3d95f083126ef81392617399aec2cef310e14fa37978fe3f2193e0f2d8e1046d66574df0fdc9674639f7 SHA512 6bfe3c6fe2272bd6192b69f9d8423a3978ce26de7d3720c9324a8d19b93d0311d68fce6c1241088284ec0ef00cf8b2aff185716d4b4e1ca2d6fd8367451068c2 -EBUILD reaper-bin-7.08.ebuild 5001 BLAKE2B 0a81bd2fcf15e20dfde0efc760daced9d04a2c7b438e44d7f0d28bc11864479882bfe1701e1478c25d74c447639233ac811fe342558e89d0c4fa767f5139927e SHA512 8e1c124f5c1ccfc765495f323481e67baf5d44239451edb49f80013f1893c0e3545f0f488d3c39ae78dfce546e50544758d089ed3f2ca77095e15a06cde64dd1 +EBUILD reaper-bin-7.08-r1.ebuild 5023 BLAKE2B d14337a7293efbd79a67b3243b657a7a7f13515261a8d24805f5f10ab899e6cb15d0e1ae0fca2f32b73fda1fbbeac05b9d35c1729509119630a5d14f91f3c1fa SHA512 4ca2b14427bf6e30439f281598f1872f98ba9fb3a0290fefc11825ceda018dd4d4b7733bd3a0ddd24e9f25c3d6808cca83bc0156ea349c7959480b304b5d184e MISC metadata.xml 359 BLAKE2B 44ae94f40b3ca881cdd62ce045dc9af2bf6d1f2ca266a5f81071c0f734acfe83c888fead3c51c247f26e20365e3428ac2fdafc50ed634f9850b52103dc9ddbfe SHA512 13fb4544ffaee84f70475f2ed41a3c1d4effd92f95dea397708b193513d49cc7cf9037c816fc983228a12d31741722cd3487973dc5e60226c8cfe0ecb73789ba diff --git a/media-sound/reaper-bin/reaper-bin-7.08-r1.ebuild b/media-sound/reaper-bin/reaper-bin-7.08-r1.ebuild new file mode 100644 index 000000000000..26a3b90b587b --- /dev/null +++ b/media-sound/reaper-bin/reaper-bin-7.08-r1.ebuild @@ -0,0 +1,160 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop xdg + +DESCRIPTION="Digital audio workstation" +HOMEPAGE="https://www.reaper.fm" + +WDL_COMMIT="3e3576d2d65bb028dde7026d0a6df334ab8e5710" + +SRC_URI=" + amd64? ( https://www.reaper.fm/files/$(ver_cut 1).x/reaper$(ver_cut 1)$(printf %02d $(( 10#$(ver_cut 2) )))_linux_x86_64.tar.xz ) + x86? ( https://www.reaper.fm/files/$(ver_cut 1).x/reaper$(ver_cut 1)$(printf %02d $(( 10#$(ver_cut 2) )))_linux_i686.tar.xz ) + arm64? ( https://www.reaper.fm/files/$(ver_cut 1).x/reaper$(ver_cut 1)$(printf %02d $(( 10#$(ver_cut 2) )))_linux_aarch64.tar.xz ) + arm? ( https://www.reaper.fm/files/$(ver_cut 1).x/reaper$(ver_cut 1)$(printf %02d $(( 10#$(ver_cut 2) )))_linux_armv7l.tar.xz ) + https://github.com/justinfrankel/WDL/archive/${WDL_COMMIT}.tar.gz -> WDL-${WDL_COMMIT}.tar.gz +" + +LICENSE="Cockos" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +RESTRICT="mirror" + +IUSE="+jack pulseaudio mp3 ffmpeg" + +RDEPEND=" + ${DEPEND} + media-libs/alsa-lib + media-libs/libglvnd + jack? ( virtual/jack ) + pulseaudio? ( media-libs/libpulse ) + mp3? ( media-sound/lame ) + ffmpeg? ( media-video/ffmpeg ) +" + +DEPEND=" + x11-libs/gtk+:3[X] + x11-libs/libX11 + x11-libs/libXi + media-libs/fontconfig + media-libs/freetype +" + +S="${WORKDIR}" + +src_prepare() { + default + cd "WDL-${WDL_COMMIT}" || die + eapply "${FILESDIR}"/libSwell-makefile-cflags.patch +} + +src_compile() { + emake -C "WDL-${WDL_COMMIT}/WDL/swell" \ + ALLOW_WARNINGS=1 \ + PRELOAD_GDK=1 +} + +QA_PREBUILT="*/*.so */reaper */reaper_host_*" + +src_install() { + cd "reaper_linux_"* || die + mv -fv "../WDL-${WDL_COMMIT}/WDL/swell/libSwell.so" REAPER/ || die + + ./install-reaper.sh --install "${D}"/opt || die + rm -f "${D}"/opt/REAPER/uninstall-reaper.sh + + dosym ../../opt/REAPER/reaper /usr/bin/reaper + + # The following is pulled out of install-reaper.sh to match desktop.eclass. + cd REAPER || die + + newicon -s 256 Resources/main.png cockos-reaper.png + doicon -s 256 Resources/cockos-reaper-backup.png + doicon -s 256 Resources/cockos-reaper-document.png + doicon -s 256 Resources/cockos-reaper-theme.png + doicon -s 256 Resources/cockos-reaper-peak.png + doicon -s 256 Resources/cockos-reaper-template.png + doicon -s 256 Resources/cockos-reaper-template2.png + + cat > cockos-reaper.desktop <<-EOF + [Desktop Entry] + Encoding=UTF-8 + Type=Application + Name=REAPER + Comment=REAPER + Categories=Audio;Video;AudioVideo;AudioVideoEditing;Recorder; + Exec="/usr/bin/reaper" %F + Icon=cockos-reaper + MimeType=application/x-reaper-project;application/x-reaper-project-backup;application/x-reaper-theme + StartupWMClass=REAPER + EOF + domenu cockos-reaper.desktop + + cat > application-x-reaper.xml <<-EOF + + + + + REAPER project + + + + + + REAPER project backup + + + + + + + REAPER configuration + + + + + REAPER fx chain + + + + + + REAPER track template + + + + + REAPER theme + + + + + + + REAPER undo + + + + + REAPER undo backup + + + + REAPER peak file + + + + + + REAPER proxy + + + + EOF + insopts -m 0644 + insinto /usr/share/mime + doins application-x-reaper.xml +} diff --git a/media-sound/reaper-bin/reaper-bin-7.08.ebuild b/media-sound/reaper-bin/reaper-bin-7.08.ebuild deleted file mode 100644 index ad53d0511ee5..000000000000 --- a/media-sound/reaper-bin/reaper-bin-7.08.ebuild +++ /dev/null @@ -1,158 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop xdg - -DESCRIPTION="Digital audio workstation" -HOMEPAGE="https://www.reaper.fm" - -WDL_COMMIT="3e3576d2d65bb028dde7026d0a6df334ab8e5710" - -SRC_URI=" - amd64? ( https://www.reaper.fm/files/$(ver_cut 1).x/reaper$(ver_cut 1)$(printf %02d $(( 10#$(ver_cut 2) )))_linux_x86_64.tar.xz ) - x86? ( https://www.reaper.fm/files/$(ver_cut 1).x/reaper$(ver_cut 1)$(printf %02d $(( 10#$(ver_cut 2) )))_linux_i686.tar.xz ) - arm64? ( https://www.reaper.fm/files/$(ver_cut 1).x/reaper$(ver_cut 1)$(printf %02d $(( 10#$(ver_cut 2) )))_linux_aarch64.tar.xz ) - arm? ( https://www.reaper.fm/files/$(ver_cut 1).x/reaper$(ver_cut 1)$(printf %02d $(( 10#$(ver_cut 2) )))_linux_armv7l.tar.xz ) - https://github.com/justinfrankel/WDL/archive/${WDL_COMMIT}.tar.gz -> WDL-${WDL_COMMIT}.tar.gz -" - -LICENSE="Cockos" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -RESTRICT="mirror" - -IUSE="+jack pulseaudio mp3 ffmpeg" - -RDEPEND=" - ${DEPEND} - media-libs/alsa-lib - media-libs/libglvnd - jack? ( virtual/jack ) - pulseaudio? ( media-libs/libpulse ) - mp3? ( media-sound/lame ) - ffmpeg? ( media-video/ffmpeg ) -" - -DEPEND=" - x11-libs/gtk+:3[X] - x11-libs/libX11 - x11-libs/libXi - media-libs/fontconfig - media-libs/freetype -" - -S="${WORKDIR}" - -src_prepare() { - default - cd "WDL-${WDL_COMMIT}" || die - eapply "${FILESDIR}"/libSwell-makefile-cflags.patch -} - -src_compile() { - emake -C "WDL-${WDL_COMMIT}/WDL/swell" ALLOW_WARNINGS=1 -} - -QA_PREBUILT="*/*.so */reaper */reaper_host_*" - -src_install() { - cd "reaper_linux_"* || die - mv -fv "../WDL-${WDL_COMMIT}/WDL/swell/libSwell.so" REAPER/ || die - - ./install-reaper.sh --install "${D}"/opt || die - rm -f "${D}"/opt/REAPER/uninstall-reaper.sh - - dosym ../../opt/REAPER/reaper /usr/bin/reaper - - # The following is pulled out of install-reaper.sh to match desktop.eclass. - cd REAPER || die - - newicon -s 256 Resources/main.png cockos-reaper.png - doicon -s 256 Resources/cockos-reaper-backup.png - doicon -s 256 Resources/cockos-reaper-document.png - doicon -s 256 Resources/cockos-reaper-theme.png - doicon -s 256 Resources/cockos-reaper-peak.png - doicon -s 256 Resources/cockos-reaper-template.png - doicon -s 256 Resources/cockos-reaper-template2.png - - cat > cockos-reaper.desktop <<-EOF - [Desktop Entry] - Encoding=UTF-8 - Type=Application - Name=REAPER - Comment=REAPER - Categories=Audio;Video;AudioVideo;AudioVideoEditing;Recorder; - Exec="/usr/bin/reaper" %F - Icon=cockos-reaper - MimeType=application/x-reaper-project;application/x-reaper-project-backup;application/x-reaper-theme - StartupWMClass=REAPER - EOF - domenu cockos-reaper.desktop - - cat > application-x-reaper.xml <<-EOF - - - - - REAPER project - - - - - - REAPER project backup - - - - - - - REAPER configuration - - - - - REAPER fx chain - - - - - - REAPER track template - - - - - REAPER theme - - - - - - - REAPER undo - - - - - REAPER undo backup - - - - REAPER peak file - - - - - - REAPER proxy - - - - EOF - insopts -m 0644 - insinto /usr/share/mime - doins application-x-reaper.xml -} -- cgit v1.2.3