summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndlessEden2022-07-08 23:02:17 +1000
committerEndlessEden2022-07-08 23:02:17 +1000
commit1a75bdd4187040289f7af92ab86d93b89d6fa998 (patch)
treeb808c79fea9639cefdba2b9df5cc797bbf8e8407
parent3f175b0fdcc52894fcbc50915d22381f0a6aff8d (diff)
downloadaur-smplayer-svn.tar.gz
Transitioned to smplayer-git; Goodbye and Thanks for all the Fish!
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD46
2 files changed, 16 insertions, 53 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7695ef5346f..b62253a4fcc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,13 @@
pkgbase = smplayer-svn
- pkgdesc = Media player with built-in codecs that can play virtually all video and audio formats
- pkgver = 21.10.0.rc34af9e16
+ pkgdesc = Transitional Package:(smplayer-git) Media player with built-in codecs that can play virtually all video and audio formats
+ pkgver = 99.0
pkgrel = 1
url = https://www.smplayer.info/
arch = x86_64
license = GPL
- makedepends = qt5-tools
- makedepends = subversion
- depends = qt5-script
- depends = hicolor-icon-theme
- depends = libx11
- depends = zlib
- depends = gcc-libs
- optdepends = smplayer-themes-svn: icon themes collection
- optdepends = smplayer-skins-svn: skin themes collection
- optdepends = smtube-svn: browse and play YouTube videos
- optdepends = youtube-dl: YouTube videos and streaming
- optdepends = mplayer: backend for video playback
- optdepends = mpv: alternative modern backend
- provides = smplayer
- conflicts = smplayer
- source = smplayer-svn::git+https://github.com/smplayer-dev/smplayer.git
+ depends = pacman
+ depends = smplayer-git
+ provides = smplayer-svn
sha256sums = SKIP
pkgname = smplayer-svn
diff --git a/PKGBUILD b/PKGBUILD
index 7c7fdfb74119..cca324041f42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,47 +2,23 @@
# Contributors: Det, goetzc, Ner0, Lari Tikkanen, oke3, Flamelab, WAntilles
pkgname=smplayer-svn
-pkgver=21.10.0.rc34af9e16
+pkgver=99.0
pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video and audio formats'
+pkgdesc='Transitional Package:(smplayer-git) Media player with built-in codecs that can play virtually all video and audio formats'
arch=('x86_64')
url='https://www.smplayer.info/'
license=('GPL')
-depends=('qt5-script' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
-makedepends=('qt5-tools' 'subversion')
-optdepends=('smplayer-themes-svn: icon themes collection'
- 'smplayer-skins-svn: skin themes collection'
- 'smtube-svn: browse and play YouTube videos'
- 'youtube-dl: YouTube videos and streaming'
- 'mplayer: backend for video playback'
- 'mpv: alternative modern backend')
-provides=('smplayer')
-conflicts=('smplayer')
-source=($pkgname::git+https://github.com/smplayer-dev/smplayer.git)
+depends=('pacman' 'smplayer-git')
+provides=('smplayer-svn')
sha256sums=('SKIP')
-pkgver() {
- cd $pkgname
- echo $(grep -m1 'Version' smplayer.spec | cut -d " " -f9).r$(git rev-parse --short HEAD)
-}
-
-prepare() {
- cd $pkgname
- sed '/gzip -9/d' -i Makefile
-}
-
-build() {
- cd $pkgname
- export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
- make PREFIX=/usr \
- DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
- QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
- CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
-}
-
package() {
- cd $pkgname
- make DOC_PATH=/usr/share/doc/smplayer \
- DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
+ echo "This package is Depreciated: Please install smplayer-git, instead."
+ echo ""
+ echo "This package will remain as a transitionary package until such time its no longer required."
+ echo ""
+ echo "You may uninstall this package if this is your first time seeing this, as smplayer-git should of been installed as part of its installation."
+ echo ""
+ echo "Goodbye, and Thanks for all the Fish!"
}