Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
andri saputra
Adélie Package Tree
Commits
47b9d348
Verified
Commit
47b9d348
authored
7 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/audacious{-plugins,}-qt: new package
parent
707c5f37
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/audacious-plugins-qt/APKBUILD
+77
-0
77 additions, 0 deletions
user/audacious-plugins-qt/APKBUILD
user/audacious-qt/APKBUILD
+42
-0
42 additions, 0 deletions
user/audacious-qt/APKBUILD
with
119 additions
and
0 deletions
user/audacious-plugins-qt/APKBUILD
0 → 100644
+
77
−
0
View file @
47b9d348
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
audacious-plugins
pkgver
=
3.9
pkgrel
=
1
pkgdesc
=
"A playlist-oriented media player with multiple interfaces (plugins)"
url
=
"http://audacious-media-player.org/"
arch
=
"all"
options
=
"!check"
# No test suite
license
=
"ISC"
depends
=
"audacious-qt"
install_if
=
"audacious-qt=
$pkgver
"
makedepends
=
"libmowgli-dev
libguess-dev
dbus-glib-dev
audacious-dev>=
${
pkgver
%.*
}
libxml2-dev
mpg123-dev
libcdio-dev
libcdio-paranoia-dev
libcddb-dev
libxcomposite-dev
libsamplerate-dev
libcue-dev
libmms-dev
libsndfile-dev
libnotify-dev
libogg-dev
libvorbis-dev
ffmpeg-dev
alsa-lib-dev
neon-dev
curl-dev
wavpack-dev
lame-dev
flac-dev
sdl-dev
automake
autoconf"
subpackages
=
"
$pkgname
-lang"
source
=
"http://distfiles.audacious-media-player.org/
$pkgname
-
$pkgver
.tar.bz2"
prepare
()
{
default_prepare
msg
"Rebuilding configure..."
aclocal
-I
m4
&&
autoheader
&&
autoconf
}
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--disable-gtk
\
--enable-qt
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"00c8c53d69995ca1fedb91c7df609cc6c65b13e1af23b98a2fbda143c02ac554cc2c42c01f1c593af252e36bfb85b6324f2daca8632d3b672c69fb4dead2e3fa audacious-plugins-3.9.tar.bz2"
This diff is collapsed.
Click to expand it.
user/audacious-qt/APKBUILD
0 → 100644
+
42
−
0
View file @
47b9d348
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Contributor: William Pitcock <nenolod@dereferenced.org>
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
audacious
pkgver
=
3.9
pkgrel
=
1
pkgdesc
=
"A playlist-oriented media player with multiple interfaces"
url
=
"http://audacious-media-player.org/"
arch
=
"all"
options
=
"!check"
# No test suite.
license
=
"ISC"
depends_dev
=
"qt5-qtbase-dev dbus-glib-dev"
makedepends
=
"
$depends_dev
libguess-dev>=1.2 libxml2-dev autoconf automake"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang
$pkgname
-dbg"
source
=
"http://distfiles.audacious-media-player.org/
$pkgname
-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
default_prepare
msg
"Rebuilding configure..."
aclocal
-I
m4
&&
autoheader
&&
autoconf
}
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
\
--enable-qt
\
--disable-gtk
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"d8ef24c91c84bfa80831075cd9a12fc4bf02cec8bc96bcfa5a941254d194cccdc482482b1c015bc63e1142718c2221034c0f3a87e2cb6e4daf3b4cc428328aaa audacious-3.9.tar.bz2"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment