Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
209e58b9
Commit
209e58b9
authored
Nov 02, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/gst-plugins-good: upgrade to 0.10.16
parent
5495e10e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
x11/gst-plugins-good/APKBUILD
x11/gst-plugins-good/APKBUILD
+10
-7
No files found.
x11/gst-plugins-good/APKBUILD
View file @
209e58b9
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
gst-plugins-good
pkgver
=
0.10.1
5
pkgrel
=
2
pkgver
=
0.10.1
6
pkgrel
=
0
pkgdesc
=
"GStreamer Multimedia Framework Good Plugins"
url
=
"http://gstreamer.freedesktop.org/"
license
=
"LGPL"
subpackages
=
"
$pkgname
-dev"
depends
=
makedepends
=
"gstreamer-dev glib-dev liboil-dev gst-plugins-base-dev
libsoup-dev flac-dev libogg-dev taglib-dev"
libsoup-dev flac-dev libogg-dev taglib-dev
jpeg-dev
"
# might consider those:
#libavc1394
...
...
@@ -24,8 +24,7 @@ source="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-$
depends_dev
=
"gstreamer-dev gst-plugins-base-dev"
build
()
{
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
...
...
@@ -35,7 +34,11 @@ build ()
--with-package-name
=
"GStreamer Good Plugins (Alpine Linux)"
\
--with-package-origin
=
"http://www.alpinelinux.org/"
\
||
return
1
make
||
return
1
make
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"
19bc6cc07951b3382d1ac8525b20e83f gst-plugins-good-0.10.15
.tar.bz2"
md5sums
=
"
f0af97464bb6e060a99df39bb21b7a42 gst-plugins-good-0.10.16
.tar.bz2"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment