Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libva
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
libva
Commits
b11b23ab
Commit
b11b23ab
authored
Sep 07, 2007
by
Waldo Bastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated for 0.22
parent
16ab532f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
7 deletions
+25
-7
debian/changelog
debian/changelog
+17
-1
debian/control
debian/control
+2
-2
debian/files
debian/files
+2
-2
debian/libva-dev.install
debian/libva-dev.install
+2
-0
debian/libva-dev.substvars
debian/libva-dev.substvars
+1
-1
debian/libva1.substvars
debian/libva1.substvars
+1
-1
No files found.
debian/changelog
View file @
b11b23ab
libva (0.18-1) unstable; urgency=low
libva (0.22-1) unstable; urgency=low
* Updated to v0.22
* VAImage and VASubpicture added
-- Waldo Bastian <waldo.bastian@intel.com> Fri, 07 Sep 2007 04:32:28 -0700
libva (0.20-1) unstable; urgency=low
* Updated to v0.20
* Clean up & exporting DRI interface
-- Waldo Bastian <waldo.bastian@intel.com> Thu, 09 Aug 2007 11:49:43 -0700
* Add VA_INVALID_SURFACE
-- Waldo Bastian <waldo.bastian@intel.com> Wed, 11 Jul 2007 17:24:10 -0700
* Initial release of libva
...
...
debian/control
View file @
b11b23ab
...
...
@@ -27,8 +27,8 @@ Description: Video Acceleration (VA) API for Linux -- development files
Package: libva1
Section: libs
Architecture: any
Depends:
${shlibs:Depends}
,
${misc:Depends},
Depends:
libx11-6
,
libxext6,
libdrm2 (>= 2.3.0)
Description: Video Acceleration (VA) API for Linux -- runtime
The libva library implements the Video Acceleration (VA) API for Linux.
...
...
debian/files
View file @
b11b23ab
libva-dev_0.
18
-1_i386.deb libdevel extra
libva1_0.
18
-1_i386.deb libs extra
libva-dev_0.
20
-1_i386.deb libdevel extra
libva1_0.
20
-1_i386.deb libs extra
debian/libva-dev.install
View file @
b11b23ab
debian
/
tmp
/
usr
/
include
/
va
.
h
debian
/
tmp
/
usr
/
include
/
va_x11
.
h
debian
/
tmp
/
usr
/
include
/
va_backend
.
h
debian
/
tmp
/
usr
/
include
/
va_dri
.
h
debian
/
tmp
/
usr
/
lib
/
dummy_drv_video
.*
debian
/
tmp
/
usr
/
lib
/
libva
.
la
debian
/
tmp
/
usr
/
lib
/
libva
.
so
...
...
debian/libva-dev.substvars
View file @
b11b23ab
shlibs:Depends=libc6 (>= 2.
5-5
)
shlibs:Depends=libc6 (>= 2.
6-1
)
debian/libva1.substvars
View file @
b11b23ab
shlibs:Depends=libc6 (>= 2.
5-5
), libx11-6, libxext6
shlibs:Depends=libc6 (>= 2.
6-1
), libx11-6, libxext6
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