Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Akihiro Suda
aports
Commits
d1eaf107
Commit
d1eaf107
authored
12 years ago
by
Carlo Landmeter
Browse files
Options
Downloads
Patches
Plain Diff
testing/xbmc: upgrade to 12_rc3 and move to main
parent
884746be
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
main/xbmc/APKBUILD
+8
-8
8 additions, 8 deletions
main/xbmc/APKBUILD
main/xbmc/no-snesapu.patch
+0
-0
0 additions, 0 deletions
main/xbmc/no-snesapu.patch
main/xbmc/xbmc-uclibc.patch
+0
-0
0 additions, 0 deletions
main/xbmc/xbmc-uclibc.patch
with
8 additions
and
8 deletions
test
in
g
/xbmc/APKBUILD
→
ma
in/xbmc/APKBUILD
+
8
−
8
View file @
d1eaf107
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer:
pkgname
=
xbmc
pkgver
=
12_rc
2
_realver
=
Frodo_rc
2
pkgver
=
12_rc
3
_realver
=
Frodo_rc
3
pkgrel
=
0
pkgdesc
=
"A software media player and entertainment hub for digital media"
url
=
"http://xbmc.org"
...
...
@@ -23,12 +23,10 @@ makedepends="$depends_dev automake autoconf m4 libtool swig findutils openjdk6-j
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
install
=
""
options
=
"ldpath-recursive"
source
=
"https://github.com/xbmc/xbmc/archive/
$_realver
.tar.gz
source
=
"
saveas-
https://github.com/xbmc/xbmc/archive/
$_realver
.tar.gz
/
$pkgname
-
$pkgver
.tar.gz
no-snesapu.patch
xbmc-uclibc.patch"
_pvr_addons
=
"git://github.com/opdenkamp/xbmc-pvr-addons.git"
_builddir
=
"
$srcdir
/xbmc-
$_realver
"
prepare
()
{
...
...
@@ -39,12 +37,14 @@ prepare() {
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
#git clone $_pvr_addons pvr-addons || return 1
./bootstrap
||
return
1
# fix autotools
sed
-i
-e
"s/AM_CONFIG_HEADER/AC_CONFIG_HEADER/"
\
lib/libdvd/libdvdcss/configure.ac
||
return
1
}
build
()
{
cd
"
$_builddir
"
./bootstrap
||
return
1
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
...
...
@@ -71,6 +71,6 @@ package() {
rm
-f
"
$pkgdir
"
/usr/lib/
*
.la
}
md5sums
=
"
02b34e14c61f56ff52a6d5ea544f298e Frodo
_rc
2
.tar.gz
md5sums
=
"
b2c6dc4f1b69fa5dd2fffd6cf76312ad xbmc-12
_rc
3
.tar.gz
5ad388f29ab8f4ca6bc9e2b73bf946ef no-snesapu.patch
a089ae512a3e990ec85a78a4e79a29f5 xbmc-uclibc.patch"
This diff is collapsed.
Click to expand it.
test
in
g
/xbmc/no-snesapu.patch
→
ma
in/xbmc/no-snesapu.patch
+
0
−
0
View file @
d1eaf107
File moved
This diff is collapsed.
Click to expand it.
test
in
g
/xbmc/xbmc-uclibc.patch
→
ma
in/xbmc/xbmc-uclibc.patch
+
0
−
0
View file @
d1eaf107
File moved
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